:root {

  --primary-color: hsl(14, 55%, 36%);
  --secondary-color: hsl(28, 45%, 45%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(30, 12%, 15%);
  --text-muted: hsl(30, 8%, 45%);
  --border-color: hsla(30, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(140, 61, 43, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.1);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --font-main: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Georgia", serif;
  --wps-primary: hsl(188, 75%, 57%);
  --wps-secondary: hsl(252, 60%, 57%);
  --wps-text: hsl(188, 10%, 11%);
  --wps-bg: hsl(188, 7%, 96%);
  --wps-white: #ffffff;
  --wps-gray: #e0e7e9;
  --wps-radius: 16px;
  --wps-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --wps-max-width: 1200px;
  --wps-hero-content-width: 760px;
  --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-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active {color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
div.kcbeee_05c7.h31a2_019{
    font-family: "PingFang SC", "Microsoft YaHei", serif;
    color: var(--text-color, var(--wps-text));
    background-color: var(--bg-color, var(--wps-bg));
    line-height: 1.6;
    overflow-x: hidden;
    }
div.kcbeee_05c7.h31a2_019 .md9783e_df{
    max-width: var(--wps-max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.kcbeee_05c7.h31a2_019 .saded_809{
    padding: 100px 0 60px;
    text-align: center;
    background: linear-gradient(180deg, var(--wps-white) 0%, var(--wps-bg) 100%); color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .yoisee4xzz{
    max-width: var(--wps-hero-content-width);
    margin: 0 auto;
    }
div.kcbeee_05c7.h31a2_019 .saded_809 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-color, var(--wps-text));
    line-height: 1.2;
    }
div.kcbeee_05c7.h31a2_019 .y042gpps{
    font-size: 1.5rem;
    color: var(--wps-secondary);
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 2px;
    }
div.kcbeee_05c7.h31a2_019 .ud2179e_1c{
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 40px;
    }
div.kcbeee_05c7.h31a2_019 .bamfm6cyos5{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    }
div.kcbeee_05c7.h31a2_019 .a435e_462{
    background-color: var(--wps-primary);
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--wps-radius);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(45, 195, 219, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.kcbeee_05c7.h31a2_019 .a435e_462:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 195, 219, 0.4);
    }
div.kcbeee_05c7.h31a2_019 .r7e3b4c49b6{
    background-color: var(--wps-white);
    color: var(--wps-text);
    padding: 16px 40px;
    border-radius: var(--wps-radius);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    border: 1px solid var(--wps-gray);
    transition: all 0.2s;
    }
div.kcbeee_05c7.h31a2_019 .r7e3b4c49b6:hover{
    background-color: var(--wps-gray); color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .wf8dd9_74{
    margin: 40px 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--wps-shadow);
    background: var(--wps-white); color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .wf8dd9_74 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/7;
    }
div.kcbeee_05c7.h31a2_019 .xc433cbd{
    text-align: center;
    margin: 80px auto 40px;
    max-width: 800px;
    }
div.kcbeee_05c7.h31a2_019 .xc433cbd h2{
    font-size: 2.2rem;
    margin-bottom: 16px;
    color: var(--wps-text);
    }
div.kcbeee_05c7.h31a2_019 .gc837ce_669{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
    }
div.kcbeee_05c7.h31a2_019 .n40a20a76{
    background: var(--wps-white);
    padding: 32px;
    border-radius: var(--wps-radius);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease; color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .n40a20a76:hover{
    box-shadow: var(--wps-shadow);
    }
div.kcbeee_05c7.h31a2_019 .n40a20a76 h3{
    font-size: 1.4rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--wps-secondary);
    }
div.kcbeee_05c7.h31a2_019 .n40a20a76 p{
    font-size: 0.95rem;
    color: #666;
    }
div.kcbeee_05c7.h31a2_019 .z3180062{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    }
div.kcbeee_05c7.h31a2_019 .v731f2c513{
    font-size: 0.8rem;
    padding: 4px 10px;
    background: var(--wps-bg);
    border-radius: 4px;
    color: #1a1a2e;
    }
div.kcbeee_05c7.h31a2_019 .n68802c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: var(--wps-white);
    padding: 60px;
    border-radius: 32px;
    margin-bottom: 80px; color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .cmdryrkbg2jn h4{
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: var(--wps-text);
    border-left: 4px solid var(--wps-primary);
    padding-left: 15px;
    }
div.kcbeee_05c7.h31a2_019 .oa8afa_69c1{
    background: var(--wps-white);
    padding: 60px 0 40px;
    border-top: 1px solid var(--wps-gray);
    margin-top: 100px; color: #1a1a2e;}
div.kcbeee_05c7.h31a2_019 .i4d6fa868{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }
div.kcbeee_05c7.h31a2_019 .m107ddbfcb2 h2{
    font-size: 1.5rem;
    margin-bottom: 16px;
    }
div.kcbeee_05c7.h31a2_019 .p9e8__0691 h5{
    font-size: 1rem;
    margin-bottom: 20px;
    color: var(--wps-text);
    }
div.kcbeee_05c7.h31a2_019 .p9e8__0691 ul{
    list-style: none;
    padding: 0;
    }
div.kcbeee_05c7.h31a2_019 .p9e8__0691 li{
    margin-bottom: 10px;
    }
div.kcbeee_05c7.h31a2_019 .p9e8__0691 a{
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    }
div.kcbeee_05c7.h31a2_019 .p9e8__0691 a:hover{
    color: var(--wps-primary);
    }
div.kcbeee_05c7.h31a2_019 .wps-copyright{
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid var(--wps-gray);
    color: #999;
    font-size: 0.85rem;
    }
@media (max-width: 768px) {div.kcbeee_05c7.h31a2_019 .n68802c{ grid-template-columns: 1fr; padding: 30px; }
div.kcbeee_05c7.h31a2_019 .i4d6fa868{ grid-template-columns: 1fr 1fr; }
div.kcbeee_05c7.h31a2_019 .saded_809 h1{ font-size: 2rem; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kcbeee_05c7 img.lbaeef8ce {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kcbeee_05c7 img.lbaeef8ce.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 img.lbaeef8ce.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 img.lbaeef8ce.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 img.lbaeef8ce.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 :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.kcbeee_05c7 .q557aa_c594 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kcbeee_05c7 .q557aa_c594.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 .q557aa_c594.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 .q557aa_c594.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 .q557aa_c594.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 .q557aa_c594 > img.lbaeef8ce,
    div.kcbeee_05c7 .q557aa_c594 > picture > img.lbaeef8ce {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.mef710_e6d2 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.mef710_e6d2 > :first-child,
    .mef710_e6d2 > :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-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-main);
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.n5ff3__4ae7{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mc99__3c7d{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}
.sd4334_46b{
  display: flex;
  align-items: center;
  gap: 32px;
}
.w206310_b9d5{
  display: flex;
  list-style: none;
  gap: 8px;
}
.peec4_073c{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.peec4_073c:hover{
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0.03);
}
.c90b43712{
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--secondary-color);
}
.pddcbfc5_4smr{
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
  display: inline-block;
  background-color: var(--primary-color);
  color: #ffffff; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.jf7d5e74:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.j36da4__c9a{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
  }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
  }}
@media (max-width: 860px){.vebmjgar{
    display: block;
  }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
  }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
  }
.u8f96e89c{
    width: 100%;
    text-align: center;
  }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
  }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.a8b684_023e{
  background-color: var(--bg-color, hsl(30, 15%, 96%));
  padding-top: 100px;
  padding-bottom: 60px;
  width: 100%;
  border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.e43073_33ee{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.occ1a2_6f19{
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
.na36b6b22{
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color, hsl(14, 55%, 36%));
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.e140c5_a432{
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted, hsl(30, 8%, 45%));
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sff2cafd7{
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.d334a3db2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(14, 55%, 36%));
  color: #ffffff;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg, 32px);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  width: auto;
}
.d334a3db2:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
  background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z96a2c_ca88{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
  width: 100%;
}
.x2d32af5b{
  color: var(--text-color, hsl(30, 12%, 15%));
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  border-bottom: 1px solid transparent;
}
.x2d32af5b:hover{
  color: var(--primary-color, hsl(14, 55%, 36%));
  border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
}
.o041974a6ce{
  color: var(--text-muted, hsl(30, 8%, 45%));
  font-size: 15px;
}
.n347476f5ec{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
  margin-bottom: 40px; color: #ffffff;}
.xbf9204f0a9{
  text-align: center;
  width: 100%;
}
.if811c9be{
  font-size: 14px;
  color: var(--text-muted, hsl(30, 8%, 45%));
  letter-spacing: 0.05em;
}
@media (max-width: 768px){.a8b684_023e{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.na36b6b22{
    font-size: 32px;
  }
.e140c5_a432{
    font-size: 16px;
  }
.z96a2c_ca88{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
.d334a3db2{
    width: 100%;
    max-width: 300px;
  }}
.y9e0b323a82{box-sizing:border-box;}
.s37c83_c7bd{box-sizing:border-box;}
.p7daeafc8{box-sizing:border-box;}
.i896b0b70e0{box-sizing:border-box;}
.mb1d43ae6ff{display:block;max-width:100%;height:auto;}
.i16622fd600{box-sizing:border-box;}
@media (max-width: 768px) {div.kcbeee_05c7.h31a2_019 .n68802c { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}