:root {

  --scenario-accent: hsl(24, 85%, 58%);
  --scenario-secondary: hsl(16, 75%, 52%);
  --scenario-bg-light: hsl(28, 45%, 97%);
  --scenario-border: hsl(24, 15%, 88%);
  --primary-color: hsl(14, 85%, 55%);
  --secondary-color: hsl(14, 75%, 45%);
  --bg-color: hsl(30, 15%, 98%);
  --text-color: hsl(20, 15%, 12%);
  --text-muted: hsl(20, 10%, 45%);
  --border-color: hsla(20, 15%, 12%, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 64px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(250, 249, 247, 0.95);
  --btn-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.v9ee6d00c.vffjfkw9m *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.v9ee6d00c.vffjfkw9m.ce688__989c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: var(--text-color, hsl(201, 10%, 12%));
    background: var(--bg-color, hsl(201, 6%, 95%));
    line-height: 1.6;
    }
div.v9ee6d00c.vffjfkw9m .cfcb1aa1{
    background: linear-gradient(135deg, var(--scenario-bg-light) 0%, hsl(201, 6%, 95%) 100%);
    padding: 80px 20px 60px; color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .i2cc1_4dc{
    max-width: 1200px;
    margin: 0 auto;
    }
div.v9ee6d00c.vffjfkw9m .qf776f8d3{
    max-width: 680px;
    }
div.v9ee6d00c.vffjfkw9m .qf776f8d3 h1{
    font-size: 42px;
    font-weight: 700;
    color: var(--text-color, hsl(201, 10%, 12%));
    margin-bottom: 20px;
    line-height: 1.2;
    }
div.v9ee6d00c.vffjfkw9m .qf776f8d3 p{
    font-size: 18px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.85;
    margin-bottom: 32px;
    }
div.v9ee6d00c.vffjfkw9m .p0bc2782e78{
    display: inline-block;
    padding: 14px 36px;
    background: var(--scenario-accent);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--border-radius, 8px);
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(237, 108, 48, 0.3);
    transition: all 0.3s ease;
    }
div.v9ee6d00c.vffjfkw9m .p0bc2782e78:hover{
    background: var(--scenario-secondary);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(237, 108, 48, 0.4); color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .u3ee47__fc6{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }
div.v9ee6d00c.vffjfkw9m .u2f80c_w2bz{
    max-width: 680px;
    margin-bottom: 48px;
    }
div.v9ee6d00c.vffjfkw9m .u2f80c_w2bz h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .u2f80c_w2bz p{
    font-size: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.8;
    }
div.v9ee6d00c.vffjfkw9m .tc6f2ca8887{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    }
div.v9ee6d00c.vffjfkw9m .o36zmgh8su{
    background: white;
    border-radius: var(--border-radius, 8px);
    padding: 32px;
    border: 1px solid var(--scenario-border);
    transition: all 0.3s ease; color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .o36zmgh8su:hover{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    }
div.v9ee6d00c.vffjfkw9m .o36zmgh8su h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--scenario-accent);
    }
div.v9ee6d00c.vffjfkw9m .o36zmgh8su p{
    font-size: 15px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.85;
    margin-bottom: 16px;
    }
div.v9ee6d00c.vffjfkw9m .r603fa__264{
    list-style: none;
    }
div.v9ee6d00c.vffjfkw9m .r603fa__264 li{
    font-size: 14px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.75;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    }
div.v9ee6d00c.vffjfkw9m .r603fa__264 li:before{
    content: "•";
    position: absolute;
    left: 0;
    color: var(--scenario-accent);
    font-weight: bold;
    }
div.v9ee6d00c.vffjfkw9m .aidpo81x97{
    background: white;
    padding: 60px 20px; color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .wu91v34esaxg{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    }
div.v9ee6d00c.vffjfkw9m .pcb17__ff4b5 h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .pcb17__ff4b5 p{
    font-size: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.85;
    margin-bottom: 16px;
    }
div.v9ee6d00c.vffjfkw9m .ta7dfe14_b0{
    border-radius: var(--border-radius, 8px);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }
div.v9ee6d00c.vffjfkw9m .ta7dfe14_b0 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
    }
div.v9ee6d00c.vffjfkw9m .l97f16b3545{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }
div.v9ee6d00c.vffjfkw9m .z2c84517085{
    max-width: 680px;
    margin-bottom: 40px;
    }
div.v9ee6d00c.vffjfkw9m .z2c84517085 h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .z2c84517085 p{
    font-size: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.8;
    }
div.v9ee6d00c.vffjfkw9m .r4e7af9_0ef{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    }
div.v9ee6d00c.vffjfkw9m .zjva6c91ua{
    background: var(--scenario-bg-light);
    border-radius: var(--border-radius, 8px);
    padding: 24px;
    border-left: 4px solid var(--scenario-accent); color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .zjva6c91ua h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .zjva6c91ua p{
    font-size: 14px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.75;
    }
div.v9ee6d00c.vffjfkw9m .phldlwd4s{
    background: white;
    padding: 60px 20px; color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .ke0623__c25ac{
    max-width: 1200px;
    margin: 0 auto;
    }
div.v9ee6d00c.vffjfkw9m .kab1ab9_ff7e{
    max-width: 680px;
    margin-bottom: 40px;
    }
div.v9ee6d00c.vffjfkw9m .kab1ab9_ff7e h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .s0ac6__a3d4{
    display: grid;
    gap: 24px;
    }
div.v9ee6d00c.vffjfkw9m .yio1ggvw{
    background: var(--scenario-bg-light);
    border-radius: var(--border-radius, 8px);
    padding: 28px;
    border: 1px solid var(--scenario-border); color: #1a1a2e;}
div.v9ee6d00c.vffjfkw9m .yio1ggvw h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--scenario-accent);
    }
div.v9ee6d00c.vffjfkw9m .yio1ggvw p{
    font-size: 15px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.85;
    line-height: 1.7;
    }
div.v9ee6d00c.vffjfkw9m .l73de81_46df{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: left;
    }
div.v9ee6d00c.vffjfkw9m .l73de81_46df h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--text-color, hsl(201, 10%, 12%));
    }
div.v9ee6d00c.vffjfkw9m .l73de81_46df p{
    font-size: 16px;
    color: var(--text-color, hsl(201, 10%, 12%));
    opacity: 0.85;
    margin-bottom: 32px;
    max-width: 680px;
    }
div.v9ee6d00c.vffjfkw9m .z959caqhhjr{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.v9ee6d00c.vffjfkw9m .x2cb5f10_1a{
    display: inline-block;
    padding: 12px 28px;
    background: white;
    color: #1a1a2e;
    text-decoration: none;
    border-radius: var(--border-radius, 8px);
    font-weight: 600;
    font-size: 15px;
    border: 2px solid var(--scenario-accent);
    transition: all 0.3s ease;
    }
div.v9ee6d00c.vffjfkw9m .x2cb5f10_1a:hover{
    background: var(--scenario-accent);
    color: #1a1a2e;
    }
div.v9ee6d00c.vffjfkw9m .zf5c7c6de{
    background: hsl(201, 10%, 12%);
    color: white;
    padding: 40px 20px;
    margin-top: 60px;
    }
div.v9ee6d00c.vffjfkw9m .vf543ab49{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    }
div.v9ee6d00c.vffjfkw9m .vf543ab49 p{
    font-size: 14px;
    opacity: 0.7;
    }
@media (max-width: 768px) {div.v9ee6d00c.vffjfkw9m .qf776f8d3 h1{
    font-size: 32px;
    }
div.v9ee6d00c.vffjfkw9m .tc6f2ca8887, div.v9ee6d00c.vffjfkw9m .r4e7af9_0ef, div.v9ee6d00c.vffjfkw9m .wu91v34esaxg{
    grid-template-columns: 1fr;
    }
div.v9ee6d00c.vffjfkw9m .wu91v34esaxg{
    gap: 32px;
    }
div.v9ee6d00c.vffjfkw9m .u2f80c_w2bz h2, div.v9ee6d00c.vffjfkw9m .z2c84517085 h2, div.v9ee6d00c.vffjfkw9m .kab1ab9_ff7e h2, div.v9ee6d00c.vffjfkw9m .l73de81_46df h2, div.v9ee6d00c.vffjfkw9m .pcb17__ff4b5 h2{
    font-size: 28px;
    }
div.v9ee6d00c.vffjfkw9m .o36zmgh8su{
    padding: 24px;
    }}
.l644e8_99{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.l8b3f930c7{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.cc950d4c45d{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.y992958a526{
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.kmhy1sjvh1tr{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    }
.u1c227bfe7{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 320px;
    }
.b8a6__9a0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.b8a6__9a0:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.b0d8a__db7{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.af74__530{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.g01aa7__fa045{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.j60ca53_rz{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.j60ca53_rz:hover{
    color: var(--primary-color);
    }
.t9e0__6d6a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.uvdstr0lfs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.a8f880kxv{
    font-size: 13px;
    color: var(--text-muted);
    }
.x0b41ce_3ir{
    display: flex;
    gap: 24px;
    }
.ccd153bf_of{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.ccd153bf_of:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.l8b3f930c7 {
    padding-left: 24px;
    padding-right: 24px;
    }
.cc950d4c45d {
    flex-direction: column;
    gap: 48px;
    }
.y992958a526 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uvdstr0lfs {
    flex-direction: column;
    align-items: flex-start;
    }
.x0b41ce_3ir {
    flex-wrap: wrap;
    gap: 16px;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.u890f5128{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.b8725f7e_dud{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-right: 48px; 
    white-space: nowrap;
    }
.mf70b2ff034{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
    flex-grow: 1;
    }
.hzndrrcfe2{
    list-style: none;
    display: flex;
    gap: 28px;
    align-items: center;
    }
.s149f__ce0bc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.s149f__ce0bc:hover, .s149f__ce0bc.active{
    color: var(--text-color);
    }
.s149f__ce0bc.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.d29e__c4f6d{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.d29e__c4f6d:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
    transform: translateY(0);
    }
.ee2177b{
    display: none; 
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-left: 12px;
    }
.mc1df7__6f61d{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
    }
.ee2177b{
    display: block;
    }
.b8725f7e_dud{
    margin-right: auto;
    }
.d4550__ec2{
    margin-left: 0;
    }}
.se16a94_12{list-style:none;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.v9ee6d00c img.p8a7bcaf0 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.v9ee6d00c img.p8a7bcaf0.ra86d77e983 { aspect-ratio: 16 / 9; }
div.v9ee6d00c img.p8a7bcaf0.p4ecf787194 { aspect-ratio: 16 / 10; }
div.v9ee6d00c img.p8a7bcaf0.cd609caa641 { aspect-ratio: 4 / 3; }
div.v9ee6d00c img.p8a7bcaf0.ia3bb6_82b7 { aspect-ratio: 1 / 1; }
div.v9ee6d00c :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.v9ee6d00c .l17eb8_a5e5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.v9ee6d00c .l17eb8_a5e5.ra86d77e983 { aspect-ratio: 16 / 9; }
div.v9ee6d00c .l17eb8_a5e5.p4ecf787194 { aspect-ratio: 16 / 10; }
div.v9ee6d00c .l17eb8_a5e5.cd609caa641 { aspect-ratio: 4 / 3; }
div.v9ee6d00c .l17eb8_a5e5.ia3bb6_82b7 { aspect-ratio: 1 / 1; }
div.v9ee6d00c .l17eb8_a5e5 > img.p8a7bcaf0,
    div.v9ee6d00c .l17eb8_a5e5 > picture > img.p8a7bcaf0 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.g717__3b13 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.g717__3b13 > :first-child,
    .g717__3b13 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.u890f5128{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.b8725f7e_dud{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-right: 48px; 
    white-space: nowrap;
    }
.mf70b2ff034{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
    flex-grow: 1;
    }
.hzndrrcfe2{
    list-style: none;
    display: flex;
    gap: 28px;
    align-items: center;
    }
.s149f__ce0bc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.s149f__ce0bc:hover, .s149f__ce0bc.active{
    color: var(--text-color);
    }
.s149f__ce0bc.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.d29e__c4f6d{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.d29e__c4f6d:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
    transform: translateY(0);
    }
.ee2177b{
    display: none; 
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-left: 12px;
    }
.mc1df7__6f61d{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
    }
.ee2177b{
    display: block;
    }
.b8725f7e_dud{
    margin-right: auto;
    }
.d4550__ec2{
    margin-left: 0;
    }}
.se16a94_12{list-style:none;}
.l644e8_99{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.l8b3f930c7{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.cc950d4c45d{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.y992958a526{
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.kmhy1sjvh1tr{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    }
.u1c227bfe7{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 320px;
    }
.b8a6__9a0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.b8a6__9a0:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.b0d8a__db7{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.af74__530{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.g01aa7__fa045{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.j60ca53_rz{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.j60ca53_rz:hover{
    color: var(--primary-color);
    }
.t9e0__6d6a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.uvdstr0lfs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.a8f880kxv{
    font-size: 13px;
    color: var(--text-muted);
    }
.x0b41ce_3ir{
    display: flex;
    gap: 24px;
    }
.ccd153bf_of{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.ccd153bf_of:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.l8b3f930c7 {
    padding-left: 24px;
    padding-right: 24px;
    }
.cc950d4c45d {
    flex-direction: column;
    gap: 48px;
    }
.y992958a526 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uvdstr0lfs {
    flex-direction: column;
    align-items: flex-start;
    }
.x0b41ce_3ir {
    flex-wrap: wrap;
    gap: 16px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.u890f5128{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.b8725f7e_dud{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-right: 48px; 
  white-space: nowrap;
}
.mf70b2ff034{
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
  flex-grow: 1;
}
.hzndrrcfe2{
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
}
.s149f__ce0bc{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.s149f__ce0bc:hover, .s149f__ce0bc.active{
  color: var(--text-color);
}
.s149f__ce0bc.active::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
  display: flex;
  align-items: center;
  margin-left: auto; 
}
.d29e__c4f6d{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 8px 18px;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.d29e__c4f6d:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
  transform: translateY(0);
}
.ee2177b{
  display: none; 
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  margin-left: 12px;
}
.mc1df7__6f61d{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
  }
.ee2177b{
    display: block;
  }
.b8725f7e_dud{
    margin-right: auto;
  }
.d4550__ec2{
    margin-left: 0;
  }}
.se16a94_12{list-style:none;}
.q549__5fdc{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.p1c8e67d9d9{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.wee0__bdd2{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
.a2c9c8_9122{
  flex: 0 0 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ube0d7461{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.rb9ca2_a2f6{
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 32px;
  max-width: 320px;
}
.d5b9c3_352a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.d5b9c3_352a:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.gf34__10b3{
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l433165f9e2{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.xe65__7a6e{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ia1c3b_f09a{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.ia1c3b_f09a:hover{
  color: var(--primary-color);
}
.v6760c_e6c5{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px; color: #ffffff;}
.a5949f04d0e{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.s02eb21e325{
  font-size: 13px;
  color: var(--text-muted);
}
.h616813a5{
  display: flex;
  gap: 24px;
}
.l34b25f18d8{
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.l34b25f18d8:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.p1c8e67d9d9 {
    padding-left: 24px;
    padding-right: 24px;
  }
.wee0__bdd2 {
    flex-direction: column;
    gap: 48px;
  }
.a2c9c8_9122 {
    flex: 1 1 auto;
    max-width: 100%;
  }
.a5949f04d0e {
    flex-direction: column;
    align-items: flex-start;
  }
.h616813a5 {
    flex-wrap: wrap;
    gap: 16px;
  }}
.b60bba_1a41{box-sizing:border-box;}
.z63a9cc4169{box-sizing:border-box;}
.o7922fe49b3{box-sizing:border-box;}
.l5b6640e1a5{display:block;max-width:100%;height:auto;}
.b52b__fdeb{box-sizing:border-box;}
@media (max-width: 768px) {.uvdstr0lfs { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}