:root {

  --pg-primary: hsl(186, 82%, 59%);
  --pg-secondary: hsl(305, 65%, 59%);
  --pg-text: var(--text-color, hsl(186, 10%, 9%));
  --pg-bg: var(--bg-color, hsl(186, 8%, 96%));
  --pg-card-bg: #ffffff;
  --pg-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --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;
  --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.h80f__92ed.mcf8__a20c8 .y511160_nga{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--pg-text);
    background-color: var(--pg-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.h80f__92ed.mcf8__a20c8 .e6967e__9553{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5%;
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(186, 240, 245, 0.3) 100%),
    url("../img/official-entry-browser-sync-cross-device-1.jpg") no-repeat left center / cover;
    position: relative; color: #1a1a2e;}
div.h80f__92ed.mcf8__a20c8 .zd3dc_f4{
    max-width: 600px;
    text-align: left;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius, 12px);
    box-shadow: var(--shadow-lg, 0 10px 30px rgba(0,0,0,0.1)); color: #1a1a2e;}
div.h80f__92ed.mcf8__a20c8 .zd3dc_f4 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1rem;
    color: var(--pg-text);
    font-weight: 800;
    letter-spacing: -1px;
    }
div.h80f__92ed.mcf8__a20c8 .lf2a89_28{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #555;
    }
div.h80f__92ed.mcf8__a20c8 .h82e2_c3c{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    }
div.h80f__92ed.mcf8__a20c8 .ro7egv746{
    display: inline-block;
    background-color: var(--pg-primary);
    color: #000;
    padding: 1.2rem 3rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--pg-transition);
    box-shadow: 0 4px 15px rgba(186, 240, 245, 0.6);
    border: none;
    cursor: pointer;
    }
div.h80f__92ed.mcf8__a20c8 .ro7egv746:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(186, 240, 245, 0.8);
    filter: brightness(1.05);
    }
div.h80f__92ed.mcf8__a20c8 .mwiowx0g6qz3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 10%;
    max-width: 1400px;
    margin: 0 auto;
    }
div.h80f__92ed.mcf8__a20c8 .l1bb7_8c{
    background: var(--pg-card-bg);
    padding: 2.5rem;
    border-radius: var(--border-radius, 24px);
    box-shadow: var(--shadow-sm, 0 2px 10px rgba(0,0,0,0.05));
    transition: var(--pg-transition);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.h80f__92ed.mcf8__a20c8 .l1bb7_8c:hover{
    transform: scale(1.02);
    }
div.h80f__92ed.mcf8__a20c8 .l1bb7_8c h2{
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--pg-secondary);
    }
div.h80f__92ed.mcf8__a20c8 .fada6a8_4vbv{
    list-style: none;
    padding: 0;
    }
div.h80f__92ed.mcf8__a20c8 .i5728c7_7cf{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    }
div.h80f__92ed.mcf8__a20c8 .b81f64_b7{
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.h80f__92ed.mcf8__a20c8 .n78421d_4g28{
    color: var(--pg-primary);
    text-decoration: none;
    font-weight: 500;
    }
div.h80f__92ed.mcf8__a20c8 .n78421d_4g28:hover{
    text-decoration: underline;
    }
div.h80f__92ed.mcf8__a20c8 .uf813f8_2o7{
    background: #fff;
    padding: 4rem 10%; color: #1a1a2e;}
div.h80f__92ed.mcf8__a20c8 .f0ca2_18a{
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-direction: row-reverse;
    }
div.h80f__92ed.mcf8__a20c8 .p09619__f184{
    flex: 1;
    border-radius: var(--border-radius, 24px);
    overflow: hidden;
    box-shadow: var(--shadow-md, 0 4px 20px rgba(0,0,0,0.1));
    }
div.h80f__92ed.mcf8__a20c8 .p09619__f184 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
div.h80f__92ed.mcf8__a20c8 .k5ef6_c20{
    flex: 1;
    }
div.h80f__92ed.mcf8__a20c8 .s2281402_h3z9{
    display: inline-block;
    background: #e0f7f9;
    color: #1a1a2e;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    }
div.h80f__92ed.mcf8__a20c8 .ra7d69f{
    background: linear-gradient(90deg, #1a1a1a 0%, #333 100%);
    color: #fff;
    padding: 3rem 10%;
    text-align: center;
    margin: 4rem 0;
    }
div.h80f__92ed.mcf8__a20c8 .tdbe__0a71{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    }
div.h80f__92ed.mcf8__a20c8 .y82a__8503 h4{
    margin-bottom: 1.2rem;
    color: #333;
    }
div.h80f__92ed.mcf8__a20c8 .y82a__8503 ul{
    list-style: none;
    padding: 0;
    }
div.h80f__92ed.mcf8__a20c8 .y82a__8503 ul li{
    margin-bottom: 0.8rem;
    }
div.h80f__92ed.mcf8__a20c8 .y82a__8503 a{
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    }
div.h80f__92ed.mcf8__a20c8 .y82a__8503 a:hover{
    color: var(--pg-primary);
    }
div.h80f__92ed.mcf8__a20c8 .copyright{
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    border-top: 1px solid #e0e0e0;
    padding-top: 2rem;
    }
@media (max-width: 968px) {div.h80f__92ed.mcf8__a20c8 .e6967e__9553{
    justify-content: center;
    background-position: center;
    }
div.h80f__92ed.mcf8__a20c8 .zd3dc_f4{
    text-align: center;
    }
div.h80f__92ed.mcf8__a20c8 .h82e2_c3c{
    align-items: center;
    }
div.h80f__92ed.mcf8__a20c8 .mwiowx0g6qz3{
    grid-template-columns: 1fr;
    }
div.h80f__92ed.mcf8__a20c8 .f0ca2_18a{
    flex-direction: column;
    }}
*{
    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;
    }}
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) {div.h80f__92ed.mcf8__a20c8 .f0ca2_18a { flex-direction: column !important; }
.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; }}