:root {

  --dl-primary-hue: 182;
  --dl-secondary-hue: 244;
  --dl-color-primary: hsl(var(--dl-primary-hue), 77%, 61%);
  --dl-color-secondary: hsl(var(--dl-secondary-hue), 61%, 61%);
  --dl-color-bg: hsl(var(--dl-primary-hue), 7%, 96%);
  --dl-color-surface: #ffffff;
  --dl-color-text-main: hsl(var(--dl-primary-hue), 10%, 10%);
  --dl-color-text-muted: hsl(var(--dl-primary-hue), 10%, 40%);
  --dl-color-border: hsl(var(--dl-primary-hue), 15%, 85%);
  --dl-max-width: 1200px;
  --dl-text-width-limit: 680px;
  --dl-radius-lg: 16px;
  --dl-radius-md: 8px;
  --dl-shadow-subtle: 0 4px 24px rgba(0, 0, 0, 0.04);
  --dl-shadow-btn: 0 8px 16px -4px hsla(var(--dl-secondary-hue), 61%, 61%, 0.4);
  --dl-space-section: 6rem;
  --dl-space-element: 1.5rem;
  --primary-color: hsl(182, 77%, 61%);
  --secondary-color: hsl(244, 61%, 61%);
  --bg-color: hsl(182, 7%, 96%);
  --text-color: hsl(182, 10%, 10%);
  --text-muted: hsl(182, 8%, 40%);
  --border-color: hsla(182, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 30px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 15px 35px rgba(27, 201, 207, 0.2);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(182, 7%, 96%, 0.85);
  --btn-text: #ffffff;
  --cta-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.p837b0_c5d6.rd202a_4633.q7c982_6sek{
    background-color: var(--dl-color-bg);
    color: var(--text-color, var(--dl-color-text-main));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-top: 4rem; 
    }
div.p837b0_c5d6.rd202a_4633 .ob982b1_12od{
    max-width: var(--max-width, var(--dl-max-width));
    margin: 0 auto;
    padding: 0 2rem;
    }
div.p837b0_c5d6.rd202a_4633 .wd80b737{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.p837b0_c5d6.rd202a_4633 h1, div.p837b0_c5d6.rd202a_4633 h2, div.p837b0_c5d6.rd202a_4633 h3, div.p837b0_c5d6.rd202a_4633 h4{
    color: var(--dl-color-text-main);
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
div.p837b0_c5d6.rd202a_4633 h1{
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    max-width: var(--dl-text-width-limit);
    }
div.p837b0_c5d6.rd202a_4633 h2{
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.2;
    max-width: var(--dl-text-width-limit);
    }
div.p837b0_c5d6.rd202a_4633 h3{
    font-size: 1.25rem;
    }
div.p837b0_c5d6.rd202a_4633 p{
    margin-bottom: var(--dl-space-element);
    max-width: var(--dl-text-width-limit);
    color: var(--dl-color-text-muted);
    font-size: 1.125rem;
    }
div.p837b0_c5d6.rd202a_4633 a{
    color: var(--dl-color-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease;
    }
div.p837b0_c5d6.rd202a_4633 a:hover{
    opacity: 0.8;
    text-decoration: underline;
    }
div.p837b0_c5d6.rd202a_4633 .d9f59d__0ac68{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--dl-radius-md);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
    }
div.p837b0_c5d6.rd202a_4633 .i0852ff_3um{
    background: linear-gradient(135deg, var(--dl-color-secondary), hsl(260, 60%, 55%));
    color: #1a1a2e;
    box-shadow: var(--dl-shadow-btn);
    }
div.p837b0_c5d6.rd202a_4633 .i0852ff_3um:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -4px hsla(var(--dl-secondary-hue), 61%, 61%, 0.5);
    }
div.p837b0_c5d6.rd202a_4633 .e0a035de{
    background-color: var(--dl-color-surface);
    color: var(--dl-color-text-main) !important;
    border: 1px solid var(--dl-color-border);
    }
div.p837b0_c5d6.rd202a_4633 .e0a035de:hover{
    background-color: var(--dl-color-bg);
    border-color: var(--dl-color-text-muted); color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .zdc3__83b4{
    padding: var(--dl-space-section) 0;
    border-bottom: 1px solid var(--dl-color-border);
    }
div.p837b0_c5d6.rd202a_4633 .zdc3__83b4:last-of-type{
    border-bottom: none;
    }
div.p837b0_c5d6.rd202a_4633 .p4cfcac_9l{
    padding-top: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--dl-color-border);
    }
div.p837b0_c5d6.rd202a_4633 .t0619a64_1n0{
    font-size: 0.875rem;
    color: var(--dl-color-text-muted);
    margin-top: 1rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    }
div.p837b0_c5d6.rd202a_4633 .t0619a64_1n0 span{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.p837b0_c5d6.rd202a_4633 .t0619a64_1n0 svg{
    width: 16px;
    height: 16px;
    fill: currentColor;
    }
div.p837b0_c5d6.rd202a_4633 .wdf6604de{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 3rem;
    }
@media (min-width: 900px) {div.p837b0_c5d6.rd202a_4633 .wdf6604de{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    }}
div.p837b0_c5d6.rd202a_4633 .k9c71b_c72{
    border-radius: var(--dl-radius-lg);
    overflow: hidden;
    box-shadow: var(--dl-shadow-subtle);
    background-color: var(--dl-color-surface);
    aspect-ratio: 4/3; color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .k9c71b_c72 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.p837b0_c5d6.rd202a_4633 .w6be552{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    }
div.p837b0_c5d6.rd202a_4633 .w6be552::before{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--dl-color-border);
    z-index: 0; color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .a272__d0324{
    display: flex;
    gap: 2rem;
    position: relative;
    z-index: 1;
    background: var(--dl-color-bg); color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .aa84b0f0f{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--dl-color-primary);
    color: var(--dl-color-text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 0 0 8px var(--dl-color-bg);
    }
div.p837b0_c5d6.rd202a_4633 .c0ec9d__aa8e{
    background-color: var(--dl-color-surface);
    padding: 2rem;
    border-radius: var(--dl-radius-md);
    box-shadow: var(--dl-shadow-subtle);
    flex-grow: 1;
    max-width: 800px; color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .c0ec9d__aa8e h3{
    margin-bottom: 0.5rem;
    }
div.p837b0_c5d6.rd202a_4633 .c0ec9d__aa8e p{
    margin-bottom: 0;
    max-width: 100%;
    }
div.p837b0_c5d6.rd202a_4633 .b6be0__6a4c7{
    background-color: var(--dl-color-surface);
    padding: 3rem;
    border-radius: var(--dl-radius-lg);
    box-shadow: var(--dl-shadow-subtle);
    margin-top: 3rem; color: #1a1a2e;}
div.p837b0_c5d6.rd202a_4633 .dd5e7450_nzf{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
    }
@media (min-width: 768px) {div.p837b0_c5d6.rd202a_4633 .dd5e7450_nzf{
    grid-template-columns: repeat(2, 1fr);
    }}
div.p837b0_c5d6.rd202a_4633 .r3dgsmfvmj1 h4{
    color: var(--dl-color-text-main);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    }
div.p837b0_c5d6.rd202a_4633 .r3dgsmfvmj1 p{
    font-size: 0.95rem;
    margin-bottom: 0;
    }
div.p837b0_c5d6.rd202a_4633 .q83e__942ee{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    }
div.p837b0_c5d6.rd202a_4633 .jffdf90f769{
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--dl-color-border);
    border-radius: 20px;
    font-size: 0.9rem;
    color: #1a1a2e;
    text-decoration: none;
    }
div.p837b0_c5d6.rd202a_4633 .jffdf90f769:hover{
    background-color: var(--dl-color-surface);
    color: var(--dl-color-text-main);
    border-color: var(--dl-color-text-muted);
    text-decoration: none;
    }
div.p837b0_c5d6.rd202a_4633 .rcaeba83_3sdj{box-sizing:border-box;}
.re28bfd7_fxyd{background: #111118;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    position: relative; isolation: isolate;}
.s09f10_3t{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    }
.q8552ea_32b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.tgzr9fvv299{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.i39ba2979{
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px; color: #1a1a2e;}
.l853489f_tm2w{
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    }
.ed17ba__d9464{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    }
.e9bqb32sedue{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 30px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(27, 201, 207, 0.3);
    }
.e9bqb32sedue:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(27, 201, 207, 0.4);
    }
.w79df8ff0d0{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 32px 0; color: #1a1a2e;}
.tce27_45{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.pcc45a9_n5yg{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    flex: 1;
    }
.t7ff52f{
    display: flex;
    gap: 24px;
    }
.e641595e{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
    }
.e641595e:hover{
    color: var(--primary-color, hsl(182, 77%, 61%));
    }
@media (max-width: 768px){.re28bfd7_fxyd{
    padding: 60px 0 30px;
    }
.q8552ea_32b{
    flex-direction: column;
    gap: 32px;
    }
.tgzr9fvv299{
    max-width: 100%;
    }
.ed17ba__d9464{
    width: 100%;
    }
.e9bqb32sedue{
    width: 100%;
    }
.tce27_45{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    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;
    }
.jc06f2__59e{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.v2105d4{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.c3d25f_rt{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.urjnx10ox1p{
    width: 32px;
    height: 32px;
    background: var(--cta-gradient);
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.f57f20d7_sr{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.u33100__1bcf2{
    display: flex;
    flex-grow: 1;
    }
.r8ct6qzhc{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.drnogq63swke{
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.drnogq63swke:hover{
    color: #ffffff;
    background: hsla(182, 10%, 10%, 0.04);
    }
.t0ab2023_78{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.b5abc60{
    text-decoration: none;
    background: var(--primary-color); 
    background-image: var(--cta-gradient); 
    color: #1a1a2e; 
    padding: 12px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    white-space: nowrap;
    }
.b5abc60:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.r4d0b0du9c{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ua93e1cd9{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.r8ct6qzhc {
    display: none; 
    }
.r4d0b0du9c {
    display: flex;
    }
.v2105d4 {
    justify-content: space-between;
    }
.c3d25f_rt {
    margin-right: 0;
    }}
@media (max-width: 640px){.b5abc60{
    padding: 8px 16px;
    font-size: 0.8rem;
    }
.f57f20d7_sr{
    display: none; 
    }}
body{
    padding-top: var(--nav-height);
    }
.drnogq63swke.active{color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
.i332939_5ec5{list-style:none;}
.drnogq63swke.active {color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.p837b0_c5d6 img.d58121_a52d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.p837b0_c5d6 img.d58121_a52d.u171c8161 { aspect-ratio: 16 / 9; }
div.p837b0_c5d6 img.d58121_a52d.g21d__244a { aspect-ratio: 16 / 10; }
div.p837b0_c5d6 img.d58121_a52d.g6f8b01cd4d { aspect-ratio: 4 / 3; }
div.p837b0_c5d6 img.d58121_a52d.jc43a1914 { aspect-ratio: 1 / 1; }
div.p837b0_c5d6 :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.p837b0_c5d6 .tbf251_1503 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.p837b0_c5d6 .tbf251_1503.u171c8161 { aspect-ratio: 16 / 9; }
div.p837b0_c5d6 .tbf251_1503.g21d__244a { aspect-ratio: 16 / 10; }
div.p837b0_c5d6 .tbf251_1503.g6f8b01cd4d { aspect-ratio: 4 / 3; }
div.p837b0_c5d6 .tbf251_1503.jc43a1914 { aspect-ratio: 1 / 1; }
div.p837b0_c5d6 .tbf251_1503 > img.d58121_a52d,
    div.p837b0_c5d6 .tbf251_1503 > picture > img.d58121_a52d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.ad77edbfe18 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ad77edbfe18 > :first-child,
    .ad77edbfe18 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    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;
    }
.jc06f2__59e{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.v2105d4{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.c3d25f_rt{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.urjnx10ox1p{
    width: 32px;
    height: 32px;
    background: var(--cta-gradient);
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.f57f20d7_sr{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.u33100__1bcf2{
    display: flex;
    flex-grow: 1;
    }
.r8ct6qzhc{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.drnogq63swke{
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.drnogq63swke:hover{
    color: #ffffff;
    background: hsla(182, 10%, 10%, 0.04);
    }
.t0ab2023_78{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.b5abc60{
    text-decoration: none;
    background: var(--primary-color); 
    background-image: var(--cta-gradient); 
    color: #1a1a2e; 
    padding: 12px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    white-space: nowrap;
    }
.b5abc60:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.r4d0b0du9c{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ua93e1cd9{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.r8ct6qzhc {
    display: none; 
    }
.r4d0b0du9c {
    display: flex;
    }
.v2105d4 {
    justify-content: space-between;
    }
.c3d25f_rt {
    margin-right: 0;
    }}
@media (max-width: 640px){.b5abc60{
    padding: 8px 16px;
    font-size: 0.8rem;
    }
.f57f20d7_sr{
    display: none; 
    }}
body{
    padding-top: var(--nav-height);
    }
.drnogq63swke.active{color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
.i332939_5ec5{list-style:none;}
.drnogq63swke.active{color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
.re28bfd7_fxyd{background: #111118;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    position: relative; isolation: isolate;}
.s09f10_3t{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    }
.q8552ea_32b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.tgzr9fvv299{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.i39ba2979{
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px; color: #1a1a2e;}
.l853489f_tm2w{
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    }
.ed17ba__d9464{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    }
.e9bqb32sedue{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 30px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(27, 201, 207, 0.3);
    }
.e9bqb32sedue:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(27, 201, 207, 0.4);
    }
.w79df8ff0d0{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 32px 0; color: #1a1a2e;}
.tce27_45{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.pcc45a9_n5yg{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    flex: 1;
    }
.t7ff52f{
    display: flex;
    gap: 24px;
    }
.e641595e{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
    }
.e641595e:hover{
    color: var(--primary-color, hsl(182, 77%, 61%));
    }
@media (max-width: 768px){.re28bfd7_fxyd{
    padding: 60px 0 30px;
    }
.q8552ea_32b{
    flex-direction: column;
    gap: 32px;
    }
.tgzr9fvv299{
    max-width: 100%;
    }
.ed17ba__d9464{
    width: 100%;
    }
.e9bqb32sedue{
    width: 100%;
    }
.tce27_45{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  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;
}
.jc06f2__59e{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.v2105d4{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.c3d25f_rt{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-right: 48px; 
  flex-shrink: 0;
}
.urjnx10ox1p{
  width: 32px;
  height: 32px;
  background: var(--cta-gradient);
  border-radius: 50%;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.f57f20d7_sr{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.u33100__1bcf2{
  display: flex;
  flex-grow: 1;
}
.r8ct6qzhc{
  display: flex;
  list-style: none;
  gap: 8px;
}
.drnogq63swke{
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.drnogq63swke:hover{
  color: #ffffff;
  background: hsla(182, 10%, 10%, 0.04);
}
.t0ab2023_78{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto; 
}
.b5abc60{
  text-decoration: none;
  background: var(--primary-color); 
  background-image: var(--cta-gradient); 
  color: #1a1a2e; 
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  white-space: nowrap;
}
.b5abc60:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.1);
}
.r4d0b0du9c{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.ua93e1cd9{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.r8ct6qzhc {
    display: none; 
  }
.r4d0b0du9c {
    display: flex;
  }
.v2105d4 {
    justify-content: space-between;
  }
.c3d25f_rt {
    margin-right: 0;
  }}
@media (max-width: 640px){.b5abc60{
    padding: 8px 16px;
    font-size: 0.8rem;
  }
.f57f20d7_sr{
    display: none; 
  }}
body{
  padding-top: var(--nav-height);
}
.drnogq63swke.active{color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
.i332939_5ec5{list-style:none;}
.drnogq63swke.active{color: #ffffff; background: hsla(182, 10%, 10%, 0.04);}
.m96ad1_4913{background: #111118;
  color: #ffffff;
  padding: 80px 0 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative; isolation: isolate;}
.za66__494b{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  padding: 0 24px;
}
.m97b00594{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.od6bd852b{
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v3bcf0c3af9{
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px; color: #1a1a2e;}
.j5b590e35{
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.wb4f54d72{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ze8c__bee1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--cta-gradient, linear-gradient(135deg, hsl(182, 77%, 61%), hsl(244, 61%, 61%)));
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg, 30px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(27, 201, 207, 0.3);
}
.ze8c__bee1:hover{
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(27, 201, 207, 0.4);
}
.z275e9906{
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 32px 0; color: #1a1a2e;}
.da3288d8949{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.q2cee2f8ca7{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  flex: 1;
}
.f49135_9e6e{
  display: flex;
  gap: 24px;
}
.jaae23fa2{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.jaae23fa2:hover{
  color: var(--primary-color, hsl(182, 77%, 61%));
}
@media (max-width: 768px){.m96ad1_4913{
    padding: 60px 0 30px;
  }
.m97b00594{
    flex-direction: column;
    gap: 32px;
  }
.od6bd852b{
    max-width: 100%;
  }
.wb4f54d72{
    width: 100%;
  }
.ze8c__bee1{
    width: 100%;
  }
.da3288d8949{
    flex-direction: column;
    align-items: flex-start;
  }}
.i4b11cec8{box-sizing:border-box;}
.e122__fa15{box-sizing:border-box;}
.c15edc9d4{box-sizing:border-box;}
.u7e75f_a372{box-sizing:border-box;}
.nc0e74_bd89{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.tce27_45 { 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; }}