:root {

  --st-bg-dark: var(--custom-bg-dark, #150f1d);
  --st-bg-light: var(--custom-bg-light, #f4f2f6);
  --st-primary: var(--custom-primary, hsl(306, 78%, 63%));
  --st-primary-dark: var(--custom-primary-dark, hsl(306, 78%, 45%));
  --st-primary-glow: var(--custom-glow, hsla(306, 78%, 63%, 0.3));
  --st-secondary: var(--custom-secondary, hsl(101, 63%, 63%));
  --st-text-main: var(--custom-text-main, hsl(306, 10%, 10%));
  --st-text-inv: var(--custom-text-inv, #ffffff);
  --st-text-muted: var(--custom-text-muted, #a9a4b0);
  --st-card-dark: var(--custom-card-dark, #23192d);
  --st-radius: var(--custom-radius, 16px);
  --st-font: var(--custom-font, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif);
  --primary-color: #5A189A;
  --secondary-color: #4CC9F0;
  --bg-color: #F8F7FA;
  --text-color: #10002B;
  --text-muted: #6C757D;
  --border-color: rgba(255, 255, 255, 0.15);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.15);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 16px 32px rgba(76, 201, 240, 0.25);
  --nav-height: 64px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: #10002B;
  --nav-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.e9d0cc3e9f9.s1dc2e62e95 页面内容方面，要包含平台信息、版本信息、安装包信息、系统要求和注意事项。页面上需要有 3 个内部链接，分别指向官网(index.html)、安装部署(deploy.html)、安装环境(environment.html)和使用帮助(support.html)。至少有一半的锚文本要包含“谷歌浏览器”这个关键词。
    SEO 方面，内部链接的锚文本风格要求自然，比如“免费谷歌浏览器下载”，并且内容流向是交替的，卡片列数倾向于 2 列，CTA 按钮的形态要多样，间距要宽敞。
    最终，这个页面会是一个集美观、实用和技术规范于一体的完美作品。
    div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43{
    font-family: var(--st-font, sans-serif);
    color: var(--st-text-main, #1c171b);
    background-color: var(--st-bg-light, #f4f2f6);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h1, div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h2, div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h3{
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
    text-align: center;
    }
div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h1{
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: var(--st-text-inv, #ffffff);
    }
div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h2{
    font-size: clamp(2rem, 4vw, 3rem);
    color: inherit;
    }
div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 h3{
    font-size: 1.5rem;
    text-align: left;
    }
div.e9d0cc3e9f9.s1dc2e62e95.l1d8f5f_43 p{
    font-size: 1.125rem;
    color: inherit;
    margin-bottom: 1.5rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .s3b3b__074{
    color: var(--st-primary-dark, #b52b95);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .s3b3b__074:hover{
    border-bottom-color: var(--st-primary-dark, #b52b95);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .st-link-inv{
    color: var(--st-primary, #e65cc2);
    text-decoration: none;
    font-weight: 700;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .st-link-inv:hover{
    text-decoration: underline;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .nac4713ee23{
    display: inline-block;
    background: var(--st-primary, #e65cc2);
    color: #110011; 
    padding: 1.2rem 3rem;
    font-size: 1.25rem;
    font-weight: 800;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 12px 32px var(--st-primary-glow, rgba(230,92,194,0.3));
    transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .nac4713ee23:hover{
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 40px var(--st-primary-glow, rgba(230,92,194,0.4));
    }
div.e9d0cc3e9f9.s1dc2e62e95 .f1ccb2_9d{
    display: inline-block;
    background: var(--st-secondary, #87e65c);
    color: #0d1a09;
    padding: 0.8rem 1.8rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    margin-top: auto;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .f1ccb2_9d:hover{
    background: hsl(101, 63%, 55%);
    transform: translateY(-2px); color: #1a1a2e;}
div.e9d0cc3e9f9.s1dc2e62e95 .m329f__b995e{min-height: 50vh;
    background: var(--st-bg-dark, #150f1d);
    color: var(--st-text-inv, #ffffff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8rem 2rem 6rem;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.e9d0cc3e9f9.s1dc2e62e95 .m329f__b995e::before{
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 150vw;
    height: 150vw;
    background: radial-gradient(circle at top center, var(--st-primary-glow, rgba(230,92,194,0.15)) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0; color: #1a1a2e;}
div.e9d0cc3e9f9.s1dc2e62e95 .n48a46e4ce{
    position: relative;
    z-index: 1;
    max-width: 800px;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .m329f__b995e p{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: var(--st-text-muted, #a9a4b0);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .o8d90_9e15{
    background: var(--st-bg-dark, #150f1d);
    color: var(--st-text-inv, #ffffff);
    padding: 4rem 2rem 8rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .o8d90_9e15 h2{
    color: var(--st-text-inv, #ffffff);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t1a0fae409b{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 4rem auto 0;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .bf0271_7621{
    background: var(--st-card-dark, #23192d);
    padding: 3rem 2.5rem;
    border-radius: var(--st-radius, 16px);
    border: 1px solid rgba(255,255,255,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2); color: #ffffff;}
div.e9d0cc3e9f9.s1dc2e62e95 .bf0271_7621:hover{
    transform: translateY(-8px);
    border-color: rgba(255,255,255,0.15);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .zc78957_m6{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .d09a021f_xek{
    width: 32px;
    height: 32px;
    fill: var(--st-secondary, #87e65c);
    flex-shrink: 0;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .bf0271_7621 h3{
    margin-bottom: 0;
    color: var(--st-text-inv, #ffffff);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .bf0271_7621 p{
    color: var(--st-text-muted, #a9a4b0);
    font-size: 1rem;
    margin-bottom: 2.5rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .k4bccc4_52c2{
    padding: 8rem 2rem;
    background: var(--st-bg-light, #f4f2f6);
    max-width: 1200px;
    margin: 0 auto; color: #1a1a2e;}
div.e9d0cc3e9f9.s1dc2e62e95 .qf887160{
    display: flex;
    align-items: center;
    gap: 6rem;
    margin-bottom: 8rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .qf887160:last-child{
    margin-bottom: 0;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .qf887160.ic9106__830e{
    flex-direction: row-reverse;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t3420__bf347{
    flex: 1;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t3420__bf347 h2{
    text-align: left;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t3420__bf347 p{
    color: var(--st-text-main, #1c171b);
    opacity: 0.85;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .g9d1__25356{
    flex: 1.2;
    border-radius: var(--st-radius, 16px);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
    aspect-ratio: 4 / 3;
    background-color: #e0dce3; color: #1a1a2e;}
div.e9d0cc3e9f9.s1dc2e62e95 .g9d1__25356 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .i0541jrbh{
    background: var(--st-primary-dark, #b52b95);
    color: #1a1a2e;
    padding: 6rem 2rem;
    text-align: center;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .d62f441{
    max-width: 900px;
    margin: 0 auto;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .i0541jrbh h2{
    color: var(--st-text-inv, #ffffff);
    }
div.e9d0cc3e9f9.s1dc2e62e95 .i0541jrbh p{
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.95;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .zb22d903f p{
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    }
@media (max-width: 992px) {div.e9d0cc3e9f9.s1dc2e62e95 .qf887160, div.e9d0cc3e9f9.s1dc2e62e95 .qf887160.ic9106__830e{
    flex-direction: column;
    gap: 4rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t3420__bf347 h2{
    text-align: center;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .t3420__bf347 p{
    text-align: center;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .g9d1__25356{
    width: 100%;
    }}
@media (max-width: 768px) {div.e9d0cc3e9f9.s1dc2e62e95 .t1a0fae409b{
    grid-template-columns: 1fr;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .m329f__b995e{
    padding: 6rem 1.5rem 4rem;
    }
div.e9d0cc3e9f9.s1dc2e62e95 .k4bccc4_52c2{
    padding: 5rem 1.5rem;
    }}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }
.ga8bb5_76{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center; color: #ffffff;}
.vac121_a480{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.wnybi4wx{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--nav-text);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    }
.wnybi4wx::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.i3a0e8_e139{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.i3a0e8_e139::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
    color: var(--nav-text);
    }
.i3a0e8_e139:hover::after{
    width: 100%;
    }
.ece725__7da{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.ped0395{
    background: var(--secondary-color);
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
    display: inline-block;
    }
.ped0395:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: #fff; color: #1a1a2e;}
.q81727bf2f{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    position: relative;
    }
.krummo8a6m{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    left: 0;
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
    }
.q81727bf2f{
    display: block;
    }}
.a3m8q6n5{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.wdbhfhu4fkdm{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.l9329f66459{
    flex: 2;
    min-width: 280px;
    }
.f151a2ba696{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.he17__c401{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
    }
.a9c10_4e5{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.px39fr52elp{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
    }
.icfb69_lrqt{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.icfb69_lrqt:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
    }
.w72e84552a{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
.li8phqzmdbd{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    }
.da40f2__ed9{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.da40f2__ed9:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
    }
.o06054_08c{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.oi806j6f62t{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y07386_95{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    }
.h3b94__76c{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
.h4f84fce{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.h4f84fce:hover{
    color: #FFFFFF;
    }
@media (max-width: 768px){.a3m8q6n5{
    padding: 60px 20px 30px 20px;
    }
.wdbhfhu4fkdm{
    flex-direction: column;
    gap: 40px;
    }
.l9329f66459, .a9c10_4e5, .w72e84552a{
    width: 100%;
    min-width: 0;
    }
.oi806j6f62t{
    flex-direction: column;
    align-items: flex-start;
    }
.h3b94__76c{
    gap: 16px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.e9d0cc3e9f9 img.g40a89dba48 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.e9d0cc3e9f9 img.g40a89dba48.y9e69a231 { aspect-ratio: 16 / 9; }
div.e9d0cc3e9f9 img.g40a89dba48.ha2544de4de { aspect-ratio: 16 / 10; }
div.e9d0cc3e9f9 img.g40a89dba48.n64f__bdc7 { aspect-ratio: 4 / 3; }
div.e9d0cc3e9f9 img.g40a89dba48.ne2c__815a { aspect-ratio: 1 / 1; }
div.e9d0cc3e9f9 :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.e9d0cc3e9f9 .s6f65cde3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.e9d0cc3e9f9 .s6f65cde3.y9e69a231 { aspect-ratio: 16 / 9; }
div.e9d0cc3e9f9 .s6f65cde3.ha2544de4de { aspect-ratio: 16 / 10; }
div.e9d0cc3e9f9 .s6f65cde3.n64f__bdc7 { aspect-ratio: 4 / 3; }
div.e9d0cc3e9f9 .s6f65cde3.ne2c__815a { aspect-ratio: 1 / 1; }
div.e9d0cc3e9f9 .s6f65cde3 > img.g40a89dba48,
    div.e9d0cc3e9f9 .s6f65cde3 > picture > img.g40a89dba48 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.c1f0__8740 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c1f0__8740 > :first-child,
    .c1f0__8740 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }
.ga8bb5_76{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center; color: #ffffff;}
.vac121_a480{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.wnybi4wx{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--nav-text);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    }
.wnybi4wx::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.i3a0e8_e139{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.i3a0e8_e139::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
    color: var(--nav-text);
    }
.i3a0e8_e139:hover::after{
    width: 100%;
    }
.ece725__7da{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.ped0395{
    background: var(--secondary-color);
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
    display: inline-block;
    }
.ped0395:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: #fff; color: #1a1a2e;}
.q81727bf2f{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    position: relative;
    }
.krummo8a6m{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    left: 0;
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
    }
.q81727bf2f{
    display: block;
    }}
.a3m8q6n5{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.wdbhfhu4fkdm{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.l9329f66459{
    flex: 2;
    min-width: 280px;
    }
.f151a2ba696{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.he17__c401{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
    }
.a9c10_4e5{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.px39fr52elp{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
    }
.icfb69_lrqt{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.icfb69_lrqt:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
    }
.w72e84552a{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
.li8phqzmdbd{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    }
.da40f2__ed9{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.da40f2__ed9:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
    }
.o06054_08c{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.oi806j6f62t{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y07386_95{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    }
.h3b94__76c{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
.h4f84fce{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.h4f84fce:hover{
    color: #FFFFFF;
    }
@media (max-width: 768px){.a3m8q6n5{
    padding: 60px 20px 30px 20px;
    }
.wdbhfhu4fkdm{
    flex-direction: column;
    gap: 40px;
    }
.l9329f66459, .a9c10_4e5, .w72e84552a{
    width: 100%;
    min-width: 0;
    }
.oi806j6f62t{
    flex-direction: column;
    align-items: flex-start;
    }
.h3b94__76c{
    gap: 16px;
    }}
body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.ga8bb5_76{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; color: #ffffff;}
.vac121_a480{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wnybi4wx{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--nav-text);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wnybi4wx::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.i3a0e8_e139{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
}
.i3a0e8_e139::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
  color: var(--nav-text);
}
.i3a0e8_e139:hover::after{
  width: 100%;
}
.ece725__7da{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ped0395{
  background: var(--secondary-color);
  color: #000000;
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
  display: inline-block;
}
.ped0395:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: #fff; color: #1a1a2e;}
.q81727bf2f{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  position: relative;
}
.krummo8a6m{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--nav-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--nav-text);
  left: 0;
  transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
  }
.q81727bf2f{
    display: block;
  }}
.h7630b49efc{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.r9fd93295e7{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}
.ta55e046801{
    flex: 2;
    min-width: 280px;
}
.d12425_cb96{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.y3dc9cd65{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
}
.u5cc732a1a3{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.g09aa0a14{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
}
.p7a8d28fe93{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
}
.p7a8d28fe93:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
}
.m096df_bca7{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.k002__a46a{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.c31f64_ce9a{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
}
.c31f64_ce9a:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
}
.x09fbd1f2{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.iff6895a6{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.a31a__d225{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.fbc612_d7a4{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.p9a0__8d09{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
}
.p9a0__8d09:hover{
    color: #FFFFFF;
}
@media (max-width: 768px){.h7630b49efc{
        padding: 60px 20px 30px 20px;
    }
.r9fd93295e7{
        flex-direction: column;
        gap: 40px;
    }
.ta55e046801, .u5cc732a1a3, .m096df_bca7{
        width: 100%;
        min-width: 0;
    }
.iff6895a6{
        flex-direction: column;
        align-items: flex-start;
    }
.fbc612_d7a4{
        gap: 16px;
    }}
.bb0b61_55a4{box-sizing:border-box;}
.w8ca__ece4{box-sizing:border-box;}
.dce2a792e{box-sizing:border-box;}
.dabfc2_7883{display:block;max-width:100%;height:auto;}
.ld1349_c445{box-sizing:border-box;}
@media (max-width: 768px) {div.e9d0cc3e9f9.s1dc2e62e95 .qf887160.ic9106__830e { flex-direction: column !important; }
.oi806j6f62t { 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; }}