:root {

  --primary-color: hsl(186, 82%, 40%);
  --secondary-color: hsl(305, 65%, 50%);
  --bg-color: hsl(186, 8%, 96%);
  --text-color: hsl(186, 10%, 9%);
  --text-muted: hsl(186, 10%, 40%);
  --border-color: hsla(186, 10%, 9%, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 247, 247, 0.95);
  --nav-link-hover: var(--primary-color);
  --btn-text: #ffffff;
  --ch-primary: hsl(186, 82%, 59%);
  --ch-secondary: hsl(305, 65%, 59%);
  --ch-text-main: hsl(186, 10%, 9%);
  --ch-text-muted: hsl(186, 10%, 40%);
  --ch-bg-main: hsl(186, 8%, 96%);
  --ch-bg-card: #ffffff;
  --ch-radius: 8px;
  --ch-shadow: 0 4px 24px rgba(0,0,0,0.06);
  --ch-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.g881__61f9c{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.g3538_31e5{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.b0f5c2c{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.5px;
    }
.y9d64__bcbdf{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.x939a19_43d{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.m67bec3a1f6{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.m67bec3a1f6:hover{
    color: #1a1a2e;
    background-color: hsla(186, 82%, 59%, 0.1);
    }
.m67bec3a1f6.active{
    color: var(--text-color);
    font-weight: 700;
    }
.vd7d3ea_cy{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.aa41ce748{
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    white-space: nowrap;
    }
.aa41ce748:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.aa41ce748:active{
    transform: translateY(0);
    }
.mccfd4_v5r{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.k2ae6__8595{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 1px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.x939a19_43d {
    display: none; 
    }
.mccfd4_v5r {
    display: flex;
    }
.aa41ce748 {
    padding: 8px 16px;
    font-size: 13px;
    }}
.v1cd__70c{list-style:none;}
.m67bec3a1f6.active {color: #1a1a2e; background-color: hsla(186, 82%, 59%, 0.1);}
.kc4358e9ff{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.r1eb29__190ce{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    }
.fe4589_e0{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: space-between;
    }
.c7e35b_hv0f{
    flex: 1 1 320px;
    max-width: 400px;
    }
.i843d32_b1{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.af41ea_vt6{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    }
.lfwp12t7{
    display: flex;
    }
.v7aee301_96{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    }
.v7aee301_96:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.ea3997__172eb{
    display: flex;
    flex: 2 1 500px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    }
.kc34d5_e99{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.oace569988{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    }
.p3c8__833{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.p3c8__833:hover{
    color: var(--primary-color);
    }
.n5c11__973f{
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    }
.u8f4a8d{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.ojzgytogj{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    }
.d2c144_83{
    font-size: 12px;
    color: var(--text-muted);
    opacity: 0.8;
    }
@media (max-width: 768px){.kc4358e9ff{
    padding: 48px 20px 32px 20px;
    }
.fe4589_e0{
    flex-direction: column;
    gap: 48px;
    }
.c7e35b_hv0f{
    max-width: 100%;
    text-align: center;
    }
.lfwp12t7{
    justify-content: center;
    }
.ea3997__172eb{
    gap: 40px 20px;
    }
.kc34d5_e99{
    min-width: 40%;
    }
.n5c11__973f{
    flex-direction: column;
    text-align: center;
    gap: 16px;
    }
.ojzgytogj{
    justify-content: center;
    gap: 12px;
    }}
div.h80f__92ed.x4949e_3950{
    font-family: var(--ch-font);
    color: var(--text-color, var(--ch-text-main));
    background-color: var(--bg-color, var(--ch-bg-main));
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
div.h80f__92ed.x4949e_3950 .g908__37b7{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-align: left;
    color: var(--ch-text-main);
    }
div.h80f__92ed.x4949e_3950 .b775ec_45{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    text-align: left;
    }
div.h80f__92ed.x4949e_3950 .f8277__64ec{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
div.h80f__92ed.x4949e_3950 .jfa41bec9{
    font-size: 1.125rem;
    color: var(--ch-text-muted);
    margin-bottom: 2rem;
    text-align: left;
    max-width: 600px;
    margin-left: 0;
    }
div.h80f__92ed.x4949e_3950 .g9rk76txu0s{
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    }
div.h80f__92ed.x4949e_3950 .w5ff7e9{
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    position: relative;
    background: radial-gradient(circle at top right, rgba(76, 219, 228, 0.1), transparent 50%); color: #1a1a2e;}
div.h80f__92ed.x4949e_3950 .yd70a65_5bf2{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.h80f__92ed.x4949e_3950 .j291c_091{
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }
div.h80f__92ed.x4949e_3950 .idd141_fb76{order: 1;
    position: relative;
    border-radius: var(--ch-radius);
    overflow: hidden;
    box-shadow: var(--ch-shadow);
    aspect-ratio: 4/3; isolation: isolate;}
div.h80f__92ed.x4949e_3950 .p74e__a472{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.h80f__92ed.x4949e_3950 .qqr53haa{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--ch-radius);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    }
div.h80f__92ed.x4949e_3950 .o87a564_3c{
    background: var(--ch-primary);
    color: #000;
    box-shadow: 0 8px 16px rgba(76, 219, 228, 0.3);
    }
div.h80f__92ed.x4949e_3950 .o87a564_3c:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(76, 219, 228, 0.4);
    }
div.h80f__92ed.x4949e_3950 .ab0a8449c7{
    background: var(--ch-bg-card);
    padding: 1.5rem;
    border-radius: var(--ch-radius);
    box-shadow: var(--ch-shadow);
    margin-top: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: left; color: #1a1a2e;}
div.h80f__92ed.x4949e_3950 .r888c6e2f{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 0.875rem;
    }
div.h80f__92ed.x4949e_3950 .r888c6e2f:last-child{
    border-bottom: none;
    }
div.h80f__92ed.x4949e_3950 .zaf5050bf{
    color: var(--ch-text-muted);
    }
div.h80f__92ed.x4949e_3950 .u5aba548c{
    font-weight: 600;
    }
div.h80f__92ed.x4949e_3950 .w8f11__0bddc{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 4rem;
    }
div.h80f__92ed.x4949e_3950 .xa84de790{background: var(--ch-bg-card);
    padding: 2.5rem;
    border-radius: var(--ch-radius);
    box-shadow: var(--ch-shadow);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
div.h80f__92ed.x4949e_3950 .xa84de790:hover{
    transform: translateY(-5px);
    }
div.h80f__92ed.x4949e_3950 .xa84de790::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--ch-primary); color: #1a1a2e;}
div.h80f__92ed.x4949e_3950 .xa84de790:nth-child(even)::before{
    background: var(--ch-secondary); color: #1a1a2e;}
div.h80f__92ed.x4949e_3950 .m1pbzv9dbzbh{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: calc(var(--ch-radius) - 4px);
    margin-bottom: 1.5rem;
    }
div.h80f__92ed.x4949e_3950 .vser1sthj{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    }
div.h80f__92ed.x4949e_3950 .vser1sthj.reverse{
    direction: rtl;
    }
div.h80f__92ed.x4949e_3950 .vser1sthj.reverse > *{
    direction: ltr;
    }
div.h80f__92ed.x4949e_3950 .rbb09c_c4b7{
    background: var(--ch-text-main);
    color: #fff;
    padding: 4rem 2rem;
    text-align: center;
    }
div.h80f__92ed.x4949e_3950 .afd1__4bc0{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    }
div.h80f__92ed.x4949e_3950 .afd1__4bc0 a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
    }
div.h80f__92ed.x4949e_3950 .afd1__4bc0 a:hover{
    color: #fff;
    }
@media (max-width: 992px) {div.h80f__92ed.x4949e_3950 .yd70a65_5bf2{
    grid-template-columns: 1fr;
    }
div.h80f__92ed.x4949e_3950 .j291c_091{
    order: 1;
    align-items: flex-start;
    text-align: left;
    }
div.h80f__92ed.x4949e_3950 .g908__37b7, div.h80f__92ed.x4949e_3950 .b775ec_45, div.h80f__92ed.x4949e_3950 .jfa41bec9{
    text-align: left;
    margin-left: 0;
    }
div.h80f__92ed.x4949e_3950 .ab0a8449c7{
    margin-right: auto;
    }
div.h80f__92ed.x4949e_3950 .idd141_fb76{
    order: 2;
    }
div.h80f__92ed.x4949e_3950 .vser1sthj, div.h80f__92ed.x4949e_3950 .vser1sthj.reverse{
    grid-template-columns: 1fr;
    direction: ltr;
    }}
@media (max-width: 768px) {div.h80f__92ed.x4949e_3950 .w8f11__0bddc{
    grid-template-columns: 1fr;
    }
div.h80f__92ed.x4949e_3950 .g9rk76txu0s{
    padding: 4rem 1.5rem;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.h80f__92ed img.da90__7b73 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.h80f__92ed img.da90__7b73.cd2b__4c28 { aspect-ratio: 16 / 9; }
div.h80f__92ed img.da90__7b73.u0c6__fa5c { aspect-ratio: 16 / 10; }
div.h80f__92ed img.da90__7b73.a22a__6fca { aspect-ratio: 4 / 3; }
div.h80f__92ed img.da90__7b73.a98501_8684 { aspect-ratio: 1 / 1; }
div.h80f__92ed :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.h80f__92ed .ve19__0b23 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.h80f__92ed .ve19__0b23.cd2b__4c28 { aspect-ratio: 16 / 9; }
div.h80f__92ed .ve19__0b23.u0c6__fa5c { aspect-ratio: 16 / 10; }
div.h80f__92ed .ve19__0b23.a22a__6fca { aspect-ratio: 4 / 3; }
div.h80f__92ed .ve19__0b23.a98501_8684 { aspect-ratio: 1 / 1; }
div.h80f__92ed .ve19__0b23 > img.da90__7b73,
    div.h80f__92ed .ve19__0b23 > picture > img.da90__7b73 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.g881__61f9c{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.g3538_31e5{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.b0f5c2c{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.5px;
    }
.y9d64__bcbdf{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.x939a19_43d{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.m67bec3a1f6{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.m67bec3a1f6:hover{
    color: #1a1a2e;
    background-color: hsla(186, 82%, 59%, 0.1);
    }
.m67bec3a1f6.active{
    color: var(--text-color);
    font-weight: 700;
    }
.vd7d3ea_cy{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.aa41ce748{
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    white-space: nowrap;
    }
.aa41ce748:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.aa41ce748:active{
    transform: translateY(0);
    }
.mccfd4_v5r{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.k2ae6__8595{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 1px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.x939a19_43d {
    display: none; 
    }
.mccfd4_v5r {
    display: flex;
    }
.aa41ce748 {
    padding: 8px 16px;
    font-size: 13px;
    }}
.v1cd__70c{list-style:none;}
.m67bec3a1f6.active{color: #1a1a2e; background-color: hsla(186, 82%, 59%, 0.1);}
.kc4358e9ff{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.r1eb29__190ce{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    }
.fe4589_e0{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: space-between;
    }
.c7e35b_hv0f{
    flex: 1 1 320px;
    max-width: 400px;
    }
.i843d32_b1{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.af41ea_vt6{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    }
.lfwp12t7{
    display: flex;
    }
.v7aee301_96{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    }
.v7aee301_96:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.ea3997__172eb{
    display: flex;
    flex: 2 1 500px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    }
.kc34d5_e99{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.oace569988{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    }
.p3c8__833{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.p3c8__833:hover{
    color: var(--primary-color);
    }
.n5c11__973f{
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    }
.u8f4a8d{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
    }
.ojzgytogj{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    }
.d2c144_83{
    font-size: 12px;
    color: var(--text-muted);
    opacity: 0.8;
    }
@media (max-width: 768px){.kc4358e9ff{
    padding: 48px 20px 32px 20px;
    }
.fe4589_e0{
    flex-direction: column;
    gap: 48px;
    }
.c7e35b_hv0f{
    max-width: 100%;
    text-align: center;
    }
.lfwp12t7{
    justify-content: center;
    }
.ea3997__172eb{
    gap: 40px 20px;
    }
.kc34d5_e99{
    min-width: 40%;
    }
.n5c11__973f{
    flex-direction: column;
    text-align: center;
    gap: 16px;
    }
.ojzgytogj{
    justify-content: center;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.5;
}
.g881__61f9c{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.g3538_31e5{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b0f5c2c{
  font-size: 22px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.5px;
}
.y9d64__bcbdf{
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: inline-block; color: #1a1a2e;}
.x939a19_43d{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
}
.m67bec3a1f6{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.m67bec3a1f6:hover{
  color: #1a1a2e;
  background-color: hsla(186, 82%, 59%, 0.1);
}
.m67bec3a1f6.active{
  color: var(--text-color);
  font-weight: 700;
}
.vd7d3ea_cy{
  display: flex;
  align-items: center;
  gap: 16px;
}
.aa41ce748{
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: none;
  white-space: nowrap;
}
.aa41ce748:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.aa41ce748:active{
  transform: translateY(0);
}
.mccfd4_v5r{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.k2ae6__8595{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 1px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.x939a19_43d {
    display: none; 
  }
.mccfd4_v5r {
    display: flex;
  }
.aa41ce748 {
    padding: 8px 16px;
    font-size: 13px;
  }}
.v1cd__70c{list-style:none;}
.m67bec3a1f6.active{color: #1a1a2e; background-color: hsla(186, 82%, 59%, 0.1);}
.z3dad1c51{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.x6f3b7_a420{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.h5ad8cc5b87{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: space-between;
}
.t654c8a4f{
    flex: 1 1 320px;
    max-width: 400px;
}
.u606cc_82dc{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.b972d0_a9e9{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
}
.j8855f5cd78{
    display: flex;
}
.i514f9_c83e{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
}
.i514f9_c83e:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
}
.wab0259e6{
    display: flex;
    flex: 2 1 500px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
}
.ocb7e6b28ff{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
}
.j7e2c7f7b{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}
.vf86dee4758{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
}
.vf86dee4758:hover{
    color: var(--primary-color);
}
.n7a5c83ff0a{
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.z10d__4954{
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}
.q6a83943d{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cb4223ff1c1{
    font-size: 12px;
    color: var(--text-muted);
    opacity: 0.8;
}
@media (max-width: 768px){.z3dad1c51{
        padding: 48px 20px 32px 20px;
    }
.h5ad8cc5b87{
        flex-direction: column;
        gap: 48px;
    }
.t654c8a4f{
        max-width: 100%;
        text-align: center;
    }
.j8855f5cd78{
        justify-content: center;
    }
.wab0259e6{
        gap: 40px 20px;
    }
.ocb7e6b28ff{
        min-width: 40%;
    }
.n7a5c83ff0a{
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
.q6a83943d{
        justify-content: center;
        gap: 12px;
    }}
.scedaeca4d9{box-sizing:border-box;}
.q7e7__4d3c{box-sizing:border-box;}
.f456__6ba9{box-sizing:border-box;}
.w8f776bf0{display:block;max-width:100%;height:auto;}
.pbe6c5b9a{box-sizing:border-box;}
@media (max-width: 768px) {.n5c11__973f { 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; }}