:root {

  --wps-primary: hsl(40, 73%, 56%);
  --wps-secondary: hsl(168, 58%, 56%);
  --wps-text: hsl(40, 10%, 12%);
  --wps-bg: hsl(40, 7%, 95%);
  --wps-card-bg: #ffffff;
  --wps-radius: 12px;
  --wps-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);
  --primary-color: hsl(230, 85%, 60%);
  --secondary-color: hsl(260, 70%, 60%);
  --bg-color: hsl(230, 25%, 8%);
  --text-color: hsl(210, 20%, 98%);
  --text-muted: hsl(210, 15%, 70%);
  --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.4);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --nav-height: 72px;
  --max-width: 1280px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(13, 17, 23, 0.95);
  --accent-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --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.kb3dc7e8fd6.xa9e__27fc.tb32141e8ec{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color, var(--wps-text));
    background-color: var(--bg-color, var(--wps-bg));
    line-height: 1.6;
    padding: 0;
    margin: 0;
    }
div.kb3dc7e8fd6.xa9e__27fc .zd26e5a9{
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 40px;
    }
div.kb3dc7e8fd6.xa9e__27fc .m0c7c6_20ce{
    margin-bottom: 60px;
    text-align: left;
    }
div.kb3dc7e8fd6.xa9e__27fc .m0c7c6_20ce h1{
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--wps-text);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
div.kb3dc7e8fd6.xa9e__27fc .m0c7c6_20ce p{
    font-size: 1.15rem;
    color: #666;
    max-width: 700px;
    }
div.kb3dc7e8fd6.xa9e__27fc .zfj9opvqh8{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    margin-bottom: 80px;
    }
@media (max-width: 768px) {div.kb3dc7e8fd6.xa9e__27fc .zfj9opvqh8{ grid-template-columns: 1fr; }}
div.kb3dc7e8fd6.xa9e__27fc .bo83jovfmv{
    grid-column: 1 / -1;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--wps-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75{
    background: var(--wps-card-bg);
    padding: 32px;
    border-radius: var(--wps-radius);
    box-shadow: var(--wps-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px -12px rgba(0,0,0,0.12);
    }
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75 h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--wps-text);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    }
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75 h3 svg{
    flex-shrink: 0;
    margin-top: 4px;
    color: var(--wps-primary);
    }
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75 p{
    font-size: 1rem;
    color: #555;
    margin-bottom: 0;
    }
div.kb3dc7e8fd6.xa9e__27fc .gr5la8rc75 code{
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em; color: #1a1a2e;}
div.kb3dc7e8fd6.xa9e__27fc .k3a34e6c{
    margin: 80px 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--wps-shadow); color: #1a1a2e;}
@media (max-width: 850px) {div.kb3dc7e8fd6.xa9e__27fc .k3a34e6c{ grid-template-columns: 1fr; }}
div.kb3dc7e8fd6.xa9e__27fc .r172103{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    }
div.kb3dc7e8fd6.xa9e__27fc .d31f9__f7c{
    padding: 40px;
    }
div.kb3dc7e8fd6.xa9e__27fc .d31f9__f7c h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
    }
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background-color: var(--wps-primary);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(222, 158, 65, 0.3);
    }
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f:hover{
    background-color: hsl(40, 73%, 46%);
    transform: scale(1.02); color: #1a1a2e;}
div.kb3dc7e8fd6.xa9e__27fc .w5d3__5dae{
    background: #21201F;
    color: #fff;
    padding: 60px 40px;
    margin-top: 100px;
    }
div.kb3dc7e8fd6.xa9e__27fc .xa552aac9f5{
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    }
div.kb3dc7e8fd6.xa9e__27fc .he49814df h4{ color: var(--wps-primary); margin-bottom: 15px; }
div.kb3dc7e8fd6.xa9e__27fc .f11ed64743f h5{ margin-bottom: 20px; font-size: 1rem; }
div.kb3dc7e8fd6.xa9e__27fc .f11ed64743f ul{ list-style: none; padding: 0; }
div.kb3dc7e8fd6.xa9e__27fc .f11ed64743f li{ margin-bottom: 10px; }
div.kb3dc7e8fd6.xa9e__27fc .f11ed64743f a{ color: #aaa; text-decoration: none; font-size: 0.9rem; }
div.kb3dc7e8fd6.xa9e__27fc .f11ed64743f a:hover{ color: #fff; }
div.kb3dc7e8fd6.xa9e__27fc .sddfc5fbdd9{
    max-width: 1000px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.85rem;
    color: #777;
    }
div.kb3dc7e8fd6.xa9e__27fc .k6d7a_78a8{ display: none; }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kb3dc7e8fd6 img.l0b22fbd5 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kb3dc7e8fd6 img.l0b22fbd5.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 img.l0b22fbd5.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 img.l0b22fbd5.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 img.l0b22fbd5.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 :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.kb3dc7e8fd6 .afcfc3_2939 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kb3dc7e8fd6 .afcfc3_2939.oa9fdae2a { aspect-ratio: 16 / 9; }
div.kb3dc7e8fd6 .afcfc3_2939.t75a50f0515 { aspect-ratio: 16 / 10; }
div.kb3dc7e8fd6 .afcfc3_2939.mc4af44fe { aspect-ratio: 4 / 3; }
div.kb3dc7e8fd6 .afcfc3_2939.nc774685dad { aspect-ratio: 1 / 1; }
div.kb3dc7e8fd6 .afcfc3_2939 > img.l0b22fbd5,
    div.kb3dc7e8fd6 .afcfc3_2939 > picture > img.l0b22fbd5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a:not([class]):hover{opacity:0.92;}
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a[class=""]:hover{opacity:0.92;}
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a:not([class]):visited{color:#ffffff !important;}
div.kb3dc7e8fd6.xa9e__27fc .y47c3135f a[class=""]:visited{color:#ffffff !important;}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.h21a__4a1fc{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center; color: #ffffff;}
.b5c154__c132f{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    }
.xe21f0_idv{
    display: flex;
    align-items: center;
    }
.dfbe__d968{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    }
.dfbe__d968:hover{
    opacity: 0.8;
    }
.ma7274c{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    flex: 1;
    }
.t3bbe1__713{
    position: relative;
    }
.rdyxszey4{
    padding: 8px 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.rdyxszey4:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.q818391e1ac{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.jttpd03v3tj{
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    background: transparent;
    }
.jttpd03v3tj:hover{
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
    background: var(--accent-gradient);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    }
.aa3fc__79a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.aa3fc__79a:active{
    transform: translateY(0);
    }
.paf4af__465a{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.paf4af__465a .l75052d1d6f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
    }
.b5c154__c132f {
    gap: 12px;
    }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
    }
.paf4af__465a{
    display: flex;
    }
.dfbe__d968{
    font-size: 24px;
    }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
    }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ljanbhiejntd{position: relative;
    width: 100%;
    background: var(--bg-color);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    z-index: 10;
    border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.m96ba_05{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--primary-color);
    top: -150px;
    left: -100px;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.z3bc92__907{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--secondary-color);
    bottom: 0;
    right: -50px;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1; color: #1a1a2e;}
.rrwjnze4t9ue{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.nc9039f{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
    }
.a56c7b_sg8{
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
    }
.i29085_4p{
    width: 100%;
    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    }
.ya0baff_bf06{
    width: 100%;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.d24f5e744d{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.k42313_9v{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    height: 52px;
    padding: 0 32px;
    border-radius: var(--radius-md);
    background: var(--accent-gradient);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    box-sizing: border-box;
    }
.k42313_9v:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.b7457__62344{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 16px;
    }
.k7383b_83ce{
    width: auto;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
.iduvwi00if{
    width: auto;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--border-color);
    }
.hdbe0f47147{
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin-bottom: 32px; color: #1a1a2e;}
.n486fe_c977{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.umn1f45rh{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
.h4f5__a64{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    }
.r6a6a15{
    width: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.r79f162758{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.r79f162758:hover{
    color: var(--text-color);
    }
.be6gpgi4p{
    width: auto;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.5;
    }
@media (max-width: 768px){.ljanbhiejntd{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    }
.i29085_4p{
    font-size: 32px;
    }
.nc9039f{
    margin-bottom: 40px;
    }
.n486fe_c977{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }
.umn1f45rh{
    justify-content: center;
    }
.r6a6a15{
    justify-content: center;
    }
.b7457__62344{
    gap: 10px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
.h21a__4a1fc{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center; color: #ffffff;}
.b5c154__c132f{
  width: var(--max-width);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.xe21f0_idv{
  display: flex;
  align-items: center;
}
.dfbe__d968{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-color);
  text-decoration: none;
  transition: var(--transition);
}
.dfbe__d968:hover{
  opacity: 0.8;
}
.ma7274c{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  flex: 1;
}
.t3bbe1__713{
  position: relative;
}
.rdyxszey4{
  padding: 8px 16px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.rdyxszey4:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.05);
}
.q818391e1ac{
  display: flex;
  align-items: center;
  gap: 16px;
}
.jttpd03v3tj{
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: transparent;
}
.jttpd03v3tj:hover{
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--text-muted); color: #1a1a2e;}
.aa3fc__79a{
  background: var(--accent-gradient);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-lg); 
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.aa3fc__79a:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}
.aa3fc__79a:active{
  transform: translateY(0);
}
.paf4af__465a{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.paf4af__465a .l75052d1d6f{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ma7274c {
    display: none; 
  }
.b5c154__c132f {
    gap: 12px;
  }}
@media (max-width: 640px){.jttpd03v3tj{
    display: none; 
  }
.paf4af__465a{
    display: flex;
  }
.dfbe__d968{
    font-size: 24px;
  }
.aa3fc__79a{
    padding: 8px 16px;
    font-size: 13px;
  }}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.rdyxszey4.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.wffd37259{position: relative;
  width: 100%;
  background: var(--bg-color);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 40px;
  box-sizing: border-box;
  z-index: 10;
  border-top: 1px solid var(--border-color); isolation: isolate; color: #ffffff;}
.gb8692_01f0{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--primary-color);
  top: -150px;
  left: -100px;
  filter: blur(120px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.u91806e7640{
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--secondary-color);
  bottom: 0;
  right: -50px;
  filter: blur(100px);
  opacity: 0.15;
  z-index: -1; color: #1a1a2e;}
.tc4206478fd{
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o61425_c8a9{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
.cbcd14_e696{
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
.y8a51d_adfc{
  width: 100%;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 16px 0;
  letter-spacing: 1px;
}
.l6f257_04de{
  width: 100%;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.k2d4bb6c3b7{
  width: 100%;
  display: flex;
  justify-content: center;
}
.y64fa9_696e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 200px;
  height: 52px;
  padding: 0 32px;
  border-radius: var(--radius-md);
  background: var(--accent-gradient);
  color: #1a1a2e;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  box-sizing: border-box;
}
.y64fa9_696e:hover{
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.def19019aa1{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 16px;
}
.rd73__aa1b{
  width: auto;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
.maf1e5_440d{
  width: auto;
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--border-color);
}
.d1275d460{
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin-bottom: 32px; color: #1a1a2e;}
.dedfb1_6a8d{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.c4c320a7740{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.rb86ca4b0d4{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.b36455cc9{
  width: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.w393__a360{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.w393__a360:hover{
  color: var(--text-color);
}
.ze4258_9353{
  width: auto;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  opacity: 0.5;
}
@media (max-width: 768px){.wffd37259{
    padding: 60px 16px 32px;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
.y8a51d_adfc{
    font-size: 32px;
  }
.o61425_c8a9{
    margin-bottom: 40px;
  }
.dedfb1_6a8d{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
.c4c320a7740{
    justify-content: center;
  }
.b36455cc9{
    justify-content: center;
  }
.def19019aa1{
    gap: 10px;
  }}
.kb3758c9f{box-sizing:border-box;}
.zf1393c59{box-sizing:border-box;}
.j988__05e6{box-sizing:border-box;}
.t5a005_5c61{box-sizing:border-box;}
.xdfdd9_07ee{display:block;max-width:100%;height:auto;}
.d5e9a1f21b9{box-sizing:border-box;}
@media (max-width: 768px) {.n486fe_c977 { 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; }}