:root {

  --mac-primary: var(--primary-color, hsl(87, 70%, 57%));
  --mac-secondary: var(--secondary-color, hsl(220, 56%, 57%));
  --mac-text: var(--text-color, hsl(87, 10%, 11%));
  --mac-bg: var(--bg-color, hsl(87, 7%, 95%));
  --mac-card-bg: #ffffff;
  --mac-max-width: 1200px;
  --mac-reading-width: 760px;
  --mac-radius: var(--border-radius, 12px);
  --mac-shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --primary-color: hsl(87, 70%, 50%);
  --secondary-color: hsl(220, 56%, 57%);
  --bg-color: hsl(87, 7%, 95%);
  --text-color: hsl(87, 10%, 11%);
  --text-muted: hsl(87, 5%, 45%);
  --border-color: hsla(87, 10%, 11%, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(241, 242, 240, 0.85);
  --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.nb56__7391.l0e91ec_6k8a and
    div.nb56__7391.l0e91ec_6k8a.nw67q232{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--mac-text);
    background-color: var(--mac-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.nb56__7391.l0e91ec_6k8a .uc7b0d1{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: var(--mac-max-width);
    margin: 0 auto;
    padding: 80px 24px;
    }
div.nb56__7391.l0e91ec_6k8a .qf8d3b_c3{
    min-height: 80vh;
    justify-content: center;
    radial-gradient(circle at bottom left, hsla(220, 56%, 57%, 0.1), transparent);
    }
div.nb56__7391.l0e91ec_6k8a .qf8d3b_c3 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    max-width: var(--mac-reading-width);
    }
div.nb56__7391.l0e91ec_6k8a .k4c3a__872db{
    font-size: 1.25rem;
    color: rgba(26, 28, 25, 0.8);
    max-width: var(--mac-reading-width);
    margin-bottom: 40px;
    }
div.nb56__7391.l0e91ec_6k8a .g9b857a706c{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    }
div.nb56__7391.l0e91ec_6k8a .d2a5320_e0b{
    background-color: var(--mac-primary);
    color: #000;
    padding: 16px 36px;
    border-radius: var(--mac-radius);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(145, 211, 78, 0.4);
    }
div.nb56__7391.l0e91ec_6k8a .d2a5320_e0b:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(145, 211, 78, 0.6);
    }
div.nb56__7391.l0e91ec_6k8a .z2e57a2f7{
    background-color: transparent;
    border: 2px solid var(--mac-secondary);
    color: var(--mac-secondary);
    padding: 14px 34px;
    border-radius: var(--mac-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    }
div.nb56__7391.l0e91ec_6k8a .z2e57a2f7:hover{
    background-color: var(--mac-secondary);
    color: #1a1a2e;
    }
div.nb56__7391.l0e91ec_6k8a .x6a49d8de63{
    width: 100%;
    max-width: var(--mac-max-width);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    padding: 40px 0;
    }
div.nb56__7391.l0e91ec_6k8a .l3f2__2e67{
    background: var(--mac-card-bg);
    padding: 40px;
    border-radius: var(--mac-radius);
    box-shadow: var(--mac-shadow);
    text-align: left;
    transition: transform 0.3s; color: #1a1a2e;}
div.nb56__7391.l0e91ec_6k8a .l3f2__2e67:hover{
    transform: translateY(-5px);
    }
div.nb56__7391.l0e91ec_6k8a .l3f2__2e67 h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--mac-secondary);
    }
div.nb56__7391.l0e91ec_6k8a .ib62f_06{
    background-color: #fff;
    width: 100%;
    border-radius: var(--mac-radius);
    padding: 60px;
    margin: 40px 0;
    box-shadow: var(--mac-shadow);
    max-width: var(--mac-reading-width); color: #1a1a2e;}
div.nb56__7391.l0e91ec_6k8a .r20625159b3{
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    text-align: left;
    }
div.nb56__7391.l0e91ec_6k8a .koyibu8sh9{
    background: var(--mac-primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0; color: #1a1a2e;}
div.nb56__7391.l0e91ec_6k8a .d4778b2_de{
    width: 100%;
    max-width: var(--mac-max-width);
    margin: 40px 0;
    border-radius: var(--mac-radius);
    overflow: hidden;
    box-shadow: var(--mac-shadow);
    }
div.nb56__7391.l0e91ec_6k8a .d4778b2_de img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    }
div.nb56__7391.l0e91ec_6k8a .x8a7b7__21f34{
    max-width: var(--mac-reading-width);
    text-align: left;
    width: 100%;
    }
div.nb56__7391.l0e91ec_6k8a .w1526_d149{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 24px 0;
    }
div.nb56__7391.l0e91ec_6k8a .w1526_d149 h4{
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: var(--mac-text);
    }
div.nb56__7391.l0e91ec_6k8a .w1526_d149 p{
    color: #666;
    font-size: 0.95rem;
    }
@media (max-width: 768px) {div.nb56__7391.l0e91ec_6k8a .uc7b0d1{ padding: 40px 20px; }
div.nb56__7391.l0e91ec_6k8a .qf8d3b_c3{ min-height: 60vh; }
div.nb56__7391.l0e91ec_6k8a .x6a49d8de63{ grid-template-columns: 1fr; }
div.nb56__7391.l0e91ec_6k8a .ib62f_06{ padding: 30px 20px; }}
.x2ffd_92{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c8ixqvhlp6{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
.u6bc__ec064{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    max-width: 760px; 
    text-align: center;
    }
.a89d3799f{
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.b0c8d7_ij4{
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 14px 36px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    display: inline-block;
    }
.b0c8d7_ij4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ab8b7_21{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.g033fd5{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 64px;
    flex-wrap: wrap;
    }
.x95962__97233{
    flex: 1;
    min-width: 160px;
    }
.g1cd3cd6d44{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.iui7uxg91gy{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.s103cc8_vcsq{
    margin-bottom: 12px;
    }
.ic1304_z2u{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.ic1304_z2u:hover{
    color: var(--primary-color);
    }
.m011e131{
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    }
.cce7c1d6_kfu{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.x2ffd_92{
    padding: 60px 20px 30px 20px;
    }
.g033fd5{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    }
.a89d3799f{
    font-size: 24px;
    }
.x95962__97233{
    min-width: auto;
    flex: none;
    width: 100%;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.x1fca6e_f676{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.o6d4f_fe68{
    width: var(--max-width);
    margin: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.g278b6__adfc{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.xfzca35hrsi{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-color);
    transition: var(--transition);
    }
.xfzca35hrsi:hover{
    opacity: 0.7;
    }
.d807f78b_lry{
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    }
.ha8f73b2cf{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    }
.ha8f73b2cf:hover{
    color: var(--text-color);
    }
.xy728vulki29{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.f8d8a8_4a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.f8d8a8_4a:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.f8d8a8_4a:active{
    transform: translateY(0);
    }
.i2e9e6__1c9a{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.f55ghpp8kmo{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.b8z34yyb28{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v81d__d740{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    }
.m3808d5_eh{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    }
.i38eafb0_o98{
    color: var(--secondary-color);
    font-weight: 700;
    }
@media (max-width: 1024px){.d807f78b_lry {
    gap: 16px;
    }
.ha8f73b2cf {
    font-size: 13px;
    }}
@media (max-width: 868px){.d807f78b_lry{
    display: none; 
    }
.i2e9e6__1c9a{
    display: flex; 
    }
.x1fca6e_f676:focus-within .b8z34yyb28{
    display: block;
    }}
body{
    padding-top: var(--nav-height);
    }
.i38eafb0_o98.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ha8f73b2cf.active{color: var(--text-color);}
.jcfce__5fe6{list-style:none;}
.ha8f73b2cf.active {color: var(--text-color);}
.i38eafb0_o98.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.nb56__7391 img.e031__69e9 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.nb56__7391 img.e031__69e9.x190fd76fe8 { aspect-ratio: 16 / 9; }
div.nb56__7391 img.e031__69e9.cb1d3fb21f5 { aspect-ratio: 16 / 10; }
div.nb56__7391 img.e031__69e9.qb8cc08db { aspect-ratio: 4 / 3; }
div.nb56__7391 img.e031__69e9.o80617a9bbc { aspect-ratio: 1 / 1; }
div.nb56__7391 :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.nb56__7391 .w9672e9ba9b {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.nb56__7391 .w9672e9ba9b.x190fd76fe8 { aspect-ratio: 16 / 9; }
div.nb56__7391 .w9672e9ba9b.cb1d3fb21f5 { aspect-ratio: 16 / 10; }
div.nb56__7391 .w9672e9ba9b.qb8cc08db { aspect-ratio: 4 / 3; }
div.nb56__7391 .w9672e9ba9b.o80617a9bbc { aspect-ratio: 1 / 1; }
div.nb56__7391 .w9672e9ba9b > img.e031__69e9,
    div.nb56__7391 .w9672e9ba9b > picture > img.e031__69e9 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.t8fe__1ade {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.t8fe__1ade > :first-child,
    .t8fe__1ade > :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, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.x1fca6e_f676{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.o6d4f_fe68{
    width: var(--max-width);
    margin: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.g278b6__adfc{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.xfzca35hrsi{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-color);
    transition: var(--transition);
    }
.xfzca35hrsi:hover{
    opacity: 0.7;
    }
.d807f78b_lry{
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    }
.ha8f73b2cf{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    }
.ha8f73b2cf:hover{
    color: var(--text-color);
    }
.xy728vulki29{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.f8d8a8_4a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.f8d8a8_4a:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.f8d8a8_4a:active{
    transform: translateY(0);
    }
.i2e9e6__1c9a{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.f55ghpp8kmo{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.b8z34yyb28{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v81d__d740{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    }
.m3808d5_eh{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    }
.i38eafb0_o98{
    color: var(--secondary-color);
    font-weight: 700;
    }
@media (max-width: 1024px){.d807f78b_lry {
    gap: 16px;
    }
.ha8f73b2cf {
    font-size: 13px;
    }}
@media (max-width: 868px){.d807f78b_lry{
    display: none; 
    }
.i2e9e6__1c9a{
    display: flex; 
    }
.x1fca6e_f676:focus-within .b8z34yyb28{
    display: block;
    }}
body{
    padding-top: var(--nav-height);
    }
.i38eafb0_o98.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ha8f73b2cf.active{color: var(--text-color);}
.jcfce__5fe6{list-style:none;}
.ha8f73b2cf.active{color: var(--text-color);}
.i38eafb0_o98.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.x2ffd_92{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.c8ixqvhlp6{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
.u6bc__ec064{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    max-width: 760px; 
    text-align: center;
    }
.a89d3799f{
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.b0c8d7_ij4{
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 14px 36px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    display: inline-block;
    }
.b0c8d7_ij4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ab8b7_21{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.g033fd5{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 64px;
    flex-wrap: wrap;
    }
.x95962__97233{
    flex: 1;
    min-width: 160px;
    }
.g1cd3cd6d44{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.iui7uxg91gy{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.s103cc8_vcsq{
    margin-bottom: 12px;
    }
.ic1304_z2u{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.ic1304_z2u:hover{
    color: var(--primary-color);
    }
.m011e131{
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    }
.cce7c1d6_kfu{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.x2ffd_92{
    padding: 60px 20px 30px 20px;
    }
.g033fd5{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    }
.a89d3799f{
    font-size: 24px;
    }
.x95962__97233{
    min-width: auto;
    flex: none;
    width: 100%;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.x1fca6e_f676{
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.o6d4f_fe68{
  width: var(--max-width);
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g278b6__adfc{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.xfzca35hrsi{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--text-color);
  transition: var(--transition);
}
.xfzca35hrsi:hover{
  opacity: 0.7;
}
.d807f78b_lry{
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}
.ha8f73b2cf{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
}
.ha8f73b2cf:hover{
  color: var(--text-color);
}
.xy728vulki29{
  display: flex;
  align-items: center;
  gap: 16px;
}
.f8d8a8_4a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.f8d8a8_4a:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.f8d8a8_4a:active{
  transform: translateY(0);
}
.i2e9e6__1c9a{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.f55ghpp8kmo{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
.b8z34yyb28{
  display: none;
  position: absolute;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  padding: 24px;
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v81d__d740{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.m3808d5_eh{
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  display: block;
}
.i38eafb0_o98{
  color: var(--secondary-color);
  font-weight: 700;
}
@media (max-width: 1024px){.d807f78b_lry {
    gap: 16px;
  }
.ha8f73b2cf {
    font-size: 13px;
  }}
@media (max-width: 868px){.d807f78b_lry{
    display: none; 
  }
.i2e9e6__1c9a{
    display: flex; 
  }
.x1fca6e_f676:focus-within .b8z34yyb28{
    display: block;
  }}
body{
  padding-top: var(--nav-height);
}
.i38eafb0_o98.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ha8f73b2cf.active{color: var(--text-color);}
.jcfce__5fe6{list-style:none;}
.ha8f73b2cf.active{color: var(--text-color);}
.i38eafb0_o98.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m3808d5_eh.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.xb4fe6_85a3{
  background-color: var(--bg-color);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color);
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.k81e__5371{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.ib7f858e2ae{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  max-width: 760px; 
  text-align: center;
}
.b0197c90921{
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.dcd112_907e{
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 14px 36px;
  border-radius: var(--radius-lg);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  display: inline-block;
}
.dcd112_907e:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.05);
}
.ofcb311d31c{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 64px; color: #ffffff;}
.ddbe__51e4{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.db31__d166{
  flex: 1;
  min-width: 160px;
}
.k80284a9c{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.j4f5d8a05{
  list-style: none;
  padding: 0;
  margin: 0;
}
.obde__f191{
  margin-bottom: 12px;
}
.p8f6b3f55{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
.p8f6b3f55:hover{
  color: var(--primary-color);
}
.rfe200_4826{
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.y303__2371{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 768px){.xb4fe6_85a3{
    padding: 60px 20px 30px 20px;
  }
.ddbe__51e4{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
.b0197c90921{
    font-size: 24px;
  }
.db31__d166{
    min-width: auto;
    flex: none;
    width: 100%;
  }}
.we24__6c3d{box-sizing:border-box;}
.v0d6__b8b0{box-sizing:border-box;}
.nbe9eb_876f{display:block;max-width:100%;height:auto;}
.y358adecb52{box-sizing:border-box;}
.zd7f__ccda{box-sizing:border-box;}
@media (max-width: 768px) {div.nb56__7391.l0e91ec_6k8a .x6a49d8de63 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}