:root {

  --feat-bg: #0b1120;
  --feat-surface: #1e293b;
  --feat-surface-hover: #334155;
  --feat-text-primary: #f8fafc;
  --feat-text-secondary: #94a3b8;
  --feat-accent: #38bdf8;
  --feat-accent-glow: rgba(56, 189, 248, 0.15);
  --feat-border: #334155;
  --feat-max-width: 1200px;
  --feat-read-width: 760px;
  --feat-spacing-section: 6rem;
  --feat-spacing-element: 2rem;
  --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.he901ef34.b4c5ecef{
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 4rem;
    }
div.i5c482_ef17.he901ef34 .l7dcd97c7d{
    max-width: var(--feat-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.i5c482_ef17.he901ef34 .f786a72fb51{
    text-align: center;
    max-width: var(--feat-read-width);
    margin: 0 auto var(--feat-spacing-section);
    }
div.i5c482_ef17.he901ef34 .fvjep0gdic{
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
    }
div.i5c482_ef17.he901ef34 .kbaa1c8_wq6g{
    font-size: 1.125rem;
    color: var(--text-color);
    }
div.i5c482_ef17.he901ef34 .o573bb3c{
    padding-top: 8rem;
    padding-bottom: 4rem;
    text-align: center;
    max-width: var(--feat-read-width);
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.i5c482_ef17.he901ef34 .cd01d8_f8e6{
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, var(--feat-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    line-height: 1.2; color: #1a1a2e;}
div.i5c482_ef17.he901ef34 .mb9192_mtuo{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--feat-text-primary);
    margin-bottom: 1.5rem;
    }
div.i5c482_ef17.he901ef34 .e747e__cd59{
    font-size: 1.125rem;
    color: var(--feat-text-secondary);
    margin-bottom: 2.5rem;
    }
div.i5c482_ef17.he901ef34 .fc34a0_t1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: var(--feat-spacing-section);
    }
div.i5c482_ef17.he901ef34 .w023349_14de{
    background-color: var(--primary-color);
    border: 1px solid var(--feat-border);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: left; color: #1a1a2e;}
div.i5c482_ef17.he901ef34 .w023349_14de:hover{
    transform: translateY(-4px);
    background-color: var(--feat-surface-hover);
    box-shadow: 0 10px 30px var(--feat-accent-glow); color: #ffffff;}
div.i5c482_ef17.he901ef34 .kmf0oynf4{
    width: 48px;
    height: 48px;
    background-color: rgba(56, 189, 248, 0.1);
    color: #1a1a2e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    }
div.i5c482_ef17.he901ef34 .kmf0oynf4 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.i5c482_ef17.he901ef34 .w023349_14de h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--feat-text-primary);
    }
div.i5c482_ef17.he901ef34 .w023349_14de p{
    font-size: 0.95rem;
    color: var(--feat-text-secondary);
    margin: 0;
    }
div.i5c482_ef17.he901ef34 .vq8h8bngd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: var(--feat-spacing-section);
    background-color: var(--feat-surface);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid var(--feat-border); color: #ffffff;}
div.i5c482_ef17.he901ef34 .c371c_8d4{
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 16/10;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }
div.i5c482_ef17.he901ef34 .rm4a8dayvuic{
    text-align: left;
    }
div.i5c482_ef17.he901ef34 .rm4a8dayvuic h3{
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    color: var(--feat-text-primary);
    }
div.i5c482_ef17.he901ef34 .rm4a8dayvuic p{
    margin-bottom: 1.5rem;
    color: var(--feat-text-secondary);
    }
div.i5c482_ef17.he901ef34 .g6901__91d21{
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    }
div.i5c482_ef17.he901ef34 .g6901__91d21 li{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--feat-text-secondary);
    }
div.i5c482_ef17.he901ef34 .g6901__91d21 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--feat-accent);
    }
div.i5c482_ef17.he901ef34 .bf1db7cf_d0j0{
    max-width: var(--feat-read-width);
    margin: 0 auto var(--feat-spacing-section);
    background: linear-gradient(to bottom, transparent, rgba(56, 189, 248, 0.03));
    padding: 3rem;
    border-radius: 24px;
    border: 1px dashed var(--feat-border);
    text-align: center; color: #1a1a2e;}
div.i5c482_ef17.he901ef34 .bf1db7cf_d0j0 p{
    margin-bottom: 1.5rem;
    color: var(--feat-text-secondary);
    text-align: left;
    }
div.i5c482_ef17.he901ef34 .z33c__8e1d{
    color: var(--feat-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.i5c482_ef17.he901ef34 .z33c__8e1d:hover{
    border-bottom-color: var(--feat-accent);
    }
div.i5c482_ef17.he901ef34 .d3787__8333{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    }
div.i5c482_ef17.he901ef34 .yottlg35cue{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0b1120;
    background-color: var(--feat-accent);
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-shadow: 0 4px 14px var(--feat-accent-glow);
    }
div.i5c482_ef17.he901ef34 .yottlg35cue:hover{
    transform: translateY(-2px);
    background-color: var(--feat-text-primary);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2); color: #1a1a2e;}
@media (max-width: 992px) {div.i5c482_ef17.he901ef34 .vq8h8bngd{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2rem;
    }
div.i5c482_ef17.he901ef34 .cd01d8_f8e6{ font-size: 2.75rem; }
div.i5c482_ef17.he901ef34 .k88ddad81{ margin-bottom: 4rem; }}
@media (max-width: 768px) {div.i5c482_ef17.he901ef34 .o573bb3c{ padding-top: 4rem; }
div.i5c482_ef17.he901ef34 .cd01d8_f8e6{ font-size: 2.25rem; }
div.i5c482_ef17.he901ef34 .mb9192_mtuo{ font-size: 1.25rem; }
div.i5c482_ef17.he901ef34 .fc34a0_t1{ grid-template-columns: 1fr; }
div.i5c482_ef17.he901ef34 .bf1db7cf_d0j0{ padding: 2rem 1.5rem; }}
div.i5c482_ef17.he901ef34 .ca1483a228f{box-sizing:border-box;}
div.i5c482_ef17.he901ef34 .jb3ec4_2oh{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; }}