:root {

  --page-main-color: var(--primary-color, hsl(204, 70%, 67%));
  --page-accent-color: var(--secondary-color, hsl(324, 56%, 67%));
  --page-bg: var(--bg-color, hsl(204, 7%, 96%));
  --page-text: var(--text-color, hsl(204, 10%, 10%));
  --page-text-muted: hsla(204, 10%, 10%, 0.7);
  --max-width: 1200px;
  --content-width: 680px;
  --border-radius: var(--radius-m, 12px);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --primary-color: hsl(15, 50%, 45%);
  --secondary-color: hsl(204, 70%, 67%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(20, 15%, 15%);
  --text-muted: hsl(20, 10%, 45%);
  --border-color: hsla(20, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --nav-height: 72px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --cta-text: #ffffff;
  --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%);
}
div.j9fc4a_e083.w7b33f402{
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
    background-color: var(--page-bg);
    color: var(--page-text);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.j9fc4a_e083.w7b33f402 .uee4__ef23{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.j9fc4a_e083.w7b33f402 .x937dd958e1{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.j9fc4a_e083.w7b33f402 .eooztr6uu{
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    }
div.j9fc4a_e083.w7b33f402 .c4r43446{
    width: 100%;
    margin-bottom: 40px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }
div.j9fc4a_e083.w7b33f402 .c4r43446 img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    display: block;
    }
div.j9fc4a_e083.w7b33f402 .w1g6fj9f3a{
    max-width: var(--content-width);
    }
div.j9fc4a_e083.w7b33f402 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    font-weight: 700;
    }
div.j9fc4a_e083.w7b33f402 .w429835_fc80{
    font-size: 1.25rem;
    color: var(--page-text-muted);
    margin-bottom: 40px;
    }
div.j9fc4a_e083.w7b33f402 .qph7eywsp5z{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.j9fc4a_e083.w7b33f402 .e8ad104a_g52{
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
div.j9fc4a_e083.w7b33f402 .c948912_b7i{
    background-color: var(--page-main-color);
    color: #1a1a2e;
    box-shadow: 0 4px 14px rgba(0, 153, 255, 0.3);
    }
div.j9fc4a_e083.w7b33f402 .c948912_b7i:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 153, 255, 0.4);
    }
div.j9fc4a_e083.w7b33f402 .m57op0tcc{
    background-color: white;
    color: var(--page-text);
    border: 1px solid rgba(0,0,0,0.1);
    }
div.j9fc4a_e083.w7b33f402 .m57op0tcc:hover{
    background-color: #f0f0f0; color: #1a1a2e;}
div.j9fc4a_e083.w7b33f402 .k6ocaokt4bm{
    margin-bottom: 60px;
    text-align: left; 
    }
div.j9fc4a_e083.w7b33f402 .k6ocaokt4bm h2{
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    }
div.j9fc4a_e083.w7b33f402 .k6ocaokt4bm h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 4px;
    background: var(--page-accent-color); color: #1a1a2e;}
div.j9fc4a_e083.w7b33f402 .lb7f04_hr75{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px;
    margin-bottom: 100px;
    }
div.j9fc4a_e083.w7b33f402 .paf7f837e4e{
    background: white;
    padding: 48px;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.j9fc4a_e083.w7b33f402 .paf7f837e4e:hover{
    border-color: var(--page-main-color);
    }
div.j9fc4a_e083.w7b33f402 .paf7f837e4e h3{
    font-size: 1.5rem;
    color: var(--page-main-color);
    }
div.j9fc4a_e083.w7b33f402 .paf7f837e4e p{
    font-size: 1.1rem;
    color: var(--page-text-muted);
    }
div.j9fc4a_e083.w7b33f402 .vfbbba4{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    }
div.j9fc4a_e083.w7b33f402 .vfbbba4 li{
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.j9fc4a_e083.w7b33f402 .vfbbba4 li::before{
    content: "→";
    color: var(--page-accent-color);
    font-weight: bold;
    }
div.j9fc4a_e083.w7b33f402 .d0903b__b8965{
    padding: 80px 0;
    background: #fff;
    margin: 0 -40px; color: #1a1a2e;}
div.j9fc4a_e083.w7b33f402 .ugnqxs6qk5pz{
    max-width: var(--content-width);
    margin: 0 auto;
    }
div.j9fc4a_e083.w7b33f402 .s8b5feb{
    margin-bottom: 32px;
    }
div.j9fc4a_e083.w7b33f402 .je295976_v4{
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--page-text);
    }
div.j9fc4a_e083.w7b33f402 .ja9d0a_b64{
    color: var(--page-text-muted);
    line-height: 1.8;
    }
div.j9fc4a_e083.w7b33f402 .nbe8ed336{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    }
div.j9fc4a_e083.w7b33f402 .vb7b6260c42{
    display: flex;
    gap: 24px;
    }
div.j9fc4a_e083.w7b33f402 .vb7b6260c42 a{
    color: var(--page-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    }
div.j9fc4a_e083.w7b33f402 .vb7b6260c42 a:hover{
    color: var(--page-main-color);
    }
div.j9fc4a_e083.w7b33f402 .copyright{
    font-size: 0.9rem;
    color: var(--page-text-muted);
    }
@media (max-width: 768px) {div.j9fc4a_e083.w7b33f402 .uee4__ef23{ padding: 0 24px; }
div.j9fc4a_e083.w7b33f402 .eooztr6uu{ padding: 80px 0 40px; }
div.j9fc4a_e083.w7b33f402 .k6ocaokt4bm{ text-align: left; }
div.j9fc4a_e083.w7b33f402 .k6ocaokt4bm h2::after{ left: 0; right: auto; }
div.j9fc4a_e083.w7b33f402 .paf7f837e4e{ padding: 24px; }}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    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;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.j9fc4a_e083 img.jf0de6_1f6a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.j9fc4a_e083 img.jf0de6_1f6a.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 img.jf0de6_1f6a.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 img.jf0de6_1f6a.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 img.jf0de6_1f6a.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 :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.j9fc4a_e083 .a65cd2c52cd {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.j9fc4a_e083 .a65cd2c52cd.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 .a65cd2c52cd.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 .a65cd2c52cd.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 .a65cd2c52cd.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 .a65cd2c52cd > img.jf0de6_1f6a,
    div.j9fc4a_e083 .a65cd2c52cd > picture > img.jf0de6_1f6a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    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;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.ldd7__0bf4{
  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;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.h676__5a96a{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.x034b5_23{
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 48px; 
  flex-shrink: 0;
}
.o39a525857c{
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
  font-family: "Georgia", serif; 
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.hwnl4i0h5exh{
  display: flex;
  list-style: none;
  gap: 24px;
  margin-right: auto; 
}
.b7dfee_20i2{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.b7dfee_20i2:hover{
  color: var(--text-color);
}
.b7dfee_20i2::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
  width: 100%;
}
.y95a2f9{
  display: flex;
  align-items: center;
  gap: 16px;
}
.o21midjbm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.o21midjbm:hover{
  background: hsl(15, 50%, 38%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.r520314_o4q{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
  }
.k5dc__d35 {
    display: flex;
  }
.h676__5a96a {
    justify-content: space-between; 
  }
.x034b5_23 {
    margin-right: 0;
  }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
  }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
  }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.o546__877c{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.ide5__d2d7{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}
.m786cbf31ba{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
}
.he56cb_e0ab{
    flex: 1 1 480px;
    max-width: 680px; 
}
.s22c__fa71{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}
.tc87c2e4b{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
}
.e7bb__2b4d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.e7bb__2b4d:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
}
.xa17aa_4597{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
}
.x4ceab6d5a0{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
}
.j922__c0f3{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
}
.s72ce28dc{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
}
.s72ce28dc:hover{
    color: var(--primary-color);
}
.x72a40d3d15{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.r24e__c01b{
    display: flex;
    align-items: center;
    gap: 16px;
}
.l5118a48bea{
    font-size: 14px;
    color: var(--text-muted);
}
.j65427_d61a{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.h254b4_57f2{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
}
.h7092b_2f3e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
@media (max-width: 768px){.o546__877c {
        padding: 60px 20px 40px 20px;
    }
.m786cbf31ba {
        gap: 48px;
    }
.xa17aa_4597 {
        gap: 40px;
        flex: 1 1 100%;
    }
.x72a40d3d15 {
        flex-direction: column;
        align-items: flex-start;
    }}
.l1dd65d82{box-sizing:border-box;}
.p02f5866274{box-sizing:border-box;}
.ac9b__4b72{box-sizing:border-box;}
.y51379766cc{box-sizing:border-box;}
.k439193c5{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.j9fc4a_e083.w7b33f402 .nbe8ed336 { 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; }
.nab4__6751 { 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; }}