:root {

  --faq-bg: hsl(220, 10%, 8%);
  --faq-surface: hsl(220, 10%, 12%);
  --faq-surface-hover: hsl(220, 10%, 16%);
  --faq-text: hsl(0, 0%, 92%);
  --faq-text-muted: hsl(220, 10%, 65%);
  --faq-border: hsl(220, 10%, 20%);
  --faq-accent: var(--primary-color, hsl(204, 70%, 67%));
  --faq-accent-alt: var(--secondary-color, hsl(324, 56%, 67%));
  --faq-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --faq-font-serif: "Noto Serif SC", "Songti SC", Georgia, serif;
  --faq-max-width: 1200px;
  --faq-reading-width: 680px;
  --faq-radius: 12px;
  --primary-color: hsl(15, 50%, 45%);
  --secondary-color: hsl(204, 70%, 67%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(20, 15%, 15%);
  --text-muted: hsl(20, 10%, 45%);
  --border-color: hsla(20, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --nav-height: 72px;
  --max-width: 1200px;
  --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);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --cta-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.j9fc4a_e083.y940f8a74{
    background-color: var(--faq-bg);
    color: var(--faq-text);
    font-family: var(--faq-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: calc(var(--nav-height, 64px) + 2rem);
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    }
div.j9fc4a_e083.y940f8a74 .ipqvobp3{
    width: 100%;
    max-width: var(--faq-max-width);
    margin: 0 auto;
    padding: 0 5vw;
    box-sizing: border-box;
    }
div.j9fc4a_e083.y940f8a74 a.me484workmq{
    color: var(--faq-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
    font-weight: 500;
    }
div.j9fc4a_e083.y940f8a74 a.me484workmq:hover{
    border-bottom-color: var(--faq-accent);
    color: var(--faq-text);
    }
div.j9fc4a_e083.y940f8a74 .d47e90z3{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 2rem;
    }
div.j9fc4a_e083.y940f8a74 .czyszykofg2t{
    max-width: var(--faq-reading-width);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 1.5rem;
    }
div.j9fc4a_e083.y940f8a74 .x0b31d63d{
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--faq-border);
    border-radius: 20px;
    font-size: 0.85rem;
    color: #1a1a2e;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    }
div.j9fc4a_e083.y940f8a74 .ib36f518{
    font-family: var(--faq-font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    color: var(--faq-text);
    letter-spacing: -0.02em;
    }
div.j9fc4a_e083.y940f8a74 .p897b4_xg{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: var(--faq-text-muted);
    margin: 0;
    line-height: 1.7;
    }
div.j9fc4a_e083.y940f8a74 .iu5x8gle3{width: 100%;
    border-radius: var(--faq-radius);
    overflow: hidden;
    border: 1px solid var(--faq-border);
    margin-top: 1rem;
    aspect-ratio: 21 / 9;
    position: relative;
    background: var(--faq-surface); isolation: isolate; color: #ffffff;}
div.j9fc4a_e083.y940f8a74 .iu5x8gle3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    }
div.j9fc4a_e083.y940f8a74 .iu5x8gle3:hover img{
    opacity: 1;
    }
div.j9fc4a_e083.y940f8a74 .if4efb__88fe{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    }
@media (min-width: 992px) {div.j9fc4a_e083.y940f8a74 .if4efb__88fe{
    grid-template-columns: 300px 1fr;
    align-items: start;
    }}
div.j9fc4a_e083.y940f8a74 .w7655276{
    position: sticky;
    top: calc(var(--nav-height, 64px) + 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }
div.j9fc4a_e083.y940f8a74 .krot7m1j{
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--faq-text-muted);
    margin-bottom: 0.5rem;
    font-weight: 600;
    }
div.j9fc4a_e083.y940f8a74 .a9e817_7738{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    }
div.j9fc4a_e083.y940f8a74 .m11367eaf{
    color: var(--faq-text-muted);
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
    font-size: 1.05rem;
    border-left: 2px solid transparent;
    padding-left: 1rem;
    margin-left: -1rem;
    }
div.j9fc4a_e083.y940f8a74 .m11367eaf:hover, div.j9fc4a_e083.y940f8a74 .m11367eaf.active{
    color: var(--faq-text);
    border-left-color: var(--faq-accent);
    }
div.j9fc4a_e083.y940f8a74 .u3d021_50e{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
    }
div.j9fc4a_e083.y940f8a74 .t3901c9c987{
    font-family: var(--faq-font-serif);
    font-size: 2rem;
    color: var(--faq-text);
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--faq-border);
    }
div.j9fc4a_e083.y940f8a74 .r1baf_4280{
    background: var(--faq-surface);
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius);
    overflow: hidden;
    transition: background-color 0.2s ease, border-color 0.2s ease; color: #ffffff;}
div.j9fc4a_e083.y940f8a74 .r1baf_4280:hover{
    background: var(--faq-surface-hover);
    border-color: rgba(255, 255, 255, 0.2); color: #ffffff;}
div.j9fc4a_e083.y940f8a74 .r1baf_4280 summary{
    padding: 1.5rem;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;
    list-style: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--faq-text);
    }
div.j9fc4a_e083.y940f8a74 .r1baf_4280 summary::-webkit-details-marker{
    display: none;
    }
div.j9fc4a_e083.y940f8a74 .r1baf_4280 summary::after{
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--faq-accent);
    transition: transform 0.3s ease;
    line-height: 1;
    }
div.j9fc4a_e083.y940f8a74 .r1baf_4280[open] summary::after{
    transform: rotate(45deg);
    color: var(--faq-text-muted);
    }
div.j9fc4a_e083.y940f8a74 .ef13e1__099{
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: var(--faq-text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: var(--faq-reading-width);
    }
div.j9fc4a_e083.y940f8a74 .g963__791{background: linear-gradient(135deg, var(--faq-surface) 0%, var(--faq-bg) 100%);
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius);
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 1.5rem;
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
div.j9fc4a_e083.y940f8a74 .g963__791::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at top right, var(--faq-accent-alt) 0%, transparent 60%);
    opacity: 0.1;
    pointer-events: none; color: #1a1a2e;}
div.j9fc4a_e083.y940f8a74 .iklkbbrjpjc{
    font-family: var(--faq-font-serif);
    font-size: 2.2rem;
    margin: 0;
    color: var(--faq-text);
    }
div.j9fc4a_e083.y940f8a74 .jcf37288_ad{
    font-size: 1.1rem;
    color: var(--faq-text-muted);
    max-width: 600px;
    margin: 0 0 1rem 0;
    }
div.j9fc4a_e083.y940f8a74 .u372202c55{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: var(--faq-accent);
    color: var(--faq-bg); 
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    }
div.j9fc4a_e083.y940f8a74 .u372202c55:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    }
div.j9fc4a_e083.y940f8a74 .k48b__ed38{
    border-top: 1px solid var(--faq-border);
    padding-top: 3rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--faq-text-muted);
    }
div.j9fc4a_e083.y940f8a74 .b16f42__c117{box-sizing:border-box;}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    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: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.j9fc4a_e083 img.jf0de6_1f6a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.j9fc4a_e083 img.jf0de6_1f6a.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 img.jf0de6_1f6a.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 img.jf0de6_1f6a.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 img.jf0de6_1f6a.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 :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.j9fc4a_e083 .a65cd2c52cd {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.j9fc4a_e083 .a65cd2c52cd.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 .a65cd2c52cd.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 .a65cd2c52cd.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 .a65cd2c52cd.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 .a65cd2c52cd > img.jf0de6_1f6a,
    div.j9fc4a_e083 .a65cd2c52cd > picture > img.jf0de6_1f6a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    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: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.ldd7__0bf4{
  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: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.h676__5a96a{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.x034b5_23{
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 48px; 
  flex-shrink: 0;
}
.o39a525857c{
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
  font-family: "Georgia", serif; 
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.hwnl4i0h5exh{
  display: flex;
  list-style: none;
  gap: 24px;
  margin-right: auto; 
}
.b7dfee_20i2{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.b7dfee_20i2:hover{
  color: var(--text-color);
}
.b7dfee_20i2::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
  width: 100%;
}
.y95a2f9{
  display: flex;
  align-items: center;
  gap: 16px;
}
.o21midjbm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.o21midjbm:hover{
  background: hsl(15, 50%, 38%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.r520314_o4q{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
  }
.k5dc__d35 {
    display: flex;
  }
.h676__5a96a {
    justify-content: space-between; 
  }
.x034b5_23 {
    margin-right: 0;
  }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
  }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
  }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.o546__877c{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.ide5__d2d7{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}
.m786cbf31ba{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
}
.he56cb_e0ab{
    flex: 1 1 480px;
    max-width: 680px; 
}
.s22c__fa71{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}
.tc87c2e4b{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
}
.e7bb__2b4d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.e7bb__2b4d:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
}
.xa17aa_4597{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
}
.x4ceab6d5a0{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
}
.j922__c0f3{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
}
.s72ce28dc{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
}
.s72ce28dc:hover{
    color: var(--primary-color);
}
.x72a40d3d15{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.r24e__c01b{
    display: flex;
    align-items: center;
    gap: 16px;
}
.l5118a48bea{
    font-size: 14px;
    color: var(--text-muted);
}
.j65427_d61a{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.h254b4_57f2{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
}
.h7092b_2f3e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
@media (max-width: 768px){.o546__877c {
        padding: 60px 20px 40px 20px;
    }
.m786cbf31ba {
        gap: 48px;
    }
.xa17aa_4597 {
        gap: 40px;
        flex: 1 1 100%;
    }
.x72a40d3d15 {
        flex-direction: column;
        align-items: flex-start;
    }}
.l1dd65d82{box-sizing:border-box;}
.p02f5866274{box-sizing:border-box;}
.ac9b__4b72{box-sizing:border-box;}
.y51379766cc{box-sizing:border-box;}
.k439193c5{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.j9fc4a_e083.y940f8a74 .r1baf_4280 summary { 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; }
.nab4__6751 { 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; }}