:root {

  --primary-color: hsl(2, 65%, 51%);
  --secondary-color: hsl(260, 82%, 51%);
  --bg-color: hsl(260, 10%, 8%);
  --text-color: hsl(260, 8%, 96%);
  --text-muted: hsl(260, 5%, 70%);
  --border-color: hsla(260, 100%, 100%, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  --nav-height: 84px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(260, 10%, 10%, 0.95);
  --btn-glow: hsla(2, 65%, 51%, 0.4);
  --brand-hue: 260;
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-light: var(--background-color, hsl(var(--brand-hue), 8%, 96%));
  --glass-bg: rgba(255, 255, 255, 0.8);
  --border-radius-lg: 24px;
  --transition-smooth: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.pceb__6f0{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center; color: #ffffff;}
.db62fbb_14{
    
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto 0 4vw; 
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 24px;
    }
.p7f4820a4{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    }
.j0e1d_096{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px var(--btn-glow); color: #1a1a2e;}
.ghzs78s48tw{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.o3ef57_cd{
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(to right, #fff, var(--text-muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.ra4ce55{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.s7ceb2_hikk{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    white-space: nowrap;
    }
.s7ceb2_hikk:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.gaff5efb_jk{
    margin-left: auto; 
    display: flex;
    align-items: center;
    gap: 16px;
    }
.kb6c2ec{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    padding: 12px 24px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: var(--shadow-md), 0 0 20px var(--btn-glow);
    border: 1px solid rgba(255,255,255,0.1);
    }
.kb6c2ec:hover{
    background: var(--secondary-color); 
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), 0 0 30px hsla(260, 82%, 51%, 0.4); color: #ffffff;}
.qxt5razsg9yc{
    width: 18px;
    height: 18px;
    }
.l220f8c_yt{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.l220f8c_yt .jf63c_6a{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ra4ce55{
    display: none; 
    }
.db62fbb_14{
    margin: 0 auto; 
    justify-content: space-between;
    }
.l220f8c_yt{
    display: flex;
    }
.gaff5efb_jk{
    margin-left: 0;
    }
.kb6c2ec{
    padding: 10px 18px;
    font-size: 0.85rem;
    }}
@media (min-width: 1400px){.db62fbb_14 {
    margin-left: calc((100vw - var(--max-width)) / 4); 
    }}
.s7ceb2_hikk.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.q47d640f_aw{list-style:none;}
.s7ceb2_hikk.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.x9d091d72{
    background-color: var(--bg-color, hsl(260, 10%, 8%));
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color, hsla(260, 100%, 100%, 0.08));
    width: 100%;
    display: flex;
    justify-content: center; color: #ffffff;}
.x83cf3_a640{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
.t0ee695_e79{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.n02e1y14u1{
    color: var(--text-color, hsl(260, 8%, 96%));
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
    }
.tf1c8f_eb{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 16px;
    line-height: 1.6;
    max-width: 680px;
    margin: 0;
    }
.c5acf76_3rl{
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    }
.i9efb73e_4aop{
    background-color: var(--primary-color, hsl(2, 65%, 51%));
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--radius-lg, 32px);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 10px 20px var(--btn-glow, hsla(2, 65%, 51%, 0.4));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    display: inline-block;
    }
.i9efb73e_4aop:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 30px var(--btn-glow, hsla(2, 65%, 51%, 0.6));
    filter: brightness(1.1);
    }
.wbd98_de{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(260, 100%, 100%, 0.08));
    margin-bottom: 32px; color: #1a1a2e;}
.i4492_525{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.a86f54f6b4{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 14px;
    flex: 0 0 auto;
    }
.h73a53__c5d48{
    display: flex;
    gap: 32px;
    align-items: center;
    flex: 0 0 auto;
    }
.yncp647lmyj{
    color: var(--text-color, hsl(260, 8%, 96%));
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.yncp647lmyj:hover{
    color: var(--primary-color, hsl(2, 65%, 51%));
    }
.x28517e_3uai{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 14px;
    }
@media (max-width: 768px){.x9d091d72{
    padding: 60px 20px 30px 20px;
    }
.i4492_525{
    flex-direction: column;
    align-items: flex-start;
    }
.h73a53__c5d48{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.n02e1y14u1{
    font-size: 24px;
    }
.i9efb73e_4aop{
    width: 100%;
    text-align: center;
    }}
div.sc9a2297fd8.q8904__dac5{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main, #1a1a1a);
    background-color: var(--bg-light, #f4f4f4);
    line-height: 1.6;
    overflow-x: hidden;
    text-align: left; 
    }
div.sc9a2297fd8.q8904__dac5 .kb7d5_118b{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    }
div.sc9a2297fd8.q8904__dac5 .h9234317{
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding-top: 60px;
    background: radial-gradient(circle at top right, hsla(260, 80%, 90%, 0.5), transparent); color: #1a1a2e;}
div.sc9a2297fd8.q8904__dac5 .g301e_6b52{
    max-width: 680px; 
    }
div.sc9a2297fd8.q8904__dac5 .zdfe05_pm{
    display: inline-block;
    padding: 8px 16px;
    background: white;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
div.sc9a2297fd8.q8904__dac5 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-main);
    letter-spacing: -0.02em;
    }
div.sc9a2297fd8.q8904__dac5 .x9r9g3wci{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 580px;
    }
div.sc9a2297fd8.q8904__dac5 .l0e8a3d{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.sc9a2297fd8.q8904__dac5 .k680b1d8{
    display: inline-flex;
    align-items: center;
    padding: 18px 36px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    transition: var(--transition-smooth);
    box-shadow: 0 10px 20px rgba(108, 65, 255, 0.3);
    }
div.sc9a2297fd8.q8904__dac5 .k680b1d8:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(108, 65, 255, 0.4);
    }
div.sc9a2297fd8.q8904__dac5 .xd547_eab{
    display: inline-flex;
    align-items: center;
    padding: 18px 36px;
    background-color: white;
    color: var(--text-main);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #ddd;
    transition: var(--transition-smooth);
    }
div.sc9a2297fd8.q8904__dac5 .xd547_eab:hover{
    background-color: #f0f0f0; color: #1a1a2e;}
div.sc9a2297fd8.q8904__dac5 .zvheedqx1{
    padding: 120px 0;
    }
div.sc9a2297fd8.q8904__dac5 .z9f116__85ea{
    text-align: left; 
    margin-bottom: 80px;
    }
div.sc9a2297fd8.q8904__dac5 .f8d22b4ja{
    font-size: 2.5rem;
    margin-bottom: 16px;
    }
div.sc9a2297fd8.q8904__dac5 .m77d__b43f6{
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin-left: 0;
    }
div.sc9a2297fd8.q8904__dac5 .u0d04_b283{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
    }
div.sc9a2297fd8.q8904__dac5 .u0d04_b283.mdc7d9cb_0v1{
    flex-direction: row-reverse;
    }
div.sc9a2297fd8.q8904__dac5 .c48c9__8849{
    flex: 1;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    }
div.sc9a2297fd8.q8904__dac5 .c48c9__8849 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 10;
    }
div.sc9a2297fd8.q8904__dac5 .u821522f9d{
    flex: 1;
    }
div.sc9a2297fd8.q8904__dac5 .u821522f9d h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    }
div.sc9a2297fd8.q8904__dac5 .sq30n83y{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 30px;
    }
div.sc9a2297fd8.q8904__dac5 .e38c0d32f7{
    background: white;
    padding: 40px;
    border-radius: var(--border-radius-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-smooth);
    border: 1px solid transparent; color: #1a1a2e;}
div.sc9a2297fd8.q8904__dac5 .e38c0d32f7:hover{
    border-color: var(--primary-color);
    transform: translateX(10px);
    }
div.sc9a2297fd8.q8904__dac5 .bb88d_2f6c h4{
    font-size: 1.5rem;
    margin-bottom: 8px;
    }
div.sc9a2297fd8.q8904__dac5 .bb88d_2f6c p{
    color: #666;
    }
div.sc9a2297fd8.q8904__dac5 div.t775945d0{
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 0 40px;
    margin-top: 100px;
    }
div.sc9a2297fd8.q8904__dac5 .h720e9_a01e{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
    }
div.sc9a2297fd8.q8904__dac5 .t23b7f_7144 h5{
    color: white;
    font-size: 1.1rem;
    margin-bottom: 24px;
    }
div.sc9a2297fd8.q8904__dac5 .t23b7f_7144 ul{
    list-style: none;
    padding: 0;
    }
div.sc9a2297fd8.q8904__dac5 .t23b7f_7144 ul li{
    margin-bottom: 12px;
    }
div.sc9a2297fd8.q8904__dac5 .t23b7f_7144 ul li a{
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
    }
div.sc9a2297fd8.q8904__dac5 .t23b7f_7144 ul li a:hover{
    color: var(--primary-color);
    }
div.sc9a2297fd8.q8904__dac5 .h29ac5_99c5{
    padding-top: 40px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    }
@media (max-width: 968px) {div.sc9a2297fd8.q8904__dac5 .u0d04_b283, div.sc9a2297fd8.q8904__dac5 .u0d04_b283.mdc7d9cb_0v1{
    flex-direction: column;
    gap: 40px;
    }
div.sc9a2297fd8.q8904__dac5 .g301e_6b52{
    text-align: left;
    }
div.sc9a2297fd8.q8904__dac5 .z9f116__85ea{
    text-align: left;
    }
div.sc9a2297fd8.q8904__dac5 .m77d__b43f6{
    margin-left: 0;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.sc9a2297fd8 img.fe757a_5ed2 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.sc9a2297fd8 img.fe757a_5ed2.jd96f5963 { aspect-ratio: 16 / 9; }
div.sc9a2297fd8 img.fe757a_5ed2.tf0de9_8579 { aspect-ratio: 16 / 10; }
div.sc9a2297fd8 img.fe757a_5ed2.e96a__11ac { aspect-ratio: 4 / 3; }
div.sc9a2297fd8 img.fe757a_5ed2.a7de29_5e37 { aspect-ratio: 1 / 1; }
div.sc9a2297fd8 :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.sc9a2297fd8 .l4fc__b917 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.sc9a2297fd8 .l4fc__b917.jd96f5963 { aspect-ratio: 16 / 9; }
div.sc9a2297fd8 .l4fc__b917.tf0de9_8579 { aspect-ratio: 16 / 10; }
div.sc9a2297fd8 .l4fc__b917.e96a__11ac { aspect-ratio: 4 / 3; }
div.sc9a2297fd8 .l4fc__b917.a7de29_5e37 { aspect-ratio: 1 / 1; }
div.sc9a2297fd8 .l4fc__b917 > img.fe757a_5ed2,
    div.sc9a2297fd8 .l4fc__b917 > picture > img.fe757a_5ed2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a:not([class]):hover{opacity:0.92;}
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a[class=""]:hover{opacity:0.92;}
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a:not([class]):visited{color:#ffffff !important;}
div.sc9a2297fd8.q8904__dac5 .k680b1d8 a[class=""]:visited{color:#ffffff !important;}
.w330__a43e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.w330__a43e > :first-child,
    .w330__a43e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.pceb__6f0{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center; color: #ffffff;}
.db62fbb_14{
    
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto 0 4vw; 
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 24px;
    }
.p7f4820a4{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    }
.j0e1d_096{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px var(--btn-glow); color: #1a1a2e;}
.ghzs78s48tw{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.o3ef57_cd{
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(to right, #fff, var(--text-muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.ra4ce55{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.s7ceb2_hikk{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    white-space: nowrap;
    }
.s7ceb2_hikk:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    }
.gaff5efb_jk{
    margin-left: auto; 
    display: flex;
    align-items: center;
    gap: 16px;
    }
.kb6c2ec{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    padding: 12px 24px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: var(--shadow-md), 0 0 20px var(--btn-glow);
    border: 1px solid rgba(255,255,255,0.1);
    }
.kb6c2ec:hover{
    background: var(--secondary-color); 
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg), 0 0 30px hsla(260, 82%, 51%, 0.4); color: #ffffff;}
.qxt5razsg9yc{
    width: 18px;
    height: 18px;
    }
.l220f8c_yt{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.l220f8c_yt .jf63c_6a{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ra4ce55{
    display: none; 
    }
.db62fbb_14{
    margin: 0 auto; 
    justify-content: space-between;
    }
.l220f8c_yt{
    display: flex;
    }
.gaff5efb_jk{
    margin-left: 0;
    }
.kb6c2ec{
    padding: 10px 18px;
    font-size: 0.85rem;
    }}
@media (min-width: 1400px){.db62fbb_14 {
    margin-left: calc((100vw - var(--max-width)) / 4); 
    }}
.s7ceb2_hikk.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.q47d640f_aw{list-style:none;}
.s7ceb2_hikk.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.x9d091d72{
    background-color: var(--bg-color, hsl(260, 10%, 8%));
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color, hsla(260, 100%, 100%, 0.08));
    width: 100%;
    display: flex;
    justify-content: center; color: #ffffff;}
.x83cf3_a640{
    width: 100%;
    max-width: var(--max-width, 1200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
.t0ee695_e79{
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.n02e1y14u1{
    color: var(--text-color, hsl(260, 8%, 96%));
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
    }
.tf1c8f_eb{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 16px;
    line-height: 1.6;
    max-width: 680px;
    margin: 0;
    }
.c5acf76_3rl{
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    }
.i9efb73e_4aop{
    background-color: var(--primary-color, hsl(2, 65%, 51%));
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--radius-lg, 32px);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 10px 20px var(--btn-glow, hsla(2, 65%, 51%, 0.4));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    display: inline-block;
    }
.i9efb73e_4aop:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 30px var(--btn-glow, hsla(2, 65%, 51%, 0.6));
    filter: brightness(1.1);
    }
.wbd98_de{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(260, 100%, 100%, 0.08));
    margin-bottom: 32px; color: #1a1a2e;}
.i4492_525{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.a86f54f6b4{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 14px;
    flex: 0 0 auto;
    }
.h73a53__c5d48{
    display: flex;
    gap: 32px;
    align-items: center;
    flex: 0 0 auto;
    }
.yncp647lmyj{
    color: var(--text-color, hsl(260, 8%, 96%));
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.yncp647lmyj:hover{
    color: var(--primary-color, hsl(2, 65%, 51%));
    }
.x28517e_3uai{
    color: var(--text-muted, hsl(260, 5%, 70%));
    font-size: 14px;
    }
@media (max-width: 768px){.x9d091d72{
    padding: 60px 20px 30px 20px;
    }
.i4492_525{
    flex-direction: column;
    align-items: flex-start;
    }
.h73a53__c5d48{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.n02e1y14u1{
    font-size: 24px;
    }
.i9efb73e_4aop{
    width: 100%;
    text-align: center;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.pceb__6f0{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center; color: #ffffff;}
.db62fbb_14{
  
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto 0 4vw; 
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 24px;
}
.p7f4820a4{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.j0e1d_096{
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px var(--btn-glow); color: #1a1a2e;}
.ghzs78s48tw{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.o3ef57_cd{
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  background: linear-gradient(to right, #fff, var(--text-muted));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; color: #1a1a2e;}
.ra4ce55{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
}
.s7ceb2_hikk{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  white-space: nowrap;
}
.s7ceb2_hikk:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.05);
}
.gaff5efb_jk{
  margin-left: auto; 
  display: flex;
  align-items: center;
  gap: 16px;
}
.kb6c2ec{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color); 
  color: #1a1a2e; 
  text-decoration: none;
  padding: 12px 24px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  box-shadow: var(--shadow-md), 0 0 20px var(--btn-glow);
  border: 1px solid rgba(255,255,255,0.1);
}
.kb6c2ec:hover{
  background: var(--secondary-color); 
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), 0 0 30px hsla(260, 82%, 51%, 0.4); color: #ffffff;}
.qxt5razsg9yc{
  width: 18px;
  height: 18px;
}
.l220f8c_yt{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.l220f8c_yt .jf63c_6a{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #1a1a2e;}
@media (max-width: 1024px){.ra4ce55{
    display: none; 
  }
.db62fbb_14{
    margin: 0 auto; 
    justify-content: space-between;
  }
.l220f8c_yt{
    display: flex;
  }
.gaff5efb_jk{
    margin-left: 0;
  }
.kb6c2ec{
    padding: 10px 18px;
    font-size: 0.85rem;
  }}
@media (min-width: 1400px){.db62fbb_14 {
    margin-left: calc((100vw - var(--max-width)) / 4); 
  }}
.s7ceb2_hikk.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.q47d640f_aw{list-style:none;}
.s7ceb2_hikk.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
.ucc4__5cf0{
  background-color: var(--bg-color, hsl(260, 10%, 8%));
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color, hsla(260, 100%, 100%, 0.08));
  width: 100%;
  display: flex;
  justify-content: center; color: #ffffff;}
.me3ab34af{
  width: 100%;
  max-width: var(--max-width, 1200px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.o998e0_3e46{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.t88f4ec0b{
  color: var(--text-color, hsl(260, 8%, 96%));
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.5px;
}
.tb9aa4465{
  color: var(--text-muted, hsl(260, 5%, 70%));
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0;
}
.f7ee8a_785a{
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
}
.bfa767_6184{
  background-color: var(--primary-color, hsl(2, 65%, 51%));
  color: #1a1a2e;
  padding: 16px 40px;
  border-radius: var(--radius-lg, 32px);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 10px 20px var(--btn-glow, hsla(2, 65%, 51%, 0.4));
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  display: inline-block;
}
.bfa767_6184:hover{
  transform: translateY(-4px);
  box-shadow: 0 15px 30px var(--btn-glow, hsla(2, 65%, 51%, 0.6));
  filter: brightness(1.1);
}
.ebfc730d7{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, hsla(260, 100%, 100%, 0.08));
  margin-bottom: 32px; color: #1a1a2e;}
.x64bcefdcd1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.r947c4_4778{
  color: var(--text-muted, hsl(260, 5%, 70%));
  font-size: 14px;
  flex: 0 0 auto;
}
.ufc0__570d{
  display: flex;
  gap: 32px;
  align-items: center;
  flex: 0 0 auto;
}
.l95fc9f4edf{
  color: var(--text-color, hsl(260, 8%, 96%));
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.l95fc9f4edf:hover{
  color: var(--primary-color, hsl(2, 65%, 51%));
}
.s04d14fc730{
  color: var(--text-muted, hsl(260, 5%, 70%));
  font-size: 14px;
}
@media (max-width: 768px){.ucc4__5cf0{
    padding: 60px 20px 30px 20px;
  }
.x64bcefdcd1{
    flex-direction: column;
    align-items: flex-start;
  }
.ufc0__570d{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.t88f4ec0b{
    font-size: 24px;
  }
.bfa767_6184{
    width: 100%;
    text-align: center;
  }}
.kdb27f_1a36{box-sizing:border-box;}
.a09886b01{box-sizing:border-box;}
.ee53fd399{box-sizing:border-box;}
.zb97a94ee{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.sc9a2297fd8.q8904__dac5 .u0d04_b283.mdc7d9cb_0v1 { flex-direction: column !important; }
.i4492_525 { 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; }
div.sc9a2297fd8.q8904__dac5 .e38c0d32f7 { 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; }}