/* === CSS Variables === */
:root {
    --bg-dark: hsl(27, 2%, 7%);
    --bg-card: hsl(27, 2%, 13%);
    --bg-card-hover: hsl(27, 2%, 19%);
    --text-primary: #ffffff;
    --text-secondary: #b4b9d1;
    --accent-primary: hsl(22, 93%, 55%);
    --accent-secondary: hsl(31, 83%, 48%);
    --accent-gold: #ffd700;
    --border-color: rgba(255, 255, 255, 0.08);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 48px rgba(0, 0, 0, 0.5);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --transition: all 0.3s ease;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-gold); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* === Layout === */
.wra-nyuf4p { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* === Top Bar === */
.top-m3t2j3 {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid var(--border-color);
    padding: 8px 0;
    font-size: 13px;
    color: var(--text-secondary);
}
.top-m3t2j3 .wra-nyuf4p { display: flex; justify-content: space-between; align-items: center; }
.top-0yfne4 { display: flex; gap: 16px; }
.top-0yfne4 a { color: var(--text-secondary); font-size: 13px; }
.top-0yfne4 a:hover { color: var(--accent-primary); }

/* === Header === */
.hdr-j0jjko {
    position: sticky; top: 0; z-index: 100;
    background: rgba(10, 14, 39, 0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    transition: background 0.3s, box-shadow 0.3s;
}
.hdr-j0jjko.hdr-rjudub {
    background: rgba(10, 14, 39, 0.97);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.hdr-j0jjko .wra-nyuf4p {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 14px; padding-bottom: 14px;
}
.log-d0kfaj { display: flex; align-items: center; gap: 10px; }
.bra-8cu1v1 { height: 38px; width: auto; max-width: 180px; object-fit: contain; }
.bra-1b45g2 { font-size: 24px; color: var(--accent-primary); }
.bra-srnqo1 { font-size: 20px; font-weight: 700; color: var(--text-primary); }

.nav-lqtq49 { display: flex; align-items: center; gap: 28px; }
.nav-lqtq49 a { color: var(--text-secondary); font-size: 15px; font-weight: 500; }
.nav-lqtq49 a:hover { color: var(--text-primary); }
.nav-n4ddgu {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: #fff !important; padding: 8px 22px; border-radius: var(--radius-sm);
    font-weight: 600; font-size: 14px;
}
.nav-n4ddgu:hover { opacity: 0.9; transform: translateY(-1px); }

/* === Language Switcher === */
.lan-174a0p { display: flex; gap: 6px; align-items: center; }
.lan-50lzrz {
    padding: 5px 10px; border-radius: var(--radius-sm); font-size: 13px;
    font-weight: 600; color: var(--text-secondary); background: transparent;
    border: 1px solid var(--border-color); transition: var(--transition);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.lan-50lzrz:hover { color: var(--accent-primary); border-color: var(--accent-primary); }
.lan-gletiv { color: var(--bg-dark) !important; background: var(--accent-primary) !important; border-color: var(--accent-primary) !important; }

.mob-mg0h4x {
    display: none; background: none; border: none; cursor: pointer;
    width: 40px; height: 40px; position: relative;
    flex-direction: column; align-items: center; justify-content: center;
}
.mob-mg0h4x span {
    display: block; width: 24px; height: 2px; background: var(--text-primary);
    border-radius: 2px; position: absolute; left: 8px;
    transition: transform 0.3s, opacity 0.3s;
}
.mob-mg0h4x span:nth-child(1) { top: 12px; }
.mob-mg0h4x span:nth-child(2) { top: 19px; }
.mob-mg0h4x span:nth-child(3) { top: 26px; }
.tog-0w7cvk span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.tog-0w7cvk span:nth-child(2) { opacity: 0; }
.tog-0w7cvk span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

/* === Hero: Split Layout === */
.her-okjjim {
    padding: 80px 0 60px;
    background: var(--bg-dark);
    overflow: hidden;
    position: relative;
}
.her-okjjim::before {
    content: '';
    position: absolute; top: -50%; right: -20%; width: 60%; height: 200%;
    background: radial-gradient(ellipse, color-mix(in srgb, var(--accent-secondary) 12%, transparent) 0%, transparent 70%);
    pointer-events: none;
}
.her-98f3sc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.her-qty66b { font-size: 14px; color: var(--text-secondary); margin-bottom: 20px; }
.her-qty66b a { color: var(--accent-primary); }
.cru-q1vd1e { margin: 0 8px; opacity: 0.5; }

.her-96jd7p {
    font-size: 48px; font-weight: 800; line-height: 1.15;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-primary) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.her-2omw5c {
    font-size: 18px; color: var(--text-secondary); line-height: 1.7;
    margin-bottom: 32px; max-width: 520px;
}
.her-sdmzo0 { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; justify-content: center; }
.cta-ikm6wr {
    display: inline-flex; align-items: center; padding: 14px 36px;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: #fff; border-radius: var(--radius-md); font-weight: 700; font-size: 16px;
    box-shadow: 0 0 30px color-mix(in srgb, var(--accent-primary) 25%, transparent);
    transition: var(--transition);
}
.cta-ikm6wr:hover { transform: translateY(-2px); box-shadow: 0 0 40px color-mix(in srgb, var(--accent-primary) 40%, transparent); color: #fff; }
.cta-zabg7j {
    display: inline-flex; align-items: center; padding: 14px 36px;
    border: 2px solid var(--accent-primary); color: var(--accent-primary);
    border-radius: var(--radius-md); font-weight: 700; font-size: 16px;
    transition: var(--transition);
}
.cta-zabg7j:hover { background: var(--accent-primary); color: var(--bg-dark); }

.tru-0lckou { display: flex; gap: 32px; justify-content: center; }
.tru-qozljn { text-align: center; }
.tru-4sf18y { display: block; font-size: 28px; font-weight: 800; color: var(--accent-gold); }
.tru-44h51g { font-size: 13px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }

.her-ipur8z {
    position: relative; display: flex; align-items: center; justify-content: center;
}
.her-n9jofd {
    width: 100%; max-width: 540px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    position: relative; z-index: 1;
}
.her-xlmjld {
    position: absolute; width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent-primary) 20%, transparent) 0%, transparent 70%);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    z-index: 0; filter: blur(40px);
}

/* === Table of Contents === */
.toc-4bixbk { padding: 0 0 20px; }
.toc-l083ir {
    max-width: 820px; margin: 0 auto;
    background: var(--bg-card); border: 1px solid var(--border-color);
    border-radius: var(--radius-md); overflow: hidden;
}
.toc-g3tach {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 16px 24px; background: none; border: none; cursor: pointer;
    color: var(--text-primary); font-size: 16px; font-weight: 700;
}
.toc-g3tach:hover { color: var(--accent-primary); }
.toc-b42jc2 {
    font-size: 12px; transition: transform 0.3s; color: var(--accent-primary);
}
.toc-720n92 .toc-b42jc2 { transform: rotate(180deg); }
.toc-18e2qs {
    max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
    padding: 0 24px;
    list-style: none;
    display: flex; flex-direction: column;
}
.toc-720n92 .toc-18e2qs {
    max-height: 600px; padding: 0 24px 20px;
}
.toc-18e2qs li { display: block; }
.toc-t4rjmp {
    display: block; padding: 7px 0 7px 18px; color: var(--text-secondary);
    font-size: 15px; border-bottom: 1px solid var(--border-color);
    transition: var(--transition); position: relative;
}
.toc-t4rjmp::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent-primary); opacity: 0.6;
}
.toc-t4rjmp:last-child { border-bottom: none; }
.toc-t4rjmp:hover { color: var(--accent-primary); }
.toc-t4rjmp:hover::before { opacity: 1; }
.toc-6vh2vs { padding-left: 34px; font-size: 14px; }
.toc-6vh2vs::before { width: 4px; height: 4px; left: 14px; opacity: 0.4; }

/* === Features Strip === */
.fea-48a7se {
    padding: 60px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: rgba(26, 31, 58, 0.3);
}
.fea-8gn4ig {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.fea-v8y84e {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 24px; background: var(--bg-card); border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    opacity: 0; transform: translateY(20px);
}
.fea-v8y84e.sho-49tc3d { opacity: 1; transform: translateY(0); }
.fea-v8y84e:hover { border-color: var(--accent-primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.fea-0od2zh {
    flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
    font-size: 24px; background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    border-radius: 12px; color: #fff;
}
.fea-29lcay { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.fea-5zxf11 { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }

/* === Article Content === */
.art-f0xubr {
    padding: 80px 0;
}
.art-qehngk {
    max-width: 820px; margin: 0 auto;
    font-size: 17px; line-height: 1.8; color: var(--text-secondary);
}
.art-qehngk h2 {
    font-size: 30px; font-weight: 800; color: var(--text-primary);
    margin: 48px 0 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-primary);
}
.art-qehngk h3 {
    font-size: 22px; font-weight: 700; color: var(--text-primary);
    margin: 36px 0 14px;
}
.art-qehngk p { margin-bottom: 18px; }
.art-qehngk ul, .art-qehngk ol {
    margin: 16px 0 20px 24px; list-style: disc;
}
.art-qehngk ol { list-style: decimal; }
.art-qehngk li { margin-bottom: 8px; }
.art-qehngk a { color: var(--accent-primary); text-decoration: underline; }
.art-qehngk blockquote {
    border-left: 4px solid var(--accent-secondary);
    padding: 16px 24px; margin: 24px 0;
    background: var(--bg-card); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-style: italic;
}
.con-93o9dr {
    display: block; max-width: 100%; height: auto;
    margin: 32px auto; border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

/* === Promo Section === */
.pro-y15gr5 { padding: 0 0 80px; }
.pro-nic63w {
    display: flex; align-items: center; justify-content: space-between;
    padding: 48px 56px;
    background: linear-gradient(135deg, var(--bg-card) 0%, color-mix(in srgb, var(--accent-secondary) 15%, transparent) 100%);
    border: 1px solid var(--border-color); border-radius: var(--radius-lg);
    opacity: 0; transform: translateY(20px); transition: var(--transition);
}
.pro-nic63w.sho-49tc3d { opacity: 1; transform: translateY(0); }
.pro-v1bwcv { font-size: 28px; font-weight: 800; margin-bottom: 8px; }
.pro-wva6cj { font-size: 16px; color: var(--text-secondary); }
.pro-cslx8u {
    flex-shrink: 0; padding: 16px 40px;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    color: #fff; border-radius: var(--radius-md); font-weight: 700; font-size: 16px;
    box-shadow: 0 0 24px color-mix(in srgb, var(--accent-primary) 20%, transparent);
    transition: var(--transition);
}
.pro-cslx8u:hover { transform: translateY(-2px); box-shadow: 0 0 36px color-mix(in srgb, var(--accent-primary) 35%, transparent); color: #fff; }

/* === FAQ === */
.faq-t48bpn { padding: 80px 0; }
.blo-argpp3 {
    text-align: center; font-size: 36px; font-weight: 800;
    margin-bottom: 48px;
}
.faq-blepwk { max-width: 780px; margin: 0 auto; }
.faq-ghtfjc {
    border: 1px solid var(--border-color); border-radius: var(--radius-md);
    margin-bottom: 12px; overflow: hidden;
    background: var(--bg-card);
    opacity: 0; transform: translateY(10px); transition: var(--transition);
}
.faq-ghtfjc.sho-49tc3d { opacity: 1; transform: translateY(0); }
.faq-mjohqx {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; background: none; border: none; cursor: pointer;
    color: var(--text-primary); font-size: 16px; font-weight: 600;
    text-align: left;
}
.faq-mjohqx:hover { color: var(--accent-primary); }
.faq-1fmc89 {
    font-size: 14px; transition: transform 0.3s; color: var(--accent-primary);
}
.faq-pl5ivx .faq-1fmc89 { transform: rotate(180deg); }
.faq-wz42qj {
    max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}
.faq-pl5ivx .faq-wz42qj {
    max-height: 400px; padding: 0 24px 20px;
}
.faq-wz42qj p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* === Footer === */
.ftr-mp8oew {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid var(--border-color);
    padding: 60px 0 0;
}
.ftr-sp98pr {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
    padding-bottom: 40px;
}
.ftr-uqs96t { margin-bottom: 16px; }
.ftr-za3iv2 { font-size: 14px; color: var(--text-secondary); line-height: 1.7; max-width: 320px; }
.ftr-ut9h7s { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: var(--text-primary); }
.ftr-e6s8vl li { margin-bottom: 10px; }
.ftr-e6s8vl a { color: var(--text-secondary); font-size: 14px; }
.ftr-e6s8vl a:hover { color: var(--accent-primary); }
.ftr-5vi0kx {
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    text-align: center; font-size: 13px; color: var(--text-secondary);
}

/* === Scroll Reveal === */
.sho-49tc3d { opacity: 1 !important; transform: translateY(0) !important; }

/* === Responsive === */
@media (max-width: 1024px) {
    .her-98f3sc { grid-template-columns: 1fr; gap: 40px; }
    .her-96jd7p { font-size: 38px; }
    .her-ipur8z { justify-content: center; }
    .her-n9jofd { max-width: 420px; }
    .fea-8gn4ig { grid-template-columns: repeat(2, 1fr); }
    .ftr-sp98pr { grid-template-columns: 1fr 1fr; }
    .pro-nic63w { flex-direction: column; text-align: center; gap: 24px; padding: 36px; }
}

@media (max-width: 768px) {
    .top-m3t2j3 { display: none; }

    .nav-lqtq49 {
        position: fixed; top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(10, 14, 39, 0.98); backdrop-filter: blur(20px);
        flex-direction: column; justify-content: center; align-items: center;
        gap: 24px; opacity: 0; pointer-events: none; transition: opacity 0.3s;
        z-index: 99;
    }
    .nav-lqtq49.men-l8yqof { opacity: 1; pointer-events: all; }
    .nav-lqtq49 a { font-size: 20px; color: var(--text-primary); }
    .mob-mg0h4x { display: flex; z-index: 101; }

    .her-okjjim { padding: 50px 0 40px; }
    .her-wqgv8e { text-align: center; }
    .her-96jd7p { font-size: 30px; }
    .her-sdmzo0 { flex-direction: column; align-items: center; }
    .cta-ikm6wr, .cta-zabg7j { text-align: center; justify-content: center; width: 100%; max-width: 320px; }
    .tru-0lckou { gap: 20px; justify-content: center; }
    .tru-4sf18y { font-size: 22px; }

    .fea-8gn4ig { grid-template-columns: 1fr; }
    .fea-v8y84e { padding: 20px; }

    .art-qehngk { font-size: 16px; }
    .art-qehngk h2 { font-size: 24px; }

    .blo-argpp3 { font-size: 28px; }

    .ftr-sp98pr { grid-template-columns: 1fr; gap: 32px; }
}
