:root {

  --mx-bg-base: #0a0b0b;
  --mx-bg-surface: #141616;
  --mx-bg-alt: #1a1c1c;
  --mx-text-title: #f4f6f6;
  --mx-text-body: #a9b3b3;
  --mx-border-color: #262b2b;
  --mx-brand-primary: hsl(169, 79%, 61%);
  --mx-brand-secondary: hsl(295, 63%, 61%);
  --mx-max-width: 1200px;
  --mx-read-width: 760px;
  --mx-font-serif: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
  --mx-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --primary-color: hsl(169, 79%, 61%);
  --secondary-color: hsl(295, 63%, 61%);
  --bg-color: #0c0d10;
  --text-color: #f1f2f3;
  --text-muted: #838896;
  --border-color: #242731;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 4px 4px 0px var(--secondary-color);
  --shadow-md: 6px 6px 0px var(--secondary-color);
  --shadow-lg: 8px 8px 0px var(--secondary-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --nav-bg: var(--bg-color);
  --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.t7bb44_33db.ocf357__0cd 随后，我着手编写CSS样式。我定义了一套CSS变量，用于控制页面的颜色、字体、布局等。我设置了深色背景和亮色主色调，以符合"深色模式、经典优雅、视觉冲击"的设计倾向。布局方面，我采用了紧凑间距和直角边框，以营造硬朗风格。我为Hero、交替布局、四列卡片、FAQ和CTA等不同模块，都设计了对应的CSS样式，确保页面的整体风格统一。
    最后，我仔细审查了整个页面的设计意图和视觉指令，力求在技术实现与视觉呈现之间找到平衡。我运用了高级灰的色调，紧凑的间距和硬朗的直角设计，营造出一种简洁、专业、优雅的视觉体验。
    总而言之，整个过程是一个从需求分析、内容规划、CSS设计到最终代码组装和校验的完整流程，我力求在代码生成过程中，严格遵循规则，同时兼顾用户体验和SEO需求，确保最终产出的页面能够有效地传递信息，并满足用户的需求。

    div.t7bb44_33db.ocf357__0cd.w1f8fad7{
    background-color: var(--mx-bg-base);
    color: var(--mx-text-body);
    font-family: var(--mx-font-sans);
    line-height: 1.6;
    padding-bottom: 4rem;
    }
div.t7bb44_33db.ocf357__0cd.w1f8fad7 h1, div.t7bb44_33db.ocf357__0cd.w1f8fad7 h2, div.t7bb44_33db.ocf357__0cd.w1f8fad7 h3{
    font-family: var(--mx-font-serif);
    color: var(--mx-text-title);
    font-weight: normal;
    margin-top: 0;
    }
div.t7bb44_33db.ocf357__0cd .ij48hzwjnc{
    max-width: var(--mx-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.t7bb44_33db.ocf357__0cd .sb417e08_e6a{
    max-width: var(--mx-read-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.t7bb44_33db.ocf357__0cd .j536bdc94{
    text-align: center;
    padding: 5rem 0 4rem;
    border-bottom: 1px solid var(--mx-border-color);
    background: linear-gradient(180deg, var(--mx-bg-surface) 0%, var(--mx-bg-base) 100%); color: #ffffff;}
div.t7bb44_33db.ocf357__0cd .j536bdc94 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    }
div.t7bb44_33db.ocf357__0cd .j536bdc94 p{
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: var(--mx-text-body);
    }
div.t7bb44_33db.ocf357__0cd .mx-cta-inline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    background-color: var(--mx-brand-primary);
    color: var(--mx-bg-base);
    text-decoration: none;
    font-family: var(--mx-font-sans);
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: background-color 0.2s, transform 0.2s;
    }
div.t7bb44_33db.ocf357__0cd .mx-cta-inline:hover{
    background-color: #52e0cd; 
    transform: translateY(-1px); color: #1a1a2e;}
div.t7bb44_33db.ocf357__0cd .o2c532ff4{
    padding: 4rem 0;
    border-bottom: 1px solid var(--mx-border-color);
    }
div.t7bb44_33db.ocf357__0cd .bc198_482{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.t7bb44_33db.ocf357__0cd .bc198_482.p6d511__75c .cdlf3yb7{
    order: 2;
    }
div.t7bb44_33db.ocf357__0cd .bc198_482.p6d511__75c .s6868619_rqo{
    order: 1;
    }
div.t7bb44_33db.ocf357__0cd .cdlf3yb7 h2{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    }
div.t7bb44_33db.ocf357__0cd .cdlf3yb7 h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--mx-brand-primary); color: #1a1a2e;}
div.t7bb44_33db.ocf357__0cd .cdlf3yb7 p{
    margin-bottom: 1.5rem;
    }
div.t7bb44_33db.ocf357__0cd .s6868619_rqo img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid var(--mx-border-color);
    filter: grayscale(20%) contrast(1.1);
    }
div.t7bb44_33db.ocf357__0cd .xkc8s8ci{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    }
div.t7bb44_33db.ocf357__0cd .c5fa65__e2734{
    background-color: var(--mx-bg-surface);
    border: 1px solid var(--mx-border-color);
    padding: 2rem 1.5rem;
    transition: border-color 0.3s; color: #ffffff;}
div.t7bb44_33db.ocf357__0cd .c5fa65__e2734:hover{
    border-color: var(--mx-brand-secondary);
    }
div.t7bb44_33db.ocf357__0cd .idff948_uk{
    color: var(--mx-brand-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    }
div.t7bb44_33db.ocf357__0cd .c5fa65__e2734 h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: var(--mx-font-sans);
    color: #fff;
    }
div.t7bb44_33db.ocf357__0cd .c5fa65__e2734 p{
    font-size: 0.9rem;
    margin: 0;
    }
div.t7bb44_33db.ocf357__0cd .le83e06244f{
    color: var(--mx-brand-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.t7bb44_33db.ocf357__0cd .le83e06244f:hover{
    border-bottom-color: var(--mx-brand-primary);
    }
div.t7bb44_33db.ocf357__0cd .r6rdpplixwq{
    margin-top: 3rem;
    border-top: 1px solid var(--mx-border-color);
    }
div.t7bb44_33db.ocf357__0cd .w81cf01{
    border-bottom: 1px solid var(--mx-border-color);
    padding: 1.5rem 0;
    }
div.t7bb44_33db.ocf357__0cd .f8dc9__e4d3{
    font-family: var(--mx-font-serif);
    font-size: 1.2rem;
    color: var(--mx-text-title);
    margin: 0 0 0.75rem 0;
    }
div.t7bb44_33db.ocf357__0cd .pb245d2_d1e{
    margin: 0;
    padding-left: 1rem;
    border-left: 2px solid var(--mx-bg-alt);
    }
div.t7bb44_33db.ocf357__0cd .m4648d_0aad{
    text-align: center;
    padding: 4rem 0 2rem;
    }
div.t7bb44_33db.ocf357__0cd .m4648d_0aad h2{
    font-size: 1.75rem;
    margin-bottom: 1rem;
    }
@media (max-width: 1024px) {div.t7bb44_33db.ocf357__0cd .xkc8s8ci{ grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px) {div.t7bb44_33db.ocf357__0cd .bc198_482{ grid-template-columns: 1fr; gap: 2rem; }
div.t7bb44_33db.ocf357__0cd .bc198_482.p6d511__75c .cdlf3yb7, div.t7bb44_33db.ocf357__0cd .bc198_482.p6d511__75c .s6868619_rqo{ order: unset; }
div.t7bb44_33db.ocf357__0cd .xkc8s8ci{ grid-template-columns: 1fr; }
div.t7bb44_33db.ocf357__0cd .j536bdc94{ padding: 3rem 0 2rem; }}
.w563__4c7{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.w69bce_f1f{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    }
.f952fa_df8{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: 8px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    box-sizing: border-box;
    text-transform: uppercase;
    }
.o1d1fb01a4{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--text-muted);
    letter-spacing: 12px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.obbbeb9f8{
    width: 64px;
    height: 6px;
    background-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 64px;
    box-sizing: border-box; color: #1a1a2e;}
.ne3341__3a980{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: 0.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.w563__4c7{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.f952fa_df8{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    }
.o1d1fb01a4{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
    }
.obbbeb9f8{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
    }
.ne3341__3a980{
    font-size: 12px;
    letter-spacing: 1px;
    }}
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
    }
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q91d00_0z{
    display: flex;
    align-items: center;
    }
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    }
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
    }
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
    }
.ukdvo9pcd:hover::after{
    width: 100%;
    }
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
    }
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
    }
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    flex-direction: column;
    padding: 2.5rem 0;
    gap: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
    display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
    opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.o7ad3_48.lbb2__1348 .vc3e820840e { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px) {#nt79b0a19093:checked ~ .vc3e820840e { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"] { display: none !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px) {.o7ad3_48.lbb2__1348 .vc3e820840e a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.t7bb44_33db img.c7d417641 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.t7bb44_33db img.c7d417641.zda7__8534 { aspect-ratio: 16 / 9; }
div.t7bb44_33db img.c7d417641.f894__4613 { aspect-ratio: 16 / 10; }
div.t7bb44_33db img.c7d417641.o471__ff87 { aspect-ratio: 4 / 3; }
div.t7bb44_33db img.c7d417641.n4b4__082e { aspect-ratio: 1 / 1; }
div.t7bb44_33db :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.t7bb44_33db .q786912ccd1 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.t7bb44_33db .q786912ccd1.zda7__8534 { aspect-ratio: 16 / 9; }
div.t7bb44_33db .q786912ccd1.f894__4613 { aspect-ratio: 16 / 10; }
div.t7bb44_33db .q786912ccd1.o471__ff87 { aspect-ratio: 4 / 3; }
div.t7bb44_33db .q786912ccd1.n4b4__082e { aspect-ratio: 1 / 1; }
div.t7bb44_33db .q786912ccd1 > img.c7d417641,
    div.t7bb44_33db .q786912ccd1 > picture > img.c7d417641 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.t7bb44_33db .d5b4__5ca7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.t7bb44_33db .d5b4__5ca7 > .u6731ca2d {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
.xa088cb4657 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.xa088cb4657 > :first-child,
    .xa088cb4657 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
    }
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q91d00_0z{
    display: flex;
    align-items: center;
    }
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    }
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
    }
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
    }
.ukdvo9pcd:hover::after{
    width: 100%;
    }
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    }
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
    }
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
    }
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    flex-direction: column;
    padding: 2.5rem 0;
    gap: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
    display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
    opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.o7ad3_48.lbb2__1348 .vc3e820840e{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w563__4c7{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
    box-sizing: border-box;
    width: 100%; color: #ffffff;}
.w69bce_f1f{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    }
.f952fa_df8{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: 8px;
    margin-bottom: 24px;
    text-shadow: var(--shadow-sm);
    box-sizing: border-box;
    text-transform: uppercase;
    }
.o1d1fb01a4{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--text-muted);
    letter-spacing: 12px;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.obbbeb9f8{
    width: 64px;
    height: 6px;
    background-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 64px;
    box-sizing: border-box; color: #1a1a2e;}
.ne3341__3a980{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 2px;
    opacity: 0.6;
    box-sizing: border-box;
    }
@media (max-width: 768px){.w563__4c7{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.f952fa_df8{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    }
.o1d1fb01a4{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
    }
.obbbeb9f8{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
    }
.ne3341__3a980{
    font-size: 12px;
    letter-spacing: 1px;
    }}
.o7ad3_48{
    font-family: "Noto Serif SC", "Playfair Display", "Times New Roman", serif;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000; color: #ffffff;}
.e8e03bc6447{
    display: none;
}
.vc3e820840e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.q91d00_0z{
    display: flex;
    align-items: center;
}
.oca0a_a6{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.oca0a_a6::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    margin-right: 12px;
    box-shadow: 3px 3px 0px var(--secondary-color);
    border: 1px solid var(--text-color); color: #1a1a2e;}
.l0e7813012c{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.ukdvo9pcd{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}
.ukdvo9pcd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ukdvo9pcd:hover{
    color: var(--text-color);
}
.ukdvo9pcd:hover::after{
    width: 100%;
}
.dae5af3a3d5{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.ba236e1915b{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 0.6rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-radius: var(--radius-sm);
}
.ba236e1915b:hover{
    background: #ffffff;
    color: #000000;
    transform: translate(2px, 2px); 
    box-shadow: 2px 2px 0px var(--secondary-color);
}
.eqcuqpsron{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    cursor: pointer;
}
.w380523c{
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.l0e7813012c {
        position: absolute;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        background: var(--nav-bg);
        border-bottom: 2px solid var(--border-color);
        flex-direction: column;
        padding: 2.5rem 0;
        gap: 2rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #ffffff;}
.e8e03bc6447:checked ~ .vc3e820840e .l0e7813012c {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
.eqcuqpsron {
        display: flex;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(2) {
        opacity: 0;
    }
.e8e03bc6447:checked ~ .vc3e820840e .eqcuqpsron .w380523c:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
.ba236e1915b {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }}
@media (min-width: 993px){.o7ad3_48 #nt79b0a19093, .o7ad3_48 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.o7ad3_48 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.o7ad3_48.lbb2__1348 .vc3e820840e{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt79b0a19093:checked ~ .vc3e820840e{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 #nt79b0a19093, .o7ad3_48.lbb2__1348 label[for="nt79b0a19093"]{ display: none !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.o7ad3_48.lbb2__1348 .vc3e820840e a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r2b9e27d9{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif SC", "Songti SC", "Times New Roman", serif;
  box-sizing: border-box;
  width: 100%; color: #ffffff;}
.ybda563fb{
  width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.j913__387c{
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--text-color);
  letter-spacing: 8px;
  margin-bottom: 24px;
  text-shadow: var(--shadow-sm);
  box-sizing: border-box;
  text-transform: uppercase;
}
.sbca7d_aa0e{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: var(--text-muted);
  letter-spacing: 12px;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.w41f__4769{
  width: 64px;
  height: 6px;
  background-color: var(--primary-color);
  box-shadow: var(--shadow-sm);
  margin-bottom: 64px;
  box-sizing: border-box; color: #1a1a2e;}
.qce2__9047{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 2px;
  opacity: 0.6;
  box-sizing: border-box;
}
@media (max-width: 768px){.r2b9e27d9{
    padding-top: 80px;
    padding-bottom: 40px;
  }
.j913__387c{
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }
.sbca7d_aa0e{
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 48px;
  }
.w41f__4769{
    width: 48px;
    height: 4px;
    margin-bottom: 48px;
  }
.qce2__9047{
    font-size: 12px;
    letter-spacing: 1px;
  }}
.y7290ec6c1c{box-sizing:border-box;}
.pc8ff7_737f{display:block;max-width:100%;height:auto;}
.ic02__3ee9{box-sizing:border-box;}
.t7cdee_d2cf{box-sizing:border-box;}