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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #13083c;
    color: #e8e8e8;
    line-height: 1.6;
    overflow-x: hidden;
}

.qx8k4mp2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hq8w3nm5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.xk9d2j4p {
    background: linear-gradient(135deg, #22125b 0%, #2a1970 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.pl7k4mx2 {
    display: flex;
    align-items: center;
}

.zt6m8wv1 {
    display: block;
    text-decoration: none;
}

.zt6m8wv1 img {
    display: block;
    height: 50px;
    width: auto;
}

.pl7k4mx2 .vp3n9kt7 {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 20px;
}

.mb4r7qs1 {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.dw2l5jx8 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dw2l5jx8 a {
    color: #e8e8e8;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.dw2l5jx8 a:hover {
    color: #ffd571;
}

.yn5k9pt3 {
    width: 20px;
    height: 20px;
    fill: #8476b5;
}

.gf8m4lq2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm3x7tk5 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(132, 118, 181, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.nm3x7tk5 svg {
    fill: #ffd571;
}

.qw9d3vp7 {
    display: flex;
    gap: 12px;
}

.fp5h8qm3 {
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-login {
    background: #8476b5;
    color: #fff;
}

.btn-login:hover {
    background: #9688c6;
    transform: translateY(-2px);
}

.btn-register {
    background: #ffd571;
    color: #22125b;
}

.btn-register:hover {
    background: #ffe08c;
    transform: translateY(-2px);
}

.btn-review {
    background: rgba(132, 118, 181, 0.3);
    color: #e8e8e8;
    border: 2px solid #8476b5;
}

.btn-review:hover {
    background: #8476b5;
}

.btn-bonus {
    background: linear-gradient(135deg, #ffd571 0%, #ffba08 100%);
    color: #22125b;
    font-weight: 700;
}

.btn-bonus:hover {
    transform: translateY(-2px) scale(1.05);
}

.btn-submit {
    background: linear-gradient(135deg, #8476b5 0%, #9688c6 100%);
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.wl4k9pm8 {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.wl4k9pm8 span {
    width: 28px;
    height: 3px;
    background: #ffd571;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mc7k3wx5 {
    flex: 1;
}

.hr9k2px7 {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hb4m8kx3 {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
}

.ho3k9mx6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 18, 91, 0.9) 0%, rgba(19, 8, 60, 0.85) 100%);
}

.hc5m7kx2 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 60px 20px;
}

.cb9k3px8 {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 16px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 600px;
}

.cl4k8mx5 {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.ci2k9px7 {
    flex: 1;
}

.cn7k3mx4 {
    font-size: 32px;
    font-weight: 900;
    color: #22125b;
    margin-bottom: 15px;
}

.cr5k8mx9 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.st6k2px7 {
    display: flex;
    gap: 4px;
}

.st6k2px7 svg {
    width: 24px;
    height: 24px;
}

.star-filled {
    fill: #ffd571;
}

.star-half {
    fill: #ffd571;
    opacity: 0.5;
}

.star-empty {
    fill: #d0d0d0;
}

.rv3m9kx4 {
    font-size: 18px;
    font-weight: 700;
    color: #22125b;
}

.bn8k3mx7 {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffd571 0%, #ffba08 100%);
    padding: 12px 20px;
    border-radius: 8px;
    color: #22125b;
    font-weight: 700;
}

.bn8k3mx7 svg {
    fill: #22125b;
}

.bt4m9kx8 {
    display: flex;
    gap: 20px;
}

.rs7k3mx5 {
    padding: 80px 0;
    background: rgba(42, 25, 112, 0.3);
}

.sc9k2px8 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    color: #ffd571;
}

.rg4k8mx7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.rp3k9mx5 {
    background: rgba(34, 18, 91, 0.5);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid rgba(132, 118, 181, 0.3);
}

.rp-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #e8e8e8;
}

.pb8k3mx2 {
    width: 100%;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pb-fill {
    height: 100%;
    background: linear-gradient(90deg, #e74c3c 0%, #f39c12 30%, #2ecc71 100%);
    transition: width 0.5s ease;
    border-radius: 6px;
}

.rp-value {
    font-size: 16px;
    font-weight: 700;
    color: #ffd571;
}

.lr3k9mx8 {
    padding: 80px 0;
}

.bb5k8mx4 {
    background: linear-gradient(135deg, #8476b5 0%, #6e5fa3 100%);
    padding: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.bb-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.bb-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.rf8k3mx9 {
    background: rgba(34, 18, 91, 0.5);
    padding: 50px;
    border-radius: 16px;
    border: 2px solid rgba(132, 118, 181, 0.3);
}

.fm4k9px7 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.fg3k8mx5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.fi2k7mx4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fi2k7mx4 label {
    font-weight: 600;
    color: #e8e8e8;
    font-size: 15px;
}

.fi2k7mx4 input,
.fi2k7mx4 textarea {
    padding: 12px 16px;
    border: 2px solid rgba(132, 118, 181, 0.4);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #e8e8e8;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
}

.fi2k7mx4 input:focus,
.fi2k7mx4 textarea:focus {
    outline: none;
    border-color: #8476b5;
    background: rgba(255, 255, 255, 0.08);
}

.rt-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.rt-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: rgba(132, 118, 181, 0.1);
    border-radius: 8px;
}

.rt-stars {
    display: flex;
    gap: 5px;
}

.rt-star {
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.2);
    transition: fill 0.2s ease;
}

.rt-star:hover,
.rt-star.active {
    fill: #ffd571;
}

.sm9k3px7 {
    text-align: center;
    padding: 40px;
    background: rgba(46, 204, 113, 0.2);
    border-radius: 12px;
    border: 2px solid #2ecc71;
}

.sm9k3px7 svg {
    fill: #2ecc71;
    margin-bottom: 20px;
}

.sm9k3px7 h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #2ecc71;
}

.rv8k3mx2 {
    padding: 80px 0;
    background: rgba(42, 25, 112, 0.2);
}

.sb4k9mx7 {
    text-align: center;
    font-size: 18px;
    color: rgba(232, 232, 232, 0.8);
    margin-bottom: 50px;
}

.bx8k3mp5 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.rv4m9kx2 {
    background: rgba(34, 18, 91, 0.5);
    padding: 30px;
    border-radius: 16px;
    border: 2px solid rgba(132, 118, 181, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rv4m9kx2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.hd2n7qw9 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(132, 118, 181, 0.2);
}

.au3m8kv1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.av6k2px8 {
    border-radius: 50%;
    border: 3px solid #8476b5;
}

.mt5k9px3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nm7k3wx2 {
    font-size: 18px;
    color: #ffd571;
}

.ct9m4lx6 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(232, 232, 232, 0.7);
}

.dt4k8mx5 {
    font-size: 14px;
    color: rgba(232, 232, 232, 0.6);
}

.rt8m3kv2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rd7k5mx8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt3k8mx5 {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #8476b5;
    transition: color 0.3s ease;
}

.dt3k8mx5:hover {
    color: #ffd571;
}

.bd9k3mx7 {
    margin-bottom: 20px;
}

.tt5k9px2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e8e8e8;
}

.tx7m4kw8 {
    color: rgba(232, 232, 232, 0.9);
    line-height: 1.8;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.tx7m4kw8.expanded {
    max-height: none;
}

.pc4k8mx9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.pr3k7mx5,
.cn8m5kx3 {
    padding: 15px;
    border-radius: 8px;
}

.pr3k7mx5 {
    background: rgba(46, 204, 113, 0.1);
    border: 2px solid rgba(46, 204, 113, 0.3);
}

.cn8m5kx3 {
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
}

.lb9k2px8 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

.pr3k7mx5 .lb9k2px8 {
    color: #2ecc71;
}

.cn8m5kx3 .lb9k2px8 {
    color: #e74c3c;
}

.pr3k7mx5 ul,
.cn8m5kx3 ul {
    list-style: none;
    padding-left: 0;
}

.pr3k7mx5 ul li,
.cn8m5kx3 ul li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.pr3k7mx5 ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: 700;
}

.cn8m5kx3 ul li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: 700;
}

.sr6k3mx8 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(132, 118, 181, 0.2);
    font-size: 14px;
    color: rgba(232, 232, 232, 0.7);
}

.sr6k3mx8 a {
    color: #8476b5;
    text-decoration: none;
}

.sr6k3mx8 a:hover {
    color: #ffd571;
    text-decoration: underline;
}

.ft2k9mx7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid rgba(132, 118, 181, 0.2);
}

.lk5m8px3 {
    display: flex;
    gap: 15px;
}

.lk-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(132, 118, 181, 0.2);
    border: 2px solid rgba(132, 118, 181, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #e8e8e8;
    font-size: 14px;
}

.lk-btn:hover {
    background: rgba(132, 118, 181, 0.4);
    border-color: #8476b5;
}

.lk-btn svg {
    fill: currentColor;
}

.rp4k8mx6 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 2px solid #8476b5;
    padding: 8px 16px;
    border-radius: 8px;
    color: #8476b5;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
}

.rp4k8mx6:hover {
    background: #8476b5;
    color: #fff;
}

.rf3k9mx4 {
    margin-top: 20px;
}

.rp-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rp-textarea {
    padding: 12px;
    border: 2px solid rgba(132, 118, 181, 0.4);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #e8e8e8;
    font-family: 'Lato', sans-serif;
    resize: vertical;
}

.rp-textarea:focus {
    outline: none;
    border-color: #8476b5;
}

.rp-actions {
    display: flex;
    gap: 10px;
}

.rp-submit,
.rp-cancel {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.rp-submit {
    background: #8476b5;
    color: #fff;
}

.rp-submit:hover {
    background: #9688c6;
}

.rp-cancel {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.rp-cancel:hover {
    background: rgba(231, 76, 60, 0.3);
}

.cp8k3mx5 {
    padding: 80px 0;
}

.tb3k9mx7 {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.ct5k8mx4 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(34, 18, 91, 0.5);
}

.ct5k8mx4 thead {
    background: linear-gradient(135deg, #22125b 0%, #2a1970 100%);
}

.ct5k8mx4 th,
.ct5k8mx4 td {
    padding: 20px;
    text-align: left;
    border: 2px solid rgba(132, 118, 181, 0.2);
}

.ct5k8mx4 th {
    font-size: 16px;
    font-weight: 700;
    color: #ffd571;
}

.ct5k8mx4 td {
    font-size: 15px;
    color: #e8e8e8;
}

.positive {
    color: #2ecc71;
    font-weight: 700;
}

.negative {
    color: #e74c3c;
    font-weight: 700;
}

.tb-btn {
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.tb-btn.btn-primary {
    background: #ffd571;
    color: #22125b;
}

.tb-btn.btn-primary:hover {
    background: #ffe08c;
    transform: translateY(-2px);
}

.tb-btn:not(.btn-primary) {
    background: rgba(132, 118, 181, 0.3);
    color: #e8e8e8;
    border: 2px solid #8476b5;
}

.tb-btn:not(.btn-primary):hover {
    background: #8476b5;
}

.ad9k3mx5 {
    padding: 80px 0;
    background: rgba(42, 25, 112, 0.3);
}

.ag4k8mx7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.ai2k9mx5 {
    background: rgba(34, 18, 91, 0.5);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid rgba(132, 118, 181, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai2k9mx5:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.ic6k3px8 {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8476b5 0%, #6e5fa3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic6k3px8 svg {
    fill: #ffd571;
}

.ai2k9mx5 h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #ffd571;
}

.ai2k9mx5 p {
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.6;
}

.ct7k3mx9 {
    padding: 80px 0;
}

.ct7k3mx9 .hq8w3nm5 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.cn9k2px8 {
    background: rgba(34, 18, 91, 0.5);
    padding: 50px;
    border-radius: 16px;
    border: 2px solid rgba(132, 118, 181, 0.3);
}

.cn9k2px8 h1 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #ffd571;
}

.cn9k2px8 h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #e8e8e8;
}

.cn9k2px8 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 12px;
    color: #e8e8e8;
}

.cn9k2px8 p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: rgba(232, 232, 232, 0.9);
}

.cn9k2px8 ul,
.cn9k2px8 ol {
    margin: 15px 0;
    padding-left: 25px;
}

.cn9k2px8 ul li,
.cn9k2px8 ol li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: rgba(232, 232, 232, 0.9);
}

.cn9k2px8 table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.cn9k2px8 table th,
.cn9k2px8 table td {
    padding: 15px;
    text-align: left;
    border: 2px solid rgba(132, 118, 181, 0.2);
}

.cn9k2px8 table th {
    background: rgba(132, 118, 181, 0.3);
    font-weight: 700;
    color: #ffd571;
}

.cn9k2px8 a {
    color: #8476b5;
    text-decoration: underline;
}

.cn9k2px8 a:hover {
    color: #ffd571;
}

.au8k3mx5 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aw2k9px7 {
    background: rgba(34, 18, 91, 0.5);
    padding: 30px;
    border-radius: 16px;
    border: 2px solid rgba(132, 118, 181, 0.3);
}

.aw2k9px7 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffd571;
}

.ap4k8mx6 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.ap4k8mx6 img {
    border-radius: 50%;
    border: 3px solid #8476b5;
}

.ap4k8mx6 strong {
    font-size: 18px;
    color: #e8e8e8;
}

.ap4k8mx6 p {
    font-size: 14px;
    color: rgba(232, 232, 232, 0.7);
    line-height: 1.5;
}

.al5k9mx3 {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.al5k9mx3 a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(132, 118, 181, 0.3);
    border-radius: 50%;
    color: #e8e8e8;
    transition: all 0.3s ease;
}

.al5k9mx3 a:hover {
    background: #8476b5;
    transform: scale(1.1);
}

.xn7k4mp2 {
    background: linear-gradient(135deg, #22125b 0%, #2a1970 100%);
    padding: 60px 0 30px;
    margin-top: 80px;
}

.kp8m3vx1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.js6l2wq9 h4.mt3k6px8 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffd571;
}

.dx5m9nw2 {
    color: rgba(232, 232, 232, 0.8);
    line-height: 1.6;
    margin-top: 15px;
}

.vx2l9jm4 {
    list-style: none;
}

.vx2l9jm4 li {
    margin-bottom: 10px;
}

.vx2l9jm4 a {
    color: rgba(232, 232, 232, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vx2l9jm4 a:hover {
    color: #ffd571;
}

.pr9k5mx7 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.pr9k5mx7 img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.pr9k5mx7 img:hover {
    opacity: 1;
}

.ws4n8kv6 {
    border-top: 2px solid rgba(132, 118, 181, 0.3);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ql7m3px5 p {
    color: rgba(232, 232, 232, 0.6);
    font-size: 14px;
}

.tm9x5kw2 {
    margin-top: 10px;
}

.wp-credits {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: rgba(232, 232, 232, 0.4);
}

.wg7k3mx9 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd571 0%, #ffba08 100%);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(255, 213, 113, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 20px;
        opacity: 1;
    }
}

.wg-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wg-text {
    font-weight: 700;
    color: #22125b;
    font-size: 16px;
}

.wg-btn {
    padding: 10px 24px;
    background: #22125b;
    color: #ffd571;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.wg-btn:hover {
    background: #2a1970;
    transform: scale(1.05);
}

.wg-close {
    background: transparent;
    border: none;
    color: #22125b;
    font-size: 24px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    padding: 0 5px;
    transition: transform 0.3s ease;
}

.wg-close:hover {
    transform: rotate(90deg);
}

.elementor-widget-container {
    display: none;
}

.wp-block-group {
    margin: 0;
}

@media (max-width: 992px) {
    .pl7k4mx2 .vp3n9kt7 {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: linear-gradient(135deg, #22125b 0%, #2a1970 100%);
        transition: left 0.4s ease;
        z-index: 999;
        padding: 40px 20px;
    }

    .pl7k4mx2 .vp3n9kt7.active {
        left: 0;
    }

    .mb4r7qs1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .dw2l5jx8 a {
        font-size: 18px;
    }

    .wl4k9pm8 {
        display: flex;
    }

    .qw9d3vp7.jk2m6rx4 {
        display: none;
    }

    .ct7k3mx9 .hq8w3nm5 {
        grid-template-columns: 1fr;
    }

    .pc4k8mx9 {
        grid-template-columns: 1fr;
    }

    .fg3k8mx5 {
        grid-template-columns: 1fr;
    }

    .bb5k8mx4 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .kp8m3vx1 {
        grid-template-columns: 1fr;
    }

    .ws4n8kv6 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cb9k3px8 {
        flex-direction: column;
        text-align: center;
    }

    .bt4m9kx8 {
        flex-direction: column;
        width: 100%;
    }

    .bt4m9kx8 .fp5h8qm3 {
        width: 100%;
    }

    .sc9k2px8 {
        font-size: 28px;
    }

    .cn9k2px8 {
        padding: 30px 20px;
    }

    .rf8k3mx9 {
        padding: 30px 20px;
    }

    .wg7k3mx9 {
        flex-direction: column;
        width: 90%;
        text-align: center;
    }

    .wg-content {
        flex-direction: column;
    }
}

html {
    scroll-behavior: smooth
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

*, *::before, *::after {
    box-sizing: border-box
}

.bdhd {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 18px 56px;
    color: rgba(232, 232, 232, .92);
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.bdhd > * + * {
    margin-top: 14px
}

.bdhd h1,
.bdhd h2,
.bdhd h3 {
    color: #fff;
    line-height: 1.25;
    letter-spacing: .2px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.bdhd h1 {
    font-size: 34px;
    font-weight: 900
}

.bdhd h2 {
    font-size: 26px;
    font-weight: 800
}

.bdhd h3 {
    font-size: 20px;
    font-weight: 700
}

.bdhd p {
    margin: 0;
    color: rgba(232, 232, 232, .92)
}

.bdhd p + p {
    margin-top: 12px
}

.bdhd a {
    color: #ffd571;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bdhd a:hover {
    color: #ffe08c
}

.bdhd ul,
.bdhd ol {
    margin: 14px 0 0;
    padding-left: 20px;
    color: rgba(232, 232, 232, .92);
}

.bdhd li {
    margin: 8px 0
}

.bdhd li::marker {
    color: #ffd571
}

.bdhd blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #ffd571;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
    color: rgba(232, 232, 232, .95);
}

.bdhd blockquote > * {
    margin: 0
}

.bdhd blockquote > * + * {
    margin-top: 10px
}

.bdhd table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    margin: 18px 0;
}

.bdhd th,
.bdhd td {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    vertical-align: top;
}

.bdhd th {
    background: rgba(132, 118, 181, .22);
    color: #fff;
    font-weight: 800;
}

.bdhd td {
    color: rgba(232, 232, 232, .92)
}

.bdhd img,
.bdhd svg,
.bdhd iframe,
.bdhd video {
    max-width: 100%;
    height: auto;
}

.bdhd hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, .12);
    margin: 22px 0;
}

.bdhd {
    background: linear-gradient(180deg, rgba(34, 18, 91, .18), rgba(34, 18, 91, 0));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
}

@media (max-width: 900px) {
    .bdhd {
        padding: 28px 16px 48px
    }

    .bdhd h1 {
        font-size: 30px
    }

    .bdhd h2 {
        font-size: 24px
    }
}

@media (max-width: 600px) {
    .bdhd {
        padding: 22px 14px 42px;
        border-radius: 14px
    }

    .bdhd h1 {
        font-size: 26px
    }

    .bdhd h2 {
        font-size: 22px
    }

    .bdhd h3 {
        font-size: 18px
    }

    .bdhd ul,
    .bdhd ol {
        padding-left: 18px
    }

    .bdhd blockquote {
        padding: 12px 14px
    }
}

.xk9d2j4p {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #22125b 0%, #2a1970 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.xk9d2j4p .hq8w3nm5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 14px
}

.xk9d2j4p .pl7k4mx2 {
    display: flex;
    align-items: center;
    flex: 0 0 auto
}

.xk9d2j4p .zt6m8wv1 {
    display: inline-flex;
    align-items: center;
    text-decoration: none
}

.xk9d2j4p .zt6m8wv1 img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain
}

.xk9d2j4p .vp3n9kt7 {
    flex: 1;
    min-width: 0
}

.xk9d2j4p .mb4r7qs1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.xk9d2j4p .dw2l5jx8 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    transition: background .2s ease
}

.xk9d2j4p .dw2l5jx8:hover {
    background: rgba(255, 255, 255, .08)
}

.xk9d2j4p .yn5k9pt3 {
    width: 18px;
    height: 18px;
    color: rgba(255, 213, 113, .95);
    flex: 0 0 auto
}

.xk9d2j4p .dw2l5jx8 a {
    color: rgba(232, 232, 232, .95);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap
}

.xk9d2j4p .dw2l5jx8 a:hover {
    color: #ffd571
}

.xk9d2j4p .gf8m4lq2 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto
}

.xk9d2j4p .nm3x7tk5 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(232, 232, 232, .95);
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap
}

.xk9d2j4p .nm3x7tk5 svg {
    color: #ffd571
}

.xk9d2j4p .qw9d3vp7 {
    display: flex;
    align-items: center;
    gap: 10px
}

.xk9d2j4p .fp5h8qm3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform .15s ease, background .2s ease, box-shadow .2s ease
}

.xk9d2j4p .fp5h8qm3:active {
    transform: translateY(1px)
}

.xk9d2j4p .btn-login {
    background: rgba(132, 118, 181, .95);
    color: #fff;
    box-shadow: 0 8px 20px rgba(132, 118, 181, .25)
}

.xk9d2j4p .btn-login:hover {
    background: #9688c6
}

.xk9d2j4p .btn-register {
    background: #ffd571;
    color: #22125b;
    box-shadow: 0 8px 20px rgba(255, 213, 113, .22)
}

.xk9d2j4p .btn-register:hover {
    background: #ffe08c
}

.xk9d2j4p .wl4k9pm8 {
    display: none;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    flex: 0 0 auto
}

.xk9d2j4p .wl4k9pm8:hover {
    background: rgba(255, 255, 255, .08)
}

.xk9d2j4p .wl4k9pm8 span {
    display: block;
    width: 26px;
    height: 3px;
    background: #ffd571;
    border-radius: 3px;
    transition: transform .2s ease, opacity .2s ease
}

.xk9d2j4p .wl4k9pm8 span + span {
    margin-top: 6px
}

.xk9d2j4p .wl4k9pm8.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg)
}

.xk9d2j4p .wl4k9pm8.is-open span:nth-child(2) {
    opacity: 0
}

.xk9d2j4p .wl4k9pm8.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

@media (max-width: 992px) {
    .xk9d2j4p .hq8w3nm5 {
        padding: 10px 14px
    }

    .xk9d2j4p .mb4r7qs1 {
        gap: 6px
    }

    .xk9d2j4p .dw2l5jx8 {
        padding: 8px 8px
    }

    .xk9d2j4p .dw2l5jx8 a {
        font-size: 13px
    }

    .xk9d2j4p .fp5h8qm3 {
        padding: 10px 14px
    }
}

@media (max-width: 820px) {
    .xk9d2j4p .wl4k9pm8 {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .xk9d2j4p .vp3n9kt7 {
        position: fixed;
        left: 0;
        right: 0;
        top: 74px;
        bottom: 0;
        background: rgba(19, 8, 60, .92);
        backdrop-filter: blur(10px);
        transform: translateX(100%);
        transition: transform .25s ease;
        z-index: 1200;
        padding: 18px 16px 26px;
        overflow: auto
    }

    .xk9d2j4p .vp3n9kt7.is-open {
        transform: translateX(0)
    }

    .xk9d2j4p .mb4r7qs1 {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px
    }

    .xk9d2j4p .dw2l5jx8 {
        width: 100%;
        justify-content: flex-start;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .10)
    }

    .xk9d2j4p .dw2l5jx8 a {
        font-size: 16px
    }

    .xk9d2j4p .qw9d3vp7.jk2m6rx4 {
        display: none
    }

    .xk9d2j4p .nm3x7tk5 {
        display: none
    }
}

@media (max-width: 420px) {
    .xk9d2j4p .zt6m8wv1 img {
        width: 44px;
        height: 44px
    }

    .xk9d2j4p .vp3n9kt7 {
        top: 68px
    }
}
