:root {

  --primary-color: #bd3b00;
  --secondary-color: #7a2600;
  --bg-color: #fdfbf9;
  --text-color: #1a1512;
  --text-muted: #5c4e46;
  --border-color: #e5deda;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 2px rgba(26, 21, 18, 0.05);
  --shadow-md: 0 4px 12px rgba(26, 21, 18, 0.1);
  --shadow-lg: 0 8px 24px rgba(26, 21, 18, 0.15);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --v2-brand-primary: hsl(15, 80%, 48%);
  --v2-brand-secondary: hsl(30, 85%, 35%);
  --v2-bg-surface: hsl(40, 20%, 97%);
  --v2-bg-dark: hsl(20, 15%, 12%);
  --v2-text-base: var(--text-color, hsl(20, 10%, 15%));
  --v2-text-muted: hsl(20, 5%, 40%);
  --v2-text-inverse: hsl(0, 0%, 98%);
  --v2-font-heading: "Georgia", "Times New Roman", serif;
  --v2-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --v2-radius-sharp: 0px;
  --v2-border-heavy: 2px solid var(--v2-text-base);
  --v2-space-section: 6rem;
  --v2-space-element: 2rem;
  --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%);
}
.qb2504__88aa, .qb2504__88aa *{
    box-sizing: border-box;
    }
.qb2504__88aa{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color); 
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif; color: #1a1a2e;}
.qe72ed7_dab8{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.h2a8c__4bc1{
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: var(--transition);
    }
.h2a8c__4bc1:hover{
    color: var(--primary-color);
    }
.seup631btga{
    display: none;
    }
.qeda1ba30f{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.h4fb6f8_93{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 0;
    transition: var(--transition);
    }
.h4fb6f8_93::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease; color: #ffffff;}
.h4fb6f8_93:hover{
    color: var(--primary-color);
    }
.h4fb6f8_93:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.f5fd63b76{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
    height: 44px;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-sm); 
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    letter-spacing: 0.05em;
    }
.f5fd63b76:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md); color: #ffffff;}
@media (min-width: 1025px){.y4b14__c0d1 {
    display: none;
    }
.y909f__9a3 {
    display: flex;
    flex: 1;
    align-items: center;
    }
.qeda1ba30f {
    display: flex;
    gap: 2.5rem;
    flex: 1;
    justify-content: center;
    }
.j636456 {
    flex-shrink: 0;
    }}
@media (max-width: 1024px){.y4b14__c0d1 {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    }
.p547cb_9r {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before,
    .p547cb_9r::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before { top: -8px; }
.p547cb_9r::after { top: 8px; }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r {
    background-color: transparent;
    }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::before {
    transform: translateY(8px) rotate(45deg);
    }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::after {
    transform: translateY(-8px) rotate(-45deg);
    }
.y909f__9a3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto; color: #1a1a2e;}
.seup631btga:checked ~ .y909f__9a3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.qeda1ba30f {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    }
.t4b80afdfc {
    width: 100%;
    text-align: center;
    }
.j636456 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
    }}
.h4fb6f8_93.active{color: var(--primary-color);}
@media (min-width: 1025px){.qb2504__88aa #nt9878a5643e, .qb2504__88aa label[for="nt9878a5643e"]{ display: none !important; }}
@media (min-width: 1025px){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.h4fb6f8_93.active {color: var(--primary-color);}
#nt9878a5643e:checked ~ .y909f__9a3 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.qb2504__88aa.de1f__b22e .y909f__9a3 { 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) {#nt9878a5643e:checked ~ .y909f__9a3 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.qb2504__88aa.de1f__b22e #nt9878a5643e, .qb2504__88aa.de1f__b22e label[for="nt9878a5643e"] { display: none !important; }}
@media (min-width: 1025px) {.qb2504__88aa.de1f__b22e .y909f__9a3 { 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) {.qb2504__88aa.de1f__b22e .y909f__9a3 { 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) {.qb2504__88aa.de1f__b22e .y909f__9a3 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd302_439d{
    background-color: var(--text-color, #1a1512);
    padding-top: 80px;
    padding-bottom: 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-top: 8px solid var(--primary-color, #bd3b00); color: #ffffff;}
.f9b0da7d469{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.k364__e49{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--bg-color, #fdfbf9);
    margin-bottom: 24px;
    text-transform: uppercase;
    width: 100%;
    }
.s747ad_1dd{
    font-size: 16px;
    line-height: 1.8;
    color: var(--border-color, #e5deda);
    width: 100%;
    max-width: 640px;
    margin-bottom: 48px;
    }
.tea00c9_1682{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
    }
.xe5cf2e0f{
    color: var(--bg-color, #fdfbf9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.xe5cf2e0f:hover{
    color: var(--primary-color, #bd3b00);
    border-bottom: 2px solid var(--primary-color, #bd3b00);
    }
.n2788fe_hr9e{
    width: 80px;
    height: 2px;
    background-color: var(--secondary-color, #7a2600);
    margin-bottom: 32px; color: #ffffff;}
.s2fc235c{
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--border-color, #e5deda);
    opacity: 0.5;
    width: 100%;
    }
@media (max-width: 768px){.cd302_439d{
    padding-top: 56px;
    padding-bottom: 40px;
    border-top: 6px solid var(--primary-color, #bd3b00);
    }
.k364__e49{
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    }
.s747ad_1dd{
    font-size: 14px;
    margin-bottom: 36px;
    }
.tea00c9_1682{
    margin-bottom: 36px;
    }}
div.uc7221_cd09.of34e950e3 I need to nail the target audience: users who need fine-grained network control................ Then I need to talk about v2rayN"s capabilities. It *needs* to be actionable and informative. No fake stats; that"s key................ The content needs to be at least 700 words, div.uc7221_cd09.of34e950e3 with a minimum of four substantive blocks................ It must *not* be a homogenised page: I need to craft at least one unique div for this page................
    Next I
    The "适用场景与受众" (Target Audience & Scenarios) div will use 3-column cards with icons and actionable descriptions: who *needs* v2rayN and why................

    div.uc7221_cd09.of34e950e3{
    font-family: var(--v2-font-body);
    color: var(--v2-text-base);
    background-color: var(--v2-bg-surface);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.uc7221_cd09.of34e950e3 h1, div.uc7221_cd09.of34e950e3 h2, div.uc7221_cd09.of34e950e3 h3, div.uc7221_cd09.of34e950e3 h4{
    font-family: var(--v2-font-heading);
    color: var(--v2-text-base);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    }
div.uc7221_cd09.of34e950e3 p{
    margin-bottom: 1.5rem;
    }
div.uc7221_cd09.of34e950e3 a{
    color: var(--v2-brand-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    }
div.uc7221_cd09.of34e950e3 a:hover{
    color: var(--v2-brand-secondary);
    }
div.uc7221_cd09.of34e950e3 .p744df03{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.uc7221_cd09.of34e950e3 .e7372b__39c10{
    text-align: center;
    }
div.uc7221_cd09.of34e950e3 .e325d01db9{
    max-width: 760px;
    margin: 0 auto var(--v2-space-element) auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
div.uc7221_cd09.of34e950e3 .pcc619__a24{
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    }
div.uc7221_cd09.of34e950e3 .v4a63e1_cf{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--v2-radius-sharp);
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
    }
div.uc7221_cd09.of34e950e3 .ta7e173_28{
    background-color: var(--v2-brand-primary);
    color: #1a1a2e;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.15); 
    }
div.uc7221_cd09.of34e950e3 .ta7e173_28:hover{
    background-color: var(--v2-brand-secondary);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    }
div.uc7221_cd09.of34e950e3 .ysicynu1p5{
    background-color: transparent;
    color: var(--v2-text-base);
    border-color: var(--v2-text-base);
    }
div.uc7221_cd09.of34e950e3 .ysicynu1p5:hover{
    background-color: var(--v2-text-base);
    color: var(--v2-text-inverse);
    }
div.uc7221_cd09.of34e950e3 .fce9__43d1{
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 2rem 4rem;
    background: linear-gradient(135deg, var(--v2-bg-surface) 0%, hsl(40, 30%, 90%) 100%);
    border-bottom: var(--v2-border-heavy); color: #1a1a2e;}
div.uc7221_cd09.of34e950e3 .vb8e__2656b{
    max-width: 800px;
    margin: 0 auto;
    }
div.uc7221_cd09.of34e950e3 .y6e6dad4803{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    }
div.uc7221_cd09.of34e950e3 .lbf7__bd8{
    font-size: 1.25rem;
    color: var(--v2-text-muted);
    max-width: 760px;
    margin: 0 auto;
    }
div.uc7221_cd09.of34e950e3 .o4fxtdh6483{
    padding: var(--v2-space-section) 0;
    }
div.uc7221_cd09.of34e950e3 .o4fxtdh6483.e371__5fe9{
    background-color: var(--v2-bg-dark);
    color: var(--v2-text-inverse);
    }
div.uc7221_cd09.of34e950e3 .o4fxtdh6483.e371__5fe9 h2, div.uc7221_cd09.of34e950e3 .o4fxtdh6483.e371__5fe9 h3, div.uc7221_cd09.of34e950e3 .o4fxtdh6483.e371__5fe9 p{
    color: var(--v2-text-inverse);
    }
div.uc7221_cd09.of34e950e3 .ad6a3_af0{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    }
div.uc7221_cd09.of34e950e3 .rd554c0b6{
    background: #ffffff;
    border: var(--v2-border-heavy);
    padding: 2.5rem 2rem;
    text-align: center; 
    transition: transform 0.3s ease; color: #1a1a2e;}
div.uc7221_cd09.of34e950e3 .rd554c0b6:hover{
    transform: translateY(-5px);
    }
div.uc7221_cd09.of34e950e3 .e371__5fe9 .rd554c0b6{
    background: hsl(20, 10%, 18%);
    border-color: var(--v2-text-muted); color: #ffffff;}
div.uc7221_cd09.of34e950e3 .q0147b__a8ab{
    width: 48px;
    height: 48px;
    margin: 0 auto 1.5rem auto;
    fill: var(--v2-brand-primary);
    }
div.uc7221_cd09.of34e950e3 .qw5lrbz0k0np{
    margin: 3rem auto;
    max-width: 1000px;
    border: var(--v2-border-heavy);
    background: #000;
    padding: 0.5rem; color: #ffffff;}
div.uc7221_cd09.of34e950e3 .qw5lrbz0k0np img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    }
div.uc7221_cd09.of34e950e3 .ff02de2{
    max-width: 760px;
    margin: 0 auto;
    text-align: left; 
    padding: 2rem;
    background: #fff;
    border-left: 4px solid var(--v2-brand-primary); color: #1a1a2e;}
div.uc7221_cd09.of34e950e3 .x8a60a_6658{
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--v2-brand-primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    }
div.uc7221_cd09.of34e950e3 .p4aea592b{
    border-top: var(--v2-border-heavy);
    padding: 4rem 2rem;
    background-color: var(--v2-bg-surface);
    text-align: center; color: #1a1a2e;}
div.uc7221_cd09.of34e950e3 .k364__e49{
    font-family: var(--v2-font-heading);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--v2-brand-secondary);
    }
@media (max-width: 900px) {div.uc7221_cd09.of34e950e3 .ad6a3_af0{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 600px) {div.uc7221_cd09.of34e950e3 .ad6a3_af0{
    grid-template-columns: 1fr;
    }
div.uc7221_cd09.of34e950e3 .pcc619__a24{
    flex-direction: column;
    }
div.uc7221_cd09.of34e950e3 .v4a63e1_cf{
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.uc7221_cd09 img.d63312_574e {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.uc7221_cd09 img.d63312_574e.i58376ed1be { aspect-ratio: 16 / 9; }
div.uc7221_cd09 img.d63312_574e.x8ca__e794 { aspect-ratio: 16 / 10; }
div.uc7221_cd09 img.d63312_574e.x068bb_8ce7 { aspect-ratio: 4 / 3; }
div.uc7221_cd09 img.d63312_574e.cbb7eaf0d { aspect-ratio: 1 / 1; }
div.uc7221_cd09 :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.uc7221_cd09 .bb60250ce {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.uc7221_cd09 .bb60250ce.i58376ed1be { aspect-ratio: 16 / 9; }
div.uc7221_cd09 .bb60250ce.x8ca__e794 { aspect-ratio: 16 / 10; }
div.uc7221_cd09 .bb60250ce.x068bb_8ce7 { aspect-ratio: 4 / 3; }
div.uc7221_cd09 .bb60250ce.cbb7eaf0d { aspect-ratio: 1 / 1; }
div.uc7221_cd09 .bb60250ce > img.d63312_574e,
    div.uc7221_cd09 .bb60250ce > picture > img.d63312_574e {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.yd102b879 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.yd102b879 > :first-child,
    .yd102b879 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.qb2504__88aa, .qb2504__88aa *{
    box-sizing: border-box;
    }
.qb2504__88aa{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color); 
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif; color: #1a1a2e;}
.qe72ed7_dab8{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    }
.h2a8c__4bc1{
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: var(--transition);
    }
.h2a8c__4bc1:hover{
    color: var(--primary-color);
    }
.seup631btga{
    display: none;
    }
.qeda1ba30f{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.h4fb6f8_93{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 0;
    transition: var(--transition);
    }
.h4fb6f8_93::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease; color: #ffffff;}
.h4fb6f8_93:hover{
    color: var(--primary-color);
    }
.h4fb6f8_93:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.f5fd63b76{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
    height: 44px;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-sm); 
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    letter-spacing: 0.05em;
    }
.f5fd63b76:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md); color: #ffffff;}
@media (min-width: 1025px){.y4b14__c0d1 {
    display: none;
    }
.y909f__9a3 {
    display: flex;
    flex: 1;
    align-items: center;
    }
.qeda1ba30f {
    display: flex;
    gap: 2.5rem;
    flex: 1;
    justify-content: center;
    }
.j636456 {
    flex-shrink: 0;
    }}
@media (max-width: 1024px){.y4b14__c0d1 {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    }
.p547cb_9r {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before,
    .p547cb_9r::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before { top: -8px; }
.p547cb_9r::after { top: 8px; }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r {
    background-color: transparent;
    }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::before {
    transform: translateY(8px) rotate(45deg);
    }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::after {
    transform: translateY(-8px) rotate(-45deg);
    }
.y909f__9a3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto; color: #1a1a2e;}
.seup631btga:checked ~ .y909f__9a3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.qeda1ba30f {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    }
.t4b80afdfc {
    width: 100%;
    text-align: center;
    }
.j636456 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
    }}
.h4fb6f8_93.active{color: var(--primary-color);}
@media (min-width: 1025px){.qb2504__88aa #nt9878a5643e, .qb2504__88aa label[for="nt9878a5643e"]{ display: none !important; }}
@media (min-width: 1025px){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.h4fb6f8_93.active{color: var(--primary-color);}
#nt9878a5643e:checked ~ .y909f__9a3{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){#nt9878a5643e:checked ~ .y909f__9a3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.qb2504__88aa.de1f__b22e #nt9878a5643e, .qb2504__88aa.de1f__b22e label[for="nt9878a5643e"]{ display: none !important; }}
@media (min-width: 1025px){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){.qb2504__88aa.de1f__b22e .y909f__9a3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cd302_439d{
    background-color: var(--text-color, #1a1512);
    padding-top: 80px;
    padding-bottom: 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-top: 8px solid var(--primary-color, #bd3b00); color: #ffffff;}
.f9b0da7d469{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.k364__e49{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--bg-color, #fdfbf9);
    margin-bottom: 24px;
    text-transform: uppercase;
    width: 100%;
    }
.s747ad_1dd{
    font-size: 16px;
    line-height: 1.8;
    color: var(--border-color, #e5deda);
    width: 100%;
    max-width: 640px;
    margin-bottom: 48px;
    }
.tea00c9_1682{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
    }
.xe5cf2e0f{
    color: var(--bg-color, #fdfbf9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.xe5cf2e0f:hover{
    color: var(--primary-color, #bd3b00);
    border-bottom: 2px solid var(--primary-color, #bd3b00);
    }
.n2788fe_hr9e{
    width: 80px;
    height: 2px;
    background-color: var(--secondary-color, #7a2600);
    margin-bottom: 32px; color: #ffffff;}
.s2fc235c{
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--border-color, #e5deda);
    opacity: 0.5;
    width: 100%;
    }
@media (max-width: 768px){.cd302_439d{
    padding-top: 56px;
    padding-bottom: 40px;
    border-top: 6px solid var(--primary-color, #bd3b00);
    }
.k364__e49{
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    }
.s747ad_1dd{
    font-size: 14px;
    margin-bottom: 36px;
    }
.tea00c9_1682{
    margin-bottom: 36px;
    }}
.qb2504__88aa, .qb2504__88aa *{
  box-sizing: border-box;
}
.qb2504__88aa{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--nav-bg);
  border-bottom: 2px solid var(--border-color); 
  font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif; color: #1a1a2e;}
.qe72ed7_dab8{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
}
.h2a8c__4bc1{
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition);
}
.h2a8c__4bc1:hover{
  color: var(--primary-color);
}
.seup631btga{
  display: none;
}
.qeda1ba30f{
  list-style: none;
  margin: 0;
  padding: 0;
}
.h4fb6f8_93{
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  padding: 0.5rem 0;
  transition: var(--transition);
}
.h4fb6f8_93::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease; color: #ffffff;}
.h4fb6f8_93:hover{
  color: var(--primary-color);
}
.h4fb6f8_93:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}
.f5fd63b76{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.75rem;
  height: 44px;
  background: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid var(--primary-color);
  border-radius: var(--radius-sm); 
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  letter-spacing: 0.05em;
}
.f5fd63b76:hover{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: var(--shadow-md); color: #ffffff;}
@media (min-width: 1025px){.y4b14__c0d1 {
    display: none;
  }
.y909f__9a3 {
    display: flex;
    flex: 1;
    align-items: center;
  }
.qeda1ba30f {
    display: flex;
    gap: 2.5rem;
    flex: 1;
    justify-content: center;
  }
.j636456 {
    flex-shrink: 0;
  }}
@media (max-width: 1024px){.y4b14__c0d1 {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }
.p547cb_9r {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before,
  .p547cb_9r::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.p547cb_9r::before { top: -8px; }
.p547cb_9r::after { top: 8px; }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r {
    background-color: transparent;
  }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::before {
    transform: translateY(8px) rotate(45deg);
  }
.seup631btga:checked + .y4b14__c0d1 .p547cb_9r::after {
    transform: translateY(-8px) rotate(-45deg);
  }
.y909f__9a3 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto; color: #1a1a2e;}
.seup631btga:checked ~ .y909f__9a3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.qeda1ba30f {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
.t4b80afdfc {
    width: 100%;
    text-align: center;
  }
.j636456 {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }}
.h4fb6f8_93.active{color: var(--primary-color);}
@media (min-width: 1025px){.qb2504__88aa #nt9878a5643e, .qb2504__88aa label[for="nt9878a5643e"]{ display: none !important; }}
@media (min-width: 1025px){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3{ 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){.qb2504__88aa .y909f__9a3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.h4fb6f8_93.active{color: var(--primary-color);}
#nt9878a5643e:checked ~ .y909f__9a3{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){#nt9878a5643e:checked ~ .y909f__9a3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.qb2504__88aa.de1f__b22e #nt9878a5643e, .qb2504__88aa.de1f__b22e label[for="nt9878a5643e"]{ display: none !important; }}
@media (min-width: 1025px){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){.qb2504__88aa.de1f__b22e .y909f__9a3{ 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){.qb2504__88aa.de1f__b22e .y909f__9a3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.r953efb9a5d{
  background-color: var(--text-color, #1a1512);
  padding-top: 80px;
  padding-bottom: 60px;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: 8px solid var(--primary-color, #bd3b00); color: #ffffff;}
.h0dd4e020{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l3839faf6{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--bg-color, #fdfbf9);
  margin-bottom: 24px;
  text-transform: uppercase;
  width: 100%;
}
.d803c3_bab3{
  font-size: 16px;
  line-height: 1.8;
  color: var(--border-color, #e5deda);
  width: 100%;
  max-width: 640px;
  margin-bottom: 48px;
}
.mf8baa_b42e{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
}
.vb7b991e9{
  color: var(--bg-color, #fdfbf9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.vb7b991e9:hover{
  color: var(--primary-color, #bd3b00);
  border-bottom: 2px solid var(--primary-color, #bd3b00);
}
.s323__2681{
  width: 80px;
  height: 2px;
  background-color: var(--secondary-color, #7a2600);
  margin-bottom: 32px; color: #ffffff;}
.i1ccf3b0ba7{
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--border-color, #e5deda);
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 768px){.r953efb9a5d{
    padding-top: 56px;
    padding-bottom: 40px;
    border-top: 6px solid var(--primary-color, #bd3b00);
  }
.l3839faf6{
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
.d803c3_bab3{
    font-size: 14px;
    margin-bottom: 36px;
  }
.mf8baa_b42e{
    margin-bottom: 36px;
  }}
.re3f__2af5{box-sizing:border-box;}
.qfd63a1b999{box-sizing:border-box;}
.z787f4c5ed4{box-sizing:border-box;}