:root {

  --p-primary: var(--primary-color, hsl(40, 73%, 56%));
  --p-secondary: var(--secondary-color, hsl(168, 58%, 56%));
  --p-bg: var(--bg-color, hsl(40, 7%, 95%));
  --p-text: var(--text-color, hsl(40, 10%, 12%));
  --p-text-light: hsl(40, 5%, 45%);
  --p-radius: var(--border-radius, 16px);
  --p-shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --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.xa665087 .j00c1_2d0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--p-bg);
    color: var(--p-text);
    line-height: 1.6;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    }
div.kb3dc7e8fd6.xa665087 .seo-meta{ display: none; }
div.kb3dc7e8fd6.xa665087 .t503ca0{
    color: var(--p-secondary);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: block;
    }
div.kb3dc7e8fd6.xa665087 h1{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: var(--p-text);
    }
div.kb3dc7e8fd6.xa665087 h2{
    font-size: 1.8rem;
    margin: 40px 0 20px;
    border-left: 4px solid var(--p-primary);
    padding-left: 15px;
    }
div.kb3dc7e8fd6.xa665087 h3{
    font-size: 1.3rem;
    margin-bottom: 12px;
    }
div.kb3dc7e8fd6.xa665087 p{
    margin-bottom: 1.5rem;
    max-width: 700px;
    }
div.kb3dc7e8fd6.xa665087 .ukh8ty2yfjin{
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.kb3dc7e8fd6.xa665087 .o93447e2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    }
div.kb3dc7e8fd6.xa665087 .i0fb784e_j5jz{
    background: #ffffff;
    padding: 40px;
    border-radius: var(--p-radius);
    box-shadow: var(--p-shadow);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between; color: #1a1a2e;}
div.kb3dc7e8fd6.xa665087 .i0fb784e_j5jz:hover{
    transform: translateY(-5px);
    }
div.kb3dc7e8fd6.xa665087 .b5952b__b81e3{
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 0.95rem;
    }
div.kb3dc7e8fd6.xa665087 .b5952b__b81e3 li{
    padding: 8px 0;
    border-bottom: 1px border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    }
div.kb3dc7e8fd6.xa665087 .w7b3ff58_kf{ color: var(--p-text-light); }
div.kb3dc7e8fd6.xa665087 .tc8d5b0edb{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    border-radius: var(--p-radius);
    overflow: hidden;
    box-shadow: var(--p-shadow); color: #1a1a2e;}
div.kb3dc7e8fd6.xa665087 .p91645e{
    width: 100%;
    height: 100%;
    min-height: 400px;
    }
div.kb3dc7e8fd6.xa665087 .p91645e img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.kb3dc7e8fd6.xa665087 .de6605__0167{
    padding: 40px;
    }
div.kb3dc7e8fd6.xa665087 .xaf044b{
    display: inline-flex;
    align-items: center;
    background-color: var(--p-primary);
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(219, 168, 68, 0.3);
    transition: all 0.3s ease;
    }
div.kb3dc7e8fd6.xa665087 .xaf044b:hover{
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(219, 168, 68, 0.4);
    }
div.kb3dc7e8fd6.xa665087 .jebd__eaabe{
    color: var(--p-secondary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    }
div.kb3dc7e8fd6.xa665087 .jebd__eaabe:hover{
    border-bottom-color: var(--p-secondary);
    }
div.kb3dc7e8fd6.xa665087 .f11ed64743f a{
    margin-left: 20px;
    color: var(--p-text-light);
    text-decoration: none;
    }
@media (max-width: 768px) {div.kb3dc7e8fd6.xa665087 .tc8d5b0edb{
    grid-template-columns: 1fr;
    }
div.kb3dc7e8fd6.xa665087 .p91645e{
    min-height: 250px;
    }
div.kb3dc7e8fd6.xa665087 .f11ed64743f{
    margin-top: 10px;
    }
div.kb3dc7e8fd6.xa665087 .f11ed64743f a{
    margin: 0 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);}
.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.xa665087 .xaf044b a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.kb3dc7e8fd6.xa665087 .xaf044b a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.kb3dc7e8fd6.xa665087 .xaf044b a:not([class]):hover{opacity:0.92;}
div.kb3dc7e8fd6.xa665087 .xaf044b a[class=""]:hover{opacity:0.92;}
div.kb3dc7e8fd6.xa665087 .xaf044b a:not([class]):visited{color:#ffffff !important;}
div.kb3dc7e8fd6.xa665087 .xaf044b 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; }}