:root {

  --mac-bg-color: #09090b;
  --mac-surface-color: #121215;
  --mac-surface-hover: #1c1c21;
  --mac-border-color: #27272a;
  --mac-text-primary: #f4f4f5;
  --mac-text-secondary: #a1a1aa;
  --mac-accent-color: hsl(207, 68%, 54%);
  --mac-accent-hover: hsl(207, 68%, 44%);
  --mac-accent-glow: hsla(207, 68%, 54%, 0.25);
  --mac-max-width: 1200px;
  --mac-read-width: 760px;
  --mac-radius-lg: 16px;
  --mac-radius-md: 12px;
  --primary-color: hsl(62, 85%, 54%);
  --secondary-color: hsl(207, 68%, 54%);
  --bg-color: hsl(240, 10%, 4%);
  --text-color: hsl(0, 0%, 98%);
  --text-muted: hsl(240, 5%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.5);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(10, 10, 12, 0.85);
  --cta-text: hsl(62, 10%, 10%);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.i5c482_ef17.xe1e__722e.lf946a_l8b{
    background-color: var(--mac-bg-color);
    color: var(--mac-text-primary);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 4rem;
    }
div.i5c482_ef17.xe1e__722e .y71c0f_c97{
    max-width: var(--mac-max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    }
div.i5c482_ef17.xe1e__722e .y7bvmvdhgxqz{
    max-width: var(--mac-read-width);
    margin-left: 0;
    margin-right: auto;
    }
div.i5c482_ef17.xe1e__722e .oefc5f66{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.i5c482_ef17.xe1e__722e .tb312c_30c7{
    padding: 7rem 0;
    border-bottom: 1px solid var(--mac-border-color);
    }
div.i5c482_ef17.xe1e__722e .tb312c_30c7:last-child{
    border-bottom: none;
    }
div.i5c482_ef17.xe1e__722e .t5a77cd_f7a{
    margin-bottom: 4rem;
    }
div.i5c482_ef17.xe1e__722e .e4db2624{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--mac-text-primary);
    }
div.i5c482_ef17.xe1e__722e .o454e6_33{
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 1.2rem;
    }
div.i5c482_ef17.xe1e__722e .t5b13e_20{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: var(--mac-text-primary);
    }
div.i5c482_ef17.xe1e__722e .hda91b_8ldi{
    font-size: 1.125rem;
    color: var(--mac-text-secondary);
    margin-bottom: 2.5rem;
    }
div.i5c482_ef17.xe1e__722e .mpkvkv7fsf{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    }
div.i5c482_ef17.xe1e__722e .dce4aaa_472{
    background-color: var(--mac-accent-color);
    color: #1a1a2e;
    box-shadow: 0 4px 20px var(--mac-accent-glow);
    border: 1px solid transparent;
    }
div.i5c482_ef17.xe1e__722e .dce4aaa_472:hover{
    background-color: var(--mac-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px var(--mac-accent-glow); color: #1a1a2e;}
div.i5c482_ef17.xe1e__722e .k6ed7__7fe84{
    background-color: transparent;
    color: var(--mac-text-primary);
    border: 1px solid var(--mac-border-color);
    }
div.i5c482_ef17.xe1e__722e .k6ed7__7fe84:hover{
    background-color: var(--mac-surface-hover);
    border-color: var(--mac-text-secondary); color: #ffffff;}
div.i5c482_ef17.xe1e__722e .q190760{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 100%;
    }
div.i5c482_ef17.xe1e__722e .oa7y6uoqbt16{
    background-color: var(--mac-surface-color);
    border: 1px solid var(--mac-border-color);
    border-radius: var(--mac-radius-lg);
    padding: 2.5rem 2rem;
    text-align: left; 
    transition: transform 0.3s ease, border-color 0.3s ease; color: #ffffff;}
div.i5c482_ef17.xe1e__722e .oa7y6uoqbt16:hover{
    border-color: var(--mac-text-secondary);
    transform: translateY(-4px);
    }
div.i5c482_ef17.xe1e__722e .kzrl1kjhy{
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,0.05);
    border-radius: var(--mac-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }
div.i5c482_ef17.xe1e__722e .kzrl1kjhy svg{
    width: 24px;
    height: 24px;
    }
div.i5c482_ef17.xe1e__722e .oa7y6uoqbt16 p{
    color: var(--mac-text-secondary);
    font-size: 0.95rem;
    margin: 0;
    }
div.i5c482_ef17.xe1e__722e .j00d__007f{
    width: 100%;
    margin: 4rem 0;
    border-radius: var(--mac-radius-lg);
    overflow: hidden;
    border: 1px solid var(--mac-border-color);
    background-color: var(--mac-surface-color); color: #ffffff;}
div.i5c482_ef17.xe1e__722e .j00d__007f img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    }
div.i5c482_ef17.xe1e__722e .hfcsxx4vkie{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    }
div.i5c482_ef17.xe1e__722e .d5c9b1a{
    background-color: var(--mac-surface-color);
    border: 1px solid var(--mac-border-color);
    border-radius: var(--mac-radius-md);
    padding: 1.5rem 2rem;
    text-align: left; color: #ffffff;}
div.i5c482_ef17.xe1e__722e .a5cd5_a0{
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--mac-text-primary);
    }
div.i5c482_ef17.xe1e__722e .i935e_37{
    color: var(--mac-text-secondary);
    font-size: 0.95rem;
    margin: 0;
    }
div.i5c482_ef17.xe1e__722e .r403122_08df{
    color: var(--mac-accent-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.i5c482_ef17.xe1e__722e .r403122_08df:hover{
    border-bottom-color: var(--mac-accent-color);
    }
div.i5c482_ef17.xe1e__722e .ed6d8d07842{
    padding: 3rem 0;
    text-align: center;
    color: var(--mac-text-secondary);
    font-size: 0.875rem;
    border-top: 1px solid var(--mac-border-color);
    margin-top: 4rem;
    }
@media (max-width: 768px) {div.i5c482_ef17.xe1e__722e .tb312c_30c7{ padding: 4rem 0; }
div.i5c482_ef17.xe1e__722e .oa7y6uoqbt16{ padding: 1.5rem; }
div.i5c482_ef17.xe1e__722e .d5c9b1a{ padding: 1.25rem; }}
div.i5c482_ef17.xe1e__722e .rvv17p4lg{box-sizing:border-box;}
div.i5c482_ef17.xe1e__722e .eb8b02_abeo{box-sizing:border-box;}
.f118__6faa3{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.yz0gppay{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.l2df78e0049{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    }
.wdfb__f16{
    flex: 0 1 auto;
    width: 300px;
    }
.h8ef7f_ey{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.q0bdac_7eb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.n5412167_16l{
    flex: 0 0 auto;
    }
.aa8f313_e5fa{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
    }
.aa8f313_e5fa:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
    filter: brightness(1.05);
    }
.pd4fd10b_tl5{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 40px; color: #1a1a2e;}
.d5f4b44e_o7gq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wa8d51_414{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    }
.ljdbwqmd{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.hf6bbf_nndw{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.hf6bbf_nndw:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.f118__6faa3{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.l2df78e0049{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
    }
.wdfb__f16{
    width: 100%;
    }
.d5f4b44e_o7gq{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
    }
.ljdbwqmd{
    gap: 20px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.v355__cedf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.d86c963_ae8c{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rvrzk2nyh{
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    }
.yc1482_8d25{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-color);
    transition: var(--transition);
    }
.yc1482_8d25:hover{
    opacity: 0.8;
    }
.tfd6f80{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.o9e48c__ed64{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o9e48c__ed64:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a14d3__9ad{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.n0a6__1af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: var(--primary-color); 
    color: var(--cta-text);                 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.n0a6__1af:hover{
    background-color: #f4ff80; 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
    transform: translateY(0);
    }
.v27acd__616{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.v27acd__616 .eqllvukd69f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 10px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
    }
.v27acd__616 {
    display: flex;
    }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
    }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
    }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active {color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i5c482_ef17 img.g020bf42e {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i5c482_ef17 img.g020bf42e.ve6b6e79e06 { aspect-ratio: 16 / 9; }
div.i5c482_ef17 img.g020bf42e.j37e547e0 { aspect-ratio: 16 / 10; }
div.i5c482_ef17 img.g020bf42e.t3a7e3_a5db { aspect-ratio: 4 / 3; }
div.i5c482_ef17 img.g020bf42e.c9802ece1ac { aspect-ratio: 1 / 1; }
div.i5c482_ef17 :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.i5c482_ef17 .ta75f4a72 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i5c482_ef17 .ta75f4a72.ve6b6e79e06 { aspect-ratio: 16 / 9; }
div.i5c482_ef17 .ta75f4a72.j37e547e0 { aspect-ratio: 16 / 10; }
div.i5c482_ef17 .ta75f4a72.t3a7e3_a5db { aspect-ratio: 4 / 3; }
div.i5c482_ef17 .ta75f4a72.c9802ece1ac { aspect-ratio: 1 / 1; }
div.i5c482_ef17 .ta75f4a72 > img.g020bf42e,
    div.i5c482_ef17 .ta75f4a72 > picture > img.g020bf42e {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.u0f9__e08f {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.u0f9__e08f > :first-child,
    .u0f9__e08f > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.v355__cedf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.d86c963_ae8c{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rvrzk2nyh{
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    }
.yc1482_8d25{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-color);
    transition: var(--transition);
    }
.yc1482_8d25:hover{
    opacity: 0.8;
    }
.tfd6f80{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.o9e48c__ed64{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o9e48c__ed64:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a14d3__9ad{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.n0a6__1af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: var(--primary-color); 
    color: var(--cta-text);                 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.n0a6__1af:hover{
    background-color: #f4ff80; 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
    transform: translateY(0);
    }
.v27acd__616{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.v27acd__616 .eqllvukd69f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 10px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
    }
.v27acd__616 {
    display: flex;
    }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
    }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
    }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.f118__6faa3{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.yz0gppay{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.l2df78e0049{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    }
.wdfb__f16{
    flex: 0 1 auto;
    width: 300px;
    }
.h8ef7f_ey{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.q0bdac_7eb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.n5412167_16l{
    flex: 0 0 auto;
    }
.aa8f313_e5fa{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
    }
.aa8f313_e5fa:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
    filter: brightness(1.05);
    }
.pd4fd10b_tl5{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 40px; color: #1a1a2e;}
.d5f4b44e_o7gq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wa8d51_414{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    }
.ljdbwqmd{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.hf6bbf_nndw{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.hf6bbf_nndw:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.f118__6faa3{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.l2df78e0049{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
    }
.wdfb__f16{
    width: 100%;
    }
.d5f4b44e_o7gq{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
    }
.ljdbwqmd{
    gap: 20px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.v355__cedf{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #ffffff;}
.d86c963_ae8c{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rvrzk2nyh{
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.yc1482_8d25{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-color);
  transition: var(--transition);
}
.yc1482_8d25:hover{
  opacity: 0.8;
}
.tfd6f80{
  display: flex;
  list-style: none;
  gap: 8px;
  margin: 0 20px;
}
.o9e48c__ed64{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.o9e48c__ed64:hover{
  color: #1a1a2e;
  background-color: rgba(255, 255, 255, 0.05);
}
.a14d3__9ad{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.n0a6__1af{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: var(--primary-color); 
  color: var(--cta-text);                 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.n0a6__1af:hover{
  background-color: #f4ff80; 
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
  transform: translateY(0);
}
.v27acd__616{
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.v27acd__616 .eqllvukd69f{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 10px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
  }
.v27acd__616 {
    display: flex;
  }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
  }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
  }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.b0a161b2ff0{
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  border-top: 1px solid var(--border-color); color: #ffffff;}
.j2ad70_6a92{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s2f3__6880{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
}
.ub36d028166{
  flex: 0 1 auto;
  width: 300px;
}
.u01a717c1{
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.d1de1e_8181{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.a24447_c551{
  flex: 0 0 auto;
}
.y77a8d4759f{
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--cta-text);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
}
.y77a8d4759f:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
  filter: brightness(1.05);
}
.s314d7cff{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 40px; color: #1a1a2e;}
.vd7c0780277{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.qc4e5bd7d6c{
  flex: 0 0 auto;
  font-size: 14px;
  color: var(--text-muted);
}
.fe6f5a_35b3{
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
}
.sd6590bae{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
.sd6590bae:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.b0a161b2ff0{
    padding-top: 60px;
    padding-bottom: 32px;
  }
.s2f3__6880{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
  }
.ub36d028166{
    width: 100%;
  }
.vd7c0780277{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }
.fe6f5a_35b3{
    gap: 20px;
  }}
.ua677366f4e{box-sizing:border-box;}
.bc70__d7ca{box-sizing:border-box;}
.ybe315caf{box-sizing:border-box;}
.z9b0a44bf{box-sizing:border-box;}
.x180__2915{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.d5f4b44e_o7gq { 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; }}