*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bqv: #1a1a2e;
    --esc: #f8fafc;
    --fvg: #ffffff;
    --mku: #4a4a68;
    --zeh: #6c63ff;
    --zsh: #1a1a2e;
    --qdn: #1a1a2e;
    --puk: #94a3b8;
    --lna: #1a1a2e;
    --kbp: 0.7;
    --qvf: #6c63ff;
    --lio: #ff6584;
    --ido: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--ido); color: var(--mku); line-height: 1.7; font-size: 1.05rem; background: var(--fvg); }
img { max-width: 100%; height: auto; }
a { color: var(--zeh); text-decoration: none; }
a:hover { opacity: 0.8; }

/* === HEADER / NAV === */

._mcz {
    position: relative;
    z-index: 100;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._dsc-iz { font-size: 1.4rem; font-weight: 700; }
._dsc-iz a { display: flex; align-items: center; text-decoration: none; }
._dsc-iz img { display: block; }

._xpd-ke {
    display: flex;
    align-items: center;
    gap: 25px;
}
._xpd-ke a { font-size: 0.95rem; font-weight: 500; transition: opacity 0.2s; }
._xpd-ke a:hover { opacity: 0.8; }

._igp { position: relative; }
._xno { position: relative; }

._gkl-cx {
    display: flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,0.12); border: 1px solid currentColor;
    color: inherit; font-size: 0.85rem; font-weight: 600;
    padding: 5px 12px; border-radius: 6px; cursor: pointer;
    transition: all 0.2s; font-family: inherit;
}
._gkl-cx:hover { background: rgba(255,255,255,0.2); }
._yhv-bz { transition: transform 0.2s; }
._xno._sex ._yhv-bz { transform: rotate(180deg); }

._wry-ro {
    display: none; position: absolute; top: calc(100% + 6px); right: 0;
    background: var(--fvg); border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    list-style: none; margin: 0; padding: 6px 0;
    min-width: 70px; z-index: 300; max-height: 240px; overflow-y: auto;
}
._xno._sex ._wry-ro { display: block; }
._wry-ro li a { display: block; padding: 6px 16px; color: var(--mku); font-size: 0.85rem; font-weight: 600; text-align: center; transition: background 0.15s; }
._wry-ro li a:hover { background: var(--esc); opacity: 1; color: var(--mku); }
._wry-ro li a._spb { color: var(--zeh); }

._oah ._gkl-cx { font-size: 1rem; padding: 8px 18px; }
._oah ._wry-ro { position: static; box-shadow: none; background: rgba(255,255,255,0.1); border-radius: 8px; margin-top: 8px; max-height: 200px; }
._oah ._wry-ro li a { color: inherit; font-size: 1rem; }
._oah ._wry-ro li a:hover { background: rgba(255,255,255,0.1); }
._oah ._wry-ro li a._spb { color: var(--zeh); }

._plu {
    display: none; background: none; border: none; cursor: pointer;
    padding: 10px; position: fixed; top: 15px; right: 15px; z-index: 210;
}
._plu span { display: block; width: 26px; height: 3px; border-radius: 2px; transition: all 0.3s ease; }
._plu span + span { margin-top: 5px; }
._plu._sip span:nth-child(1) { transform: rotate(45deg) translate(4px, 7px); }
._plu._sip span:nth-child(2) { opacity: 0; }
._plu._sip span:nth-child(3) { transform: rotate(-45deg) translate(4px, -7px); }

._oah {
    display: none; position: fixed; inset: 0; z-index: 200;
    flex-direction: column; align-items: center; justify-content: center; gap: 30px;
}
._oah._shw { display: flex; }
._txq-er {
    position: absolute; top: 15px; right: 15px; background: none;
    border: none; font-size: 2.5rem; cursor: pointer; padding: 5px 12px;
    line-height: 1; z-index: 211;
}
._txq-er:hover { opacity: 0.7; }
._oah a { font-size: 1.4rem; font-weight: 600; transition: opacity 0.2s; }
._oah a:hover { opacity: 0.7; }
._oah ._igp { font-size: 1rem; }
._oah ._igp a { font-size: 1rem; padding: 5px 10px; }

/* === HERO === */

._xzw {
    position: relative; width: 100%; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; background-color: var(--bqv);
    background-size: cover; background-position: center; overflow: hidden;
}
._xzw::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: var(--uol, var(--lna));
    opacity: var(--llv, var(--kbp));
}

._gwn-gs { position: relative; z-index: 2; max-width: 600px; width: 100%; padding: 40px 20px; }
._vuy-ry { color: var(--esc); font-size: calc(1.6rem + 1.5vw); font-weight: 800; line-height: 1.2; margin-bottom: 10px; display: block; }
._ogu-mk { color: rgba(248,250,252,0.8); font-size: 1.1rem; font-weight: 400; margin-bottom: 35px; line-height: 1.5; }
._slg-ny { color: var(--esc); font-size: 1.3rem; font-weight: 700; margin-bottom: 25px; }

._kat { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; gap: 50px; margin-bottom: 25px; }
a._krx, ._krx { display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; transition: transform 0.3s ease; width: auto; max-width: 120px; }
._krx:hover { transform: scale(1.08); opacity: 1; }

._qku-ws {
    width: 100px; height: 100px; border-radius: 50%; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3); transition: box-shadow 0.3s ease;
}
._krx:nth-child(1) ._qku-ws { background: var(--qvf); }
._krx:nth-child(2) ._qku-ws { background: var(--lio); }
._krx:hover ._qku-ws { box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
._qku-ws img { width: 50px; height: 50px; object-fit: contain; border-radius: 0; }
._ktl-yi { font-size: 42px; line-height: 1; }
._hzd-uj { color: var(--esc); font-size: 0.95rem; font-weight: 600; display: block; text-align: center; }
._qkn-ki { color: rgba(248,250,252,0.7); font-size: 0.95rem; font-weight: 400; line-height: 1.5; }

._fzq { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; animation: _krhz 2s infinite; }
._fzq svg { width: 30px; height: 30px; fill: none; stroke: rgba(248,250,252,0.6); stroke-width: 2; }
@keyframes _krhz {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* === LAYOUT ORDER (SEO text first in source, hero first visually) === */

._tgw-rc { display: flex; flex-direction: column; }
._tgw-rc > ._xzw { order: 1; }
._tgw-rc > ._wbk-pg { order: 2; }
._tgw-rc > ._vhd-qr { order: 3; }

/* === CONTENT ARTICLE === */

._wbk-pg {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 820px;
    margin-inline: auto;
    padding: 70px 24px 50px;
    gap: 0;
}
._wbk-pg > header > h1 {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--zsh);
    margin-bottom: 28px;
    line-height: 1.25;
}
._rjt-mx h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 44px 0 18px;
    color: var(--zsh);
    position: relative;
    padding-left: 22px;
}
._rjt-mx h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 6px;
    border-radius: 3px;
    background: var(--zeh);
}
._rjt-mx h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 36px 0 14px;
    color: var(--zsh);
}
._rjt-mx p {
    margin-bottom: 18px;
    font-size: 1.08rem;
    line-height: 1.85;
}
._rjt-mx ul, ._rjt-mx ol {
    margin: 0 0 18px 28px;
}
._rjt-mx li {
    margin-bottom: 7px;
    line-height: 1.75;
}
._rjt-mx blockquote {
    border-left: 5px solid var(--zeh);
    padding: 14px 22px;
    margin: 28px 0;
    font-style: italic;
    background: #f0efff;
    border-radius: 0 10px 10px 0;
}
._rjt-mx img {
    border-radius: 10px;
    margin: 18px 0;
}

/* === FAQ ACCORDION === */

._vhd-qr {
    max-width: 820px;
    margin-inline: auto;
    padding: 0 24px 55px;
}
._vhd-qr > h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--zsh);
    margin-bottom: 22px;
    position: relative;
    padding-left: 22px;
}
._vhd-qr > h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 6px;
    border-radius: 3px;
    background: var(--zeh);
}
._ekn-jd {
    display: grid;
    gap: 10px;
}
._pmv-bt {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
._pmv-bt:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
._pmv-bt > h3 {
    margin: 0;
    font-size: 1.05rem;
}
._pmv-bt > h3 > button {
    width: 100%;
    background: none;
    border: none;
    padding: 17px 22px;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--zsh);
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    text-align: left;
}
._pmv-bt > h3 > button::after {
    content: "+";
    font-size: 1.35rem;
    font-weight: 300;
    color: var(--zeh);
    transition: transform 0.25s;
}
._pmv-bt._uop > h3 > button::after {
    transform: rotate(45deg);
}
._pmv-bt > ._zfn-lw {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}
._pmv-bt._uop > ._zfn-lw {
    grid-template-rows: 1fr;
}
._zfn-lw > div {
    overflow: hidden;
}
._zfn-lw p {
    padding: 0 22px 17px;
    line-height: 1.7;
    color: var(--mku);
    margin: 0;
}

/* === FOOTER === */

._bwx-rk {
    background: var(--qdn);
    color: var(--puk);
    padding: 36px 24px;
}
._bwx-rk > ._jqt-vn {
    max-width: 820px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
}
._bwx-rk p {
    font-size: 0.9rem;
    margin: 0;
}
._bwx-rk a { color: var(--puk); }
._nfr-dp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
._nfr-dp a {
    font-size: 0.8rem;
    transition: opacity 0.2s;
}
._nfr-dp a:hover { opacity: 0.7; }

/* === RESPONSIVE === */

@media (max-width: 768px) {
    ._mcz { padding: 10px 15px !important; }
    ._xpd-ke { display: none !important; }
    ._plu { display: flex; flex-direction: column; }
    ._vuy-ry { font-size: 1.6rem; }
    ._ogu-mk { font-size: 0.95rem; margin-bottom: 25px; }
    ._slg-ny { font-size: 1.1rem; margin-bottom: 20px; }
    ._kat { gap: 35px; }
    ._qku-ws { width: 85px; height: 85px; }
    ._qku-ws img { width: 40px; height: 40px; }
    ._ktl-yi { font-size: 36px; }
    ._qkn-ki { font-size: 0.85rem; }
    ._mcz ._dsc-iz img { height: 35px !important; width: auto !important; }
    ._wbk-pg { padding: 45px 16px 35px; }
    ._wbk-pg > header > h1 { font-size: 1.7rem; }
    ._rjt-mx h2 { font-size: 1.45rem; }
    ._vhd-qr { padding: 0 16px 40px; }
    ._bwx-rk > ._jqt-vn { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
