:root {

  --scene-primary: hsl(62, 76%, 55%);
  --scene-primary-dark: hsl(62, 76%, 45%);
  --scene-secondary: hsl(137, 61%, 55%);
  --scene-text: hsl(62, 10%, 11%);
  --scene-text-light: hsl(62, 10%, 35%);
  --scene-bg: hsl(62, 7%, 96%);
  --scene-bg-card: #ffffff;
  --scene-border: #e2e2e2;
  --scene-max-width: 900px;
  --scene-font-family: "Noto Serif SC", "Songti SC", STSong, "Times New Roman", serif;
  --scene-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --primary-color: hsl(62, 80%, 25%);
  --secondary-color: hsl(137, 61%, 35%);
  --bg-color: hsl(62, 7%, 96%);
  --text-color: hsl(62, 10%, 11%);
  --text-muted: hsl(62, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --font-serif: "Playfair Display", "Noto Serif SC", "Songti SC", Georgia, serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --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.j08c62_6364.c7j1g17rki1 接下来，我将页面分为三个核心场景：办公协作、社交娱乐、和长辈模式。每个场景都会包含明确的需求描述、配置建议、以及指向关键操作的链接。
    **页面结构与风格：**
    *   **配色方案：** 我将采用类似黄绿色的主色（hsl(62, 76%, 55%)）作为主色调，辅以绿色 (hsl(137, 61%, 55%))，以及深灰色文字和浅灰白背景，构建一个中性、高饱和度且极简的视觉风格。
    *   **排版：** 页面将采用衬线字体，并限制内容宽度为 900px，确保在不同设备上的良好阅读体验。所有主要内容将采用左对齐，以营造清晰的视觉层次。
    *   **Hero 区块：** 我将设计一个醒目的 Hero 区块，包含 H1 标题"全能解压缩：典型使用场景与需求匹配"，以及简要的软件描述和 CTA 按钮，引导用户查看具体场景配置。
    *   **场景区块：** 每一个场景区块都将包含 H2 标题、需求描述、配置入口、以及（如果需要）相关的图片，辅助用户理解。每个场景下面会有具体的配置和排查建议，为用户提供可执行的上手细节。
    *   **链接与交互：** 我会在文中插入两个关键的内部链接，分别指向 /client/（获取客户端）和 /guide/（操作步骤），确保用户在阅读完场景描述后，可以方便地获取软件或查阅帮助文档。
    **关键场景的详细设计：**
    1................  **办公协作：** 重点关注文件加密、格式兼容和批量处理。用户在每天处理多个归档文件或者敏感数据时，可以通过开启右键菜单快捷提取、选择加密方式、开启特定文件关联，来提升效率。
    2................  **社交娱乐：** 强调大文件分卷压缩和快速提取，引导用户利用分卷压缩功能发送大型媒体文件。
    3................  **长辈模式：** 针对长辈用户，我将强调极简操作、一键解压和无弹窗干扰。通过隐藏高级工具栏、设置双击解压、取消文件关联提示等，降低使用门槛。
    在每个场景中，我都会结合图片进行说明。
    **SEO 与内容策略：**
    *   内容字数将控制在 600/**/-900 字之间，确保信息量充足，同时避免冗余。
    **CSS 样式与交互效果：**
    *   我将使用 CSS 变量，确保页面风格的统一和可维护性。
    *   按钮设计将采用实心背景，搭配明显阴影和悬浮效果，突出交互性，并符合极简视觉风格。
    **最终产出：**
    div.j08c62_6364.c7j1g17rki1.s9a181ab_dnf{
    font-family: var(--scene-font-family);
    color: var(--scene-text, #1c1c1c);
    background-color: var(--scene-bg, #f5f5f5);
    padding: 80px 20px;
    line-height: 1.8;
    text-align: left;
    margin: 0;
    }
div.j08c62_6364.c7j1g17rki1 .p24b4f_ge4{
    max-width: var(--scene-max-width);
    margin: 0 auto;
    text-align: left;
    }
div.j08c62_6364.c7j1g17rki1 .b8f2__6b34{
    margin-bottom: 60px;
    padding-bottom: 40px;
    }
div.j08c62_6364.c7j1g17rki1 .b8f2__6b34 h1{
    font-size: 3.2rem;
    margin-bottom: 24px;
    font-weight: 700;
    color: var(--scene-text);
    letter-spacing: 0.5px;
    line-height: 1.2;
    }
div.j08c62_6364.c7j1g17rki1 .b8f2__6b34 p{
    font-size: 1.15rem;
    color: var(--scene-text-light);
    max-width: 680px;
    margin-bottom: 30px;
    }
div.j08c62_6364.c7j1g17rki1 .pe43920_vaf9{
    background-color: var(--scene-bg-card);
    padding: 48px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02); color: #1a1a2e;}
div.j08c62_6364.c7j1g17rki1 .pe43920_vaf9 h2{
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 24px;
    color: var(--scene-text);
    border-left: 6px solid var(--scene-primary);
    padding-left: 18px;
    line-height: 1.4;
    }
div.j08c62_6364.c7j1g17rki1 .pe43920_vaf9 h3{
    font-size: 1.3rem;
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--scene-text);
    font-weight: 700;
    }
div.j08c62_6364.c7j1g17rki1 .pe43920_vaf9 p{
    font-size: 1.05rem;
    color: var(--scene-text-light);
    margin-bottom: 16px;
    }
div.j08c62_6364.c7j1g17rki1 .sd7e1dcb4b8{
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    }
div.j08c62_6364.c7j1g17rki1 .sd7e1dcb4b8 li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    color: var(--scene-text-light);
    }
div.j08c62_6364.c7j1g17rki1 .sd7e1dcb4b8 li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--scene-secondary);
    font-weight: bold;
    font-family: var(--scene-font-sans);
    }
div.j08c62_6364.c7j1g17rki1 .sef42a2_akn{
    margin: 36px 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid var(--scene-border); color: #1a1a2e;}
div.j08c62_6364.c7j1g17rki1 .sef42a2_akn img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    }
div.j08c62_6364.c7j1g17rki1 .q128cd9{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    }
div.j08c62_6364.c7j1g17rki1 .na891b100{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    background-color: var(--scene-primary);
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    font-family: var(--scene-font-sans);
    }
div.j08c62_6364.c7j1g17rki1 .na891b100:hover{
    background-color: var(--scene-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15); color: #1a1a2e;}
div.j08c62_6364.c7j1g17rki1 .g030648{
    background-color: transparent;
    color: var(--scene-text);
    border: 2px solid var(--scene-text);
    box-shadow: none;
    }
div.j08c62_6364.c7j1g17rki1 .g030648:hover{
    background-color: var(--scene-text);
    color: #fff;
    }
div.j08c62_6364.c7j1g17rki1 .scene-inline-link{
    color: #111;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--scene-secondary);
    transition: all 0.2s;
    padding-bottom: 2px;
    }
div.j08c62_6364.c7j1g17rki1 .scene-inline-link:hover{
    background-color: var(--scene-secondary);
    color: #1a1a2e;
    }
div.j08c62_6364.c7j1g17rki1 .d3137a566b0{
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid var(--scene-border);
    text-align: left;
    color: var(--scene-text-light);
    font-size: 0.95rem;
    font-family: var(--scene-font-sans);
    }
@media (max-width: 768px) {div.j08c62_6364.c7j1g17rki1.s9a181ab_dnf{
    padding: 40px 16px;
    }
div.j08c62_6364.c7j1g17rki1 .b8f2__6b34 h1{
    font-size: 2.2rem;
    }
div.j08c62_6364.c7j1g17rki1 .pe43920_vaf9{
    padding: 24px;
    }
div.j08c62_6364.c7j1g17rki1 .q128cd9{
    flex-direction: column;
    }
div.j08c62_6364.c7j1g17rki1 .na891b100{
    width: 100%;
    }}
.xa94a__df001{
    background-color: var(--bg-color, hsl(62, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c92jvn1jqm2{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.x409d9_bryn{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    }
.xe03om2iwl9{
    width: 100%;
    font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(62, 10%, 11%));
    margin-bottom: 16px;
    box-sizing: border-box;
    }
.f1325a605{
    width: 100%;
    max-width: 480px;
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(62, 5%, 45%));
    box-sizing: border-box;
    }
.s98fc35_75b{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-top: 64px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.jpz8xk7bu59{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    }
.vrjj0vx55t{
    flex: 1;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(62, 5%, 45%));
    text-align: left;
    box-sizing: border-box;
    }
@media (max-width: 768px){.xa94a__df001{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xe03om2iwl9{
    font-size: 24px;
    margin-bottom: 12px;
    }
.f1325a605{
    font-size: 14px;
    }
.s98fc35_75b{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.vrjj0vx55t{
    font-size: 13px;
    }}
.h60ddb__05ae6{
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    }
.hee24f_du{
    width: var(--max-width);
    height: var(--nav-height);
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    }
.h95bf0e61{
    display: none;
    }
.z0380__4354{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
    content: "";
    top: -8px;
    left: 0;
    }
.tcf77cfa94::after{
    content: "";
    bottom: -8px;
    left: 0;
    }
.lc9a__44991{
    display: flex;
    align-items: center;
    gap: 32px;
    flex-grow: 1;
    justify-content: flex-end;
    }
.ded9c4ef{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.q4gm2qg3x{
    display: block;
    }
.oniyczz93wz{
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.oniyczz93wz:hover{
    color: var(--text-color);
    }
.oniyczz93wz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
    width: 100%;
    }
.x0b7c21c_1l1{
    display: flex;
    align-items: center;
    margin-left: 16px;
    }
.o96eee3f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 44px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
    border: 1px solid transparent;
    }
.o96eee3f9:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
    }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    }
.q4gm2qg3x{
    width: 100%;
    }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
    }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.o96eee3f9{
    width: 100%;
    }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active {color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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: 1024px) {#nt1fdd8f653e:checked ~ .lc9a__44991 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"] { display: none !important; }}
@media (min-width: 1025px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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: 1025px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 { 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: 1025px) {.h60ddb__05ae6.i14c75_26ee .lc9a__44991 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.j08c62_6364 img.m073__f16b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.j08c62_6364 img.m073__f16b.j77187bb1 { aspect-ratio: 16 / 9; }
div.j08c62_6364 img.m073__f16b.xe6103288 { aspect-ratio: 16 / 10; }
div.j08c62_6364 img.m073__f16b.r2e3__dead { aspect-ratio: 4 / 3; }
div.j08c62_6364 img.m073__f16b.b0aa__1e84 { aspect-ratio: 1 / 1; }
div.j08c62_6364 :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.j08c62_6364 .gec0491f6 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.j08c62_6364 .gec0491f6.j77187bb1 { aspect-ratio: 16 / 9; }
div.j08c62_6364 .gec0491f6.xe6103288 { aspect-ratio: 16 / 10; }
div.j08c62_6364 .gec0491f6.r2e3__dead { aspect-ratio: 4 / 3; }
div.j08c62_6364 .gec0491f6.b0aa__1e84 { aspect-ratio: 1 / 1; }
div.j08c62_6364 .gec0491f6 > img.m073__f16b,
    div.j08c62_6364 .gec0491f6 > picture > img.m073__f16b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.x7b1__492c {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.x7b1__492c > :first-child,
    .x7b1__492c > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h60ddb__05ae6{
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    }
.hee24f_du{
    width: var(--max-width);
    height: var(--nav-height);
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    }
.h95bf0e61{
    display: none;
    }
.z0380__4354{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: absolute;
    border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
    content: "";
    top: -8px;
    left: 0;
    }
.tcf77cfa94::after{
    content: "";
    bottom: -8px;
    left: 0;
    }
.lc9a__44991{
    display: flex;
    align-items: center;
    gap: 32px;
    flex-grow: 1;
    justify-content: flex-end;
    }
.ded9c4ef{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.q4gm2qg3x{
    display: block;
    }
.oniyczz93wz{
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.oniyczz93wz:hover{
    color: var(--text-color);
    }
.oniyczz93wz::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
    width: 100%;
    }
.x0b7c21c_1l1{
    display: flex;
    align-items: center;
    margin-left: 16px;
    }
.o96eee3f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 44px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
    border: 1px solid transparent;
    }
.o96eee3f9:hover{
    background: var(--secondary-color);
    box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
    }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
    }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    }
.q4gm2qg3x{
    width: 100%;
    }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
    }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
.o96eee3f9{
    width: 100%;
    }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active{color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1024px){#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xa94a__df001{
    background-color: var(--bg-color, hsl(62, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c92jvn1jqm2{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    }
.x409d9_bryn{
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    }
.xe03om2iwl9{
    width: 100%;
    font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(62, 10%, 11%));
    margin-bottom: 16px;
    box-sizing: border-box;
    }
.f1325a605{
    width: 100%;
    max-width: 480px;
    font-family: var(--font-sans, sans-serif);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(62, 5%, 45%));
    box-sizing: border-box;
    }
.s98fc35_75b{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-top: 64px;
    margin-bottom: 32px;
    box-sizing: border-box; color: #ffffff;}
.jpz8xk7bu59{
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    }
.vrjj0vx55t{
    flex: 1;
    font-family: var(--font-sans, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(62, 5%, 45%));
    text-align: left;
    box-sizing: border-box;
    }
@media (max-width: 768px){.xa94a__df001{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.xe03om2iwl9{
    font-size: 24px;
    margin-bottom: 12px;
    }
.f1325a605{
    font-size: 14px;
    }
.s98fc35_75b{
    margin-top: 40px;
    margin-bottom: 24px;
    }
.vrjj0vx55t{
    font-size: 13px;
    }}
.h60ddb__05ae6{
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hee24f_du{
  width: var(--max-width);
  height: var(--nav-height);
  background: var(--nav-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
  box-sizing: border-box; color: #1a1a2e;}
.r4479_737e{
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.h95bf0e61{
  display: none;
}
.z0380__4354{
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tcf77cfa94, .tcf77cfa94::before, .tcf77cfa94::after{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: absolute;
  border-radius: var(--radius-sm); color: #ffffff;}
.tcf77cfa94::before{
  content: "";
  top: -8px;
  left: 0;
}
.tcf77cfa94::after{
  content: "";
  bottom: -8px;
  left: 0;
}
.lc9a__44991{
  display: flex;
  align-items: center;
  gap: 32px;
  flex-grow: 1;
  justify-content: flex-end;
}
.ded9c4ef{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.q4gm2qg3x{
  display: block;
}
.oniyczz93wz{
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.oniyczz93wz:hover{
  color: var(--text-color);
}
.oniyczz93wz::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #1a1a2e;}
.oniyczz93wz:hover::after{
  width: 100%;
}
.x0b7c21c_1l1{
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.o96eee3f9{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 44px;
  background: var(--primary-color);
  color: #1a1a2e;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(107, 115, 13, 0.3);
  border: 1px solid transparent;
}
.o96eee3f9:hover{
  background: var(--secondary-color);
  box-shadow: 0 6px 16px rgba(35, 143, 70, 0.4);
  transform: translateY(-2px);
  color: #1a1a2e;
}
@media (max-width: 1024px){.lc9a__44991 { gap: 16px; }
.ded9c4ef { gap: 16px; }
.x0b7c21c_1l1 { margin-left: 8px; }}
@media (max-width: 900px){.z0380__4354{
    display: flex;
  }
.lc9a__44991{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.h95bf0e61:checked ~ .lc9a__44991{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94{
    background-color: transparent;
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::before{
    transform: rotate(45deg);
    top: 0;
  }
.h95bf0e61:checked ~ .z0380__4354 .tcf77cfa94::after{
    transform: rotate(-45deg);
    bottom: 0;
  }
.ded9c4ef{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
.q4gm2qg3x{
    width: 100%;
  }
.oniyczz93wz{
    display: block;
    width: 100%;
    font-size: 1.05rem;
    padding: 8px 0;
  }
.x0b7c21c_1l1{
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
  }
.o96eee3f9{
    width: 100%;
  }}
.oniyczz93wz.active{color: var(--text-color);}
@media (min-width: 1025px){.h60ddb__05ae6 #nt1fdd8f653e, .h60ddb__05ae6 label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991{ 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: 1025px){.h60ddb__05ae6 .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.oniyczz93wz.active{color: var(--text-color);}
#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1024px){#nt1fdd8f653e:checked ~ .lc9a__44991{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee #nt1fdd8f653e, .h60ddb__05ae6.i14c75_26ee label[for="nt1fdd8f653e"]{ display: none !important; }}
@media (min-width: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991{ 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: 1025px){.h60ddb__05ae6.i14c75_26ee .lc9a__44991 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d7a95d582f0{
  background-color: var(--bg-color, hsl(62, 7%, 96%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.e230bf_c005{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.u89b__1026{
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.b175__0c60{
  width: 100%;
  font-family: var(--font-serif, "Playfair Display", "Noto Serif SC", serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color, hsl(62, 10%, 11%));
  margin-bottom: 16px;
  box-sizing: border-box;
}
.mfc1__ad28{
  width: 100%;
  max-width: 480px;
  font-family: var(--font-sans, sans-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted, hsl(62, 5%, 45%));
  box-sizing: border-box;
}
.ra0efb_2664{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  margin-top: 64px;
  margin-bottom: 32px;
  box-sizing: border-box; color: #ffffff;}
.a73158da2{
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.ba0d7d_addd{
  flex: 1;
  font-family: var(--font-sans, sans-serif);
  font-size: 14px;
  color: var(--text-muted, hsl(62, 5%, 45%));
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 768px){.d7a95d582f0{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.b175__0c60{
    font-size: 24px;
    margin-bottom: 12px;
  }
.mfc1__ad28{
    font-size: 14px;
  }
.ra0efb_2664{
    margin-top: 40px;
    margin-bottom: 24px;
  }
.ba0d7d_addd{
    font-size: 13px;
  }}
.tf9f3d65a{box-sizing:border-box;}
.y503d9_67ff{box-sizing:border-box;}
.zaad0b061{box-sizing:border-box;}