:root {

  --primary-color: hsl(170, 74%, 57%);
  --secondary-color: hsl(292, 59%, 57%);
  --bg-color: hsl(170, 7%, 96%);
  --text-color: hsl(170, 10%, 10%);
  --text-muted: hsl(170, 10%, 45%);
  --border-color: hsla(170, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 245, 0.85);
  --btn-text: #ffffff;
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 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%);
}
div.b08e__df5d.h7ba79d3_7p{
    
    --tips-bg: #111416;
    --tips-surface: #1a1e22;
    --tips-border: #2c3338;
    --tips-text-primary: #f1f3f4;
    --tips-text-secondary: #9aa0a6;
    --tips-accent: hsl(170, 74%, 57%); 
    --tips-accent-hover: hsl(170, 74%, 45%);
    
    --tips-max-width: 900px;
    --tips-read-width: 760px;
    --tips-radius: 16px;
    background-color: var(--tips-bg, #111416);
    color: var(--tips-text-primary, #f1f3f4);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: 4rem;
    padding-bottom: 2rem;
    }
div.b08e__df5d.h7ba79d3_7p .j81525__756{
    max-width: inherit;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
div.b08e__df5d.h7ba79d3_7p .l6ae__d22b{
    max-width: inherit;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    }
div.b08e__df5d.h7ba79d3_7p .t1d332_4140{
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    }
div.b08e__df5d.h7ba79d3_7p .ua471b_03d4{
    font-size: 1.125rem;
    color: var(--text-color);
    margin-bottom: 0;
    max-width: 680px;
    }
div.b08e__df5d.h7ba79d3_7p .qb96b_ee51{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    }
div.b08e__df5d.h7ba79d3_7p .jwog8fqu9{
    max-width: inherit;
    width: 100%;
    background: var(--primary-color);
    border: 1px solid var(--tips-border);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
div.b08e__df5d.h7ba79d3_7p .reb0ed__b69e{
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
    }
div.b08e__df5d.h7ba79d3_7p .h64a1_4f{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    }
div.b08e__df5d.h7ba79d3_7p .h94c0_b2be{
    text-align: left; 
    color: var(--text-color);
    font-size: 1rem;
    width: 100%;
    }
div.b08e__df5d.h7ba79d3_7p .h94c0_b2be p{
    margin-bottom: 1.25rem;
    }
div.b08e__df5d.h7ba79d3_7p .h94c0_b2be p:last-child{
    margin-bottom: 0;
    }
div.b08e__df5d.h7ba79d3_7p .u42f85_f38d{
    color: var(--text-color);
    font-weight: 500;
    }
div.b08e__df5d.h7ba79d3_7p .o3b1s29hw{
    background: rgba(255, 255, 255, 0.08);
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    color: var(--text-color);
    font-size: 0.9em;
    }
div.b08e__df5d.h7ba79d3_7p .j174e__898a5{
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.b08e__df5d.h7ba79d3_7p .j174e__898a5:hover{
    border-bottom-color: inherit;
    }
div.b08e__df5d.h7ba79d3_7p .yf2af2__8db{
    width: 100%;
    margin-top: 2rem;
    border-radius: calc(var(--tips-radius) - 8px);
    overflow: hidden;
    border: 1px solid var(--tips-border);
    background: #000; color: #ffffff;}
div.b08e__df5d.h7ba79d3_7p .yf2af2__8db img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    }
div.b08e__df5d.h7ba79d3_7p .za87fa__35a12{
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--tips-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.b08e__df5d.h7ba79d3_7p .nbe9d8a{
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    }
div.b08e__df5d.h7ba79d3_7p .mec2e_815{
    color: var(--text-color);
    margin-bottom: 2rem;
    max-width: 600px;
    }
div.b08e__df5d.h7ba79d3_7p .f0d8b5718{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #000; 
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0.875rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(62, 219, 187, 0.25);
    }
div.b08e__df5d.h7ba79d3_7p .f0d8b5718:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 219, 187, 0.4);
    background-color: var(--primary-color); color: #1a1a2e;}
div.b08e__df5d.h7ba79d3_7p .ad89__6e85{
    margin-top: 5rem;
    text-align: center;
    color: #5f6368;
    font-size: 0.875rem;
    width: 100%;
    }
@media (max-width: 768px) {div.b08e__df5d.h7ba79d3_7p .jwog8fqu9{
    padding: 1.5rem;
    }
div.b08e__df5d.h7ba79d3_7p .t1d332_4140{
    font-size: 2rem;
    }}
.r2bf3b_e95d{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans); color: #1a1a2e;}
.kph6seogno{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.y07d32d_a4a8{
    margin-bottom: 32px;
    width: 100%;
    }
.u7d3e06_ed10{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.rcb5939{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0 auto;
    }
.v8wet3zs{
    margin-bottom: 64px;
    width: 100%;
    }
.v6b1950d_ebic{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.v6b1950d_ebic:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ei4stsdb5l90{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.v9cce3b5{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.wc19c2fe_w8jr{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    }
.aee684fa9{
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }
.a71d80c031{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.a71d80c031:hover{
    color: var(--primary-color);
    }
.j1kddgbc59{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.uadbca4_a2m7{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.wzj0kilqdgyt{
    font-size: 13px;
    color: hsla(170, 10%, 45%, 0.6);
    }
@media (max-width: 768px){.r2bf3b_e95d{
    padding: 60px 20px 32px 20px;
    }
.v9cce3b5{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wc19c2fe_w8jr{
    align-items: center;
    width: 100%;
    }
.j1kddgbc59{
    flex-direction: column;
    gap: 12px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n02a__98e17{
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.hyz93m2l1{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i675e62_ac9{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.zyk6hs09g68{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.zyk6hs09g68:hover{
    color: #ffffff;
    background: hsla(170, 10%, 10%, 0.04);
    }
.ad0183d_vu3{
    display: flex;
    align-items: center;
    }
.wf5c7__f174{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 22px;
    font-size: 0.925rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.wf5c7__f174:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
    color: #1a1a2e;
    }
.wf5c7__f174:active{
    transform: translateY(0);
    }
.m88f2445c2{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.x8ec83ef{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
    }
.m88f2445c2{
    display: flex;
    order: 2;
    }
.hyz93m2l1{
    order: 1;
    }
.ad0183d_vu3{
    display: none; 
    }}
div.b08e__df5d{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 24px;
    }
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active {color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.b08e__df5d img.z56c__757c {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.b08e__df5d img.z56c__757c.a2d77fffc6a { aspect-ratio: 16 / 9; }
div.b08e__df5d img.z56c__757c.q50dcf3282f { aspect-ratio: 16 / 10; }
div.b08e__df5d img.z56c__757c.q22fa29ef1e { aspect-ratio: 4 / 3; }
div.b08e__df5d img.z56c__757c.v174__a088 { aspect-ratio: 1 / 1; }
div.b08e__df5d :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.b08e__df5d .s9d579fca86 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.b08e__df5d .s9d579fca86.a2d77fffc6a { aspect-ratio: 16 / 9; }
div.b08e__df5d .s9d579fca86.q50dcf3282f { aspect-ratio: 16 / 10; }
div.b08e__df5d .s9d579fca86.q22fa29ef1e { aspect-ratio: 4 / 3; }
div.b08e__df5d .s9d579fca86.v174__a088 { aspect-ratio: 1 / 1; }
div.b08e__df5d .s9d579fca86 > img.z56c__757c,
    div.b08e__df5d .s9d579fca86 > picture > img.z56c__757c {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.fcf8__4792 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.fcf8__4792 > :first-child,
    .fcf8__4792 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n02a__98e17{
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.hyz93m2l1{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i675e62_ac9{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.zyk6hs09g68{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.zyk6hs09g68:hover{
    color: #ffffff;
    background: hsla(170, 10%, 10%, 0.04);
    }
.ad0183d_vu3{
    display: flex;
    align-items: center;
    }
.wf5c7__f174{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 22px;
    font-size: 0.925rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.wf5c7__f174:hover{
    background: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
    color: #1a1a2e;
    }
.wf5c7__f174:active{
    transform: translateY(0);
    }
.m88f2445c2{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.x8ec83ef{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
    }
.m88f2445c2{
    display: flex;
    order: 2;
    }
.hyz93m2l1{
    order: 1;
    }
.ad0183d_vu3{
    display: none; 
    }}
div.b08e__df5d{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 24px;
    }
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.r2bf3b_e95d{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans); color: #1a1a2e;}
.kph6seogno{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.y07d32d_a4a8{
    margin-bottom: 32px;
    width: 100%;
    }
.u7d3e06_ed10{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.rcb5939{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 480px;
    margin: 0 auto;
    }
.v8wet3zs{
    margin-bottom: 64px;
    width: 100%;
    }
.v6b1950d_ebic{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.v6b1950d_ebic:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.ei4stsdb5l90{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 64px; color: #ffffff;}
.v9cce3b5{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.wc19c2fe_w8jr{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    }
.aee684fa9{
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }
.a71d80c031{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.a71d80c031:hover{
    color: var(--primary-color);
    }
.j1kddgbc59{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.uadbca4_a2m7{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.wzj0kilqdgyt{
    font-size: 13px;
    color: hsla(170, 10%, 45%, 0.6);
    }
@media (max-width: 768px){.r2bf3b_e95d{
    padding: 60px 20px 32px 20px;
    }
.v9cce3b5{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wc19c2fe_w8jr{
    align-items: center;
    width: 100%;
    }
.j1kddgbc59{
    flex-direction: column;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.n02a__98e17{
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: center; 
  width: 100%; color: #1a1a2e;}
.r762f26_4z6a{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyz93m2l1{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.i675e62_ac9{
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.z0d0490_d94{
  display: flex;
  list-style: none;
  gap: 8px;
  margin: 0 20px;
}
.zyk6hs09g68{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.zyk6hs09g68:hover{
  color: #ffffff;
  background: hsla(170, 10%, 10%, 0.04);
}
.ad0183d_vu3{
  display: flex;
  align-items: center;
}
.wf5c7__f174{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 22px;
  font-size: 0.925rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 14px -3px hsla(170, 74%, 57%, 0.4);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.wf5c7__f174:hover{
  background: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -5px hsla(292, 59%, 57%, 0.4);
  color: #1a1a2e;
}
.wf5c7__f174:active{
  transform: translateY(0);
}
.m88f2445c2{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.x8ec83ef{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z0d0490_d94{
    display: none; 
  }
.m88f2445c2{
    display: flex;
    order: 2;
  }
.hyz93m2l1{
    order: 1;
  }
.ad0183d_vu3{
    display: none; 
  }}
div.b08e__df5d{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 24px;
}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.me0d8f43_37{list-style:none;}
.zyk6hs09g68.active{color: #ffffff; background: hsla(170, 10%, 10%, 0.04);}
.cbbc53b8e{
  background-color: var(--bg-color);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color);
  font-family: var(--font-sans); color: #1a1a2e;}
.mcc1b1fbee1{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pf831657d{
  margin-bottom: 32px;
  width: 100%;
}
.g340487e9f0{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.a46c0436de3{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
}
.vea3__e317{
  margin-bottom: 64px;
  width: 100%;
}
.a57c__15b2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.a57c__15b2:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.05);
}
.f764e4650a7{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 64px; color: #ffffff;}
.ab50__e198{
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100%;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.i7de95_281b{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}
.zd41__8ae1{
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.maef9d968{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition);
}
.maef9d968:hover{
  color: var(--primary-color);
}
.g711b0_1e23{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}
.a67a4d290{
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.t789899ae1c{
  font-size: 13px;
  color: hsla(170, 10%, 45%, 0.6);
}
@media (max-width: 768px){.cbbc53b8e{
    padding: 60px 20px 32px 20px;
  }
.ab50__e198{
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
.i7de95_281b{
    align-items: center;
    width: 100%;
  }
.g711b0_1e23{
    flex-direction: column;
    gap: 12px;
  }}
.s2fa__c150{box-sizing:border-box;}
.b4574a3fd{box-sizing:border-box;}
.pb226fa1f{box-sizing:border-box;}
.l405b90bb59{box-sizing:border-box;}
.v1a6f770fbb{display:block;max-width:100%;height:auto;}
.g193__6441{box-sizing:border-box;}