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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background: #1f668d;
    color: #f5f5f5;
    line-height: 1.6;
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}

.k8x3m2p9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.q7w2n5t1 {
    background: #2d6e9a;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.r4h8j3k9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

.m2p9x7q1 img {
    height: 50px;
    width: auto;
}

.t5n8v2w3 {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.t5n8v2w3 span {
    display: block;
    width: 100%;
    height: 3px;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.t5n8v2w3.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.t5n8v2w3.active span:nth-child(2) {
    opacity: 0;
}

.t5n8v2w3.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}

.l9k4j6m2 {
    display: flex;
    gap: 25px;
    align-items: center;
}

.l9k4j6m2 a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.l9k4j6m2 a:hover {
    color: #ffaf08;
}

.w3v7n2q8 {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.h6m3k9p2 {
    background: #f5f5f5;
    color: #2d6e9a;
}

.h6m3k9p2:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

.n8q5t2w7 {
    background: #ffaf08;
    color: #1f668d;
}

.n8q5t2w7:hover {
    background: #ff9f00;
    transform: translateY(-2px);
}

.z9x4c7v2 {
    background: linear-gradient(135deg, #ff6b6b, #ffaf08);
    color: #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.p3m8n2k5 {
    background: #2d6e9a;
    font-size: 13px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.j4t7w3q9 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/plinko-hero.jpg') center/cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.b7n2m5k8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.x5w2p9t4 {
    background: rgba(45, 110, 154, 0.95);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.f8m3j6q1 {
    text-align: center;
    margin-bottom: 20px;
}

.f8m3j6q1 img {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.c2v7n4k9 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #ffaf08;
    margin: 15px 0;
}

.y6t3m8p2 {
    color: #ffd700;
}

.h9k2w5q7 {
    font-size: 18px;
    color: #ffaf08;
    margin: 10px 0;
}

.r3n7m2k8 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.d5w8p3t6 {
    background: rgba(31, 102, 141, 0.95);
    padding: 25px;
    border-radius: 12px;
}

.d5w8p3t6 h3 {
    margin-bottom: 15px;
    color: #ffaf08;
}

.u4n9m2k7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.g8t5w2q3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}

.o2m7k4p9 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.q9w3n7t5 {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    flex: 1;
    max-width: 150px;
}

.v5n2m8k4 {
    height: 100%;
    background: linear-gradient(90deg, #ff6b6b, #ffd700, #4caf50);
    transition: width 0.3s ease;
}

.e7t4w2q9 {
    background: rgba(45, 110, 154, 0.95);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.e7t4w2q9 h2 {
    margin-bottom: 20px;
    color: #ffaf08;
    text-align: center;
}

.n3m8k5p2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.i9w4t7q2 {
    padding: 15px;
    background: rgba(31, 102, 141, 0.7);
    border-radius: 8px;
}

.i9w4t7q2 strong {
    display: block;
    margin-bottom: 8px;
    color: #ffaf08;
}

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

.t8n3q6m2 {
    background: rgba(76, 175, 80, 0.2);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #4caf50;
}

.r5w9m3k7 {
    background: rgba(244, 67, 54, 0.2);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #f44336;
}

.t8n3q6m2 h3, .r5w9m3k7 h3 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t8n3q6m2 ul, .r5w9m3k7 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.t8n3q6m2 li:before {
    content: "✓ ";
    color: #4caf50;
    font-weight: bold;
    margin-right: 8px;
}

.r5w9m3k7 li:before {
    content: "✗ ";
    color: #f44336;
    font-weight: bold;
    margin-right: 8px;
}

.y4m9k2p7 {
    padding: 60px 0;
    background: rgba(31, 102, 141, 0.5);
}

.w8n3q5t2 {
    background: linear-gradient(135deg, #ffaf08, #ff6b6b);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.w8n3q5t2 h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 28px;
}

.w8n3q5t2 p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.p7m2k9w5 {
    background: rgba(45, 110, 154, 0.95);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.p7m2k9w5 h2 {
    margin-bottom: 25px;
    color: #ffaf08;
    text-align: center;
}

.q3w8n5m2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.t9k4m7p2 label {
    font-weight: 600;
    color: #f5f5f5;
}

.t9k4m7p2 input,
.t9k4m7p2 textarea {
    padding: 12px;
    border: 2px solid rgba(245, 245, 245, 0.3);
    border-radius: 6px;
    background: rgba(31, 102, 141, 0.5);
    color: #f5f5f5;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.t9k4m7p2 input:focus,
.t9k4m7p2 textarea:focus {
    outline: none;
    border-color: #ffaf08;
}

.t9k4m7p2 textarea {
    min-height: 120px;
    resize: vertical;
}

.v8m3k2q7 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.n5w2m9k3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.j8t3m5w2 {
    display: flex;
    gap: 8px;
}

.j8t3m5w2 span {
    cursor: pointer;
    font-size: 20px;
    color: rgba(255, 175, 8, 0.3);
    transition: color 0.2s ease;
}

.j8t3m5w2 span.active,
.j8t3m5w2 span:hover {
    color: #ffaf08;
}

.h3m9k5p8 {
    background: #4caf50;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.h3m9k5p8:hover {
    background: #45a049;
    transform: translateY(-2px);
}

.c6t9w2m5 {
    display: none;
    background: rgba(76, 175, 80, 0.9);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.c6t9w2m5.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.l4m8k2w9 {
    padding: 60px 0;
}

.l4m8k2w9 h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #ffaf08;
    font-size: 32px;
}

.r8w3m5q2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.p2m7k9w4 {
    background: rgba(45, 110, 154, 0.95);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.p2m7k9w4:hover {
    transform: translateY(-5px);
}

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

.n9m4k7q3 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.w5m2k8p9 {
    flex: 1;
}

.w5m2k8p9 strong {
    display: block;
    color: #ffaf08;
    font-size: 16px;
}

.t3m9w7k2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(245, 245, 245, 0.7);
    margin-top: 3px;
}

.t3m9w7k2 img {
    width: 16px;
    height: 12px;
}

.u7m2k9w4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.k4m8w3q7 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.k4m8w3q7 span {
    color: #ffd700;
    font-size: 18px;
}

.q8m3w5k2 {
    font-size: 13px;
    color: rgba(245, 245, 245, 0.7);
}

.m7k2w9p4 h4 {
    color: #ffaf08;
    margin-bottom: 10px;
    font-size: 18px;
}

.v3m8k2w7 {
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 10px;
}

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

.e9m4k7w2 {
    color: #ffaf08;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
    text-decoration: underline;
}

.y2m8k5w9 {
    margin: 15px 0;
    padding: 15px;
    background: rgba(31, 102, 141, 0.5);
    border-radius: 8px;
}

.y2m8k5w9 strong {
    display: block;
    margin-bottom: 8px;
    color: #ffaf08;
}

.y2m8k5w9 ul {
    list-style: none;
    padding-left: 10px;
}

.y2m8k5w9 li {
    margin: 5px 0;
}

.w4m9k2p7 {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(245, 245, 245, 0.2);
}

.q5m8k3w9 {
    display: flex;
    gap: 10px;
}

.q5m8k3w9 button {
    background: rgba(31, 102, 141, 0.7);
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f5f5f5;
    font-size: 14px;
    transition: background 0.3s ease;
}

.q5m8k3w9 button:hover {
    background: rgba(31, 102, 141, 0.9);
}

.t7m3k9w2 {
    background: none;
    border: 1px solid #ffaf08;
    color: #ffaf08;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.t7m3k9w2:hover {
    background: #ffaf08;
    color: #1f668d;
}

.m9k2w7p5 {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: rgba(31, 102, 141, 0.7);
    border-radius: 8px;
}

.m9k2w7p5.show {
    display: block;
    animation: slideDown 0.3s ease;
}

.m9k2w7p5 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(245, 245, 245, 0.3);
    border-radius: 6px;
    background: rgba(31, 102, 141, 0.5);
    color: #f5f5f5;
    font-family: inherit;
    min-height: 80px;
    margin-bottom: 10px;
}

.u8m3k7w2 {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.u8m3k7w2 span {
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 175, 8, 0.3);
    transition: color 0.2s ease;
}

.u8m3k7w2 span.active,
.u8m3k7w2 span:hover {
    color: #ffaf08;
}

.p4m9k2w8 {
    font-size: 12px;
    color: rgba(245, 245, 245, 0.6);
    font-style: italic;
    margin-top: 10px;
}

.p4m9k2w8 a {
    color: #ffaf08;
    text-decoration: none;
}

.p4m9k2w8 a:hover {
    text-decoration: underline;
}

.j3m8k5w7 {
    display: none;
    padding: 10px;
    background: rgba(76, 175, 80, 0.2);
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    margin-top: 10px;
}

.j3m8k5w7.show {
    display: block;
}

.k9m3w7p2 {
    padding: 60px 0;
    background: rgba(31, 102, 141, 0.3);
}

.k9m3w7p2 h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ffaf08;
    font-size: 32px;
}

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

.p8m4k3w7 {
    background: rgba(45, 110, 154, 0.95);
    border-radius: 8px;
    overflow: hidden;
}

.t6m9k2w5 {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.t6m9k2w5:hover {
    background: rgba(45, 110, 154, 1);
}

.t6m9k2w5 h3 {
    color: #ffaf08;
    font-size: 18px;
}

.t6m9k2w5 span {
    font-size: 24px;
    color: #ffaf08;
    transition: transform 0.3s ease;
}

.t6m9k2w5.active span {
    transform: rotate(180deg);
}

.v7m2k9w3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.v7m2k9w3.active {
    max-height: 500px;
}

.v7m2k9w3 div {
    padding: 20px;
    border-top: 1px solid rgba(245, 245, 245, 0.2);
}

.n4m8k9w2 {
    padding: 60px 0;
}

.n4m8k9w2 h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ffaf08;
    font-size: 32px;
}

.q7m3k8w5 {
    overflow-x: auto;
}

.q7m3k8w5 table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(45, 110, 154, 0.95);
    border-radius: 12px;
    overflow: hidden;
}

.q7m3k8w5 th,
.q7m3k8w5 td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}

.q7m3k8w5 th {
    background: rgba(31, 102, 141, 0.8);
    color: #ffaf08;
    font-weight: 600;
}

.q7m3k8w5 td {
    color: #f5f5f5;
}

.q7m3k8w5 .btn {
    font-size: 12px;
    padding: 8px 15px;
}

.m8k3w9p2 {
    padding: 60px 0;
}

.m8k3w9p2 h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ffaf08;
    font-size: 32px;
}

.w9m4k7p3 {
    background: rgba(45, 110, 154, 0.95);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.w9m4k7p3 iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}

.k2m8w5p9 {
    background: rgba(45, 110, 154, 0.95);
    padding: 40px;
    border-radius: 12px;
}

.k2m8w5p9 h1,
.k2m8w5p9 h2,
.k2m8w5p9 h3 {
    color: #ffaf08;
    margin-top: 25px;
    margin-bottom: 15px;
}

.k2m8w5p9 p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.k2m8w5p9 ul,
.k2m8w5p9 ol {
    margin: 15px 0;
    padding-left: 30px;
}

.k2m8w5p9 li {
    margin: 8px 0;
}

.k2m8w5p9 table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(31, 102, 141, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.k2m8w5p9 th,
.k2m8w5p9 td {
    padding: 12px;
    text-align: left;
    border: 1px solid rgba(245, 245, 245, 0.2);
}

.k2m8w5p9 th {
    background: rgba(31, 102, 141, 0.7);
    font-weight: 600;
}

.k2m8w5p9 a {
    color: #ffaf08;
    text-decoration: none;
}

.k2m8w5p9 a:hover {
    text-decoration: underline;
}

.k2m8w5p9 blockquote {
    border-left: 4px solid #ffaf08;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: rgba(245, 245, 245, 0.9);
}

.p9m3k8w2 {
    background: rgba(45, 110, 154, 0.95);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.p9m3k8w2 h3 {
    color: #ffaf08;
    margin-bottom: 15px;
}

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

.t4m9k2w7 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.w6m3k9p2 h4 {
    color: #ffaf08;
    margin-bottom: 5px;
}

.w6m3k9p2 p {
    font-size: 14px;
    color: rgba(245, 245, 245, 0.8);
    margin: 5px 0;
}

.w6m3k9p2 a {
    color: #ffaf08;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}

.w6m3k9p2 a:hover {
    text-decoration: underline;
}

.q5m7k9w3 {
    background: #2d6e9a;
    padding: 40px 0;
    margin-top: 60px;
}

.u3m8k5w9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.u3m8k5w9 img {
    max-height: 60px;
    width: auto;
}

.k7m9w2p5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.k7m9w2p5 a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.k7m9w2p5 a:hover {
    color: #ffaf08;
}

.p3m9k7w8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.p3m9k7w8 img {
    height: 40px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.p3m9k7w8 img:hover {
    opacity: 1;
}

.w8m2k9p5 {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(245, 245, 245, 0.2);
    color: rgba(245, 245, 245, 0.7);
    font-size: 14px;
}

.t9m4k7w3 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffaf08;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 999;
    max-width: 300px;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.t9m4k7w3 p {
    color: #1f668d;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.t9m4k7w3 a {
    display: block;
    background: #1f668d;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.t9m4k7w3 a:hover {
    background: #2d6e9a;
}

@media (max-width: 968px) {
    .l9k4j6m2 {
        position: fixed;
        left: -100%;
        top: 0;
        width: 80%;
        height: 100vh;
        background: #2d6e9a;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .l9k4j6m2.active {
        left: 0;
    }

    .t5n8v2w3 {
        display: flex;
    }

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

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

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

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

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

    .u3m8k5w9 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .t9m4k7w3 {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

.x7m9k3w2 {
    display: none;
}

.y5m3k8w9 {
    opacity: 0;
}

.z2m7k4w8 {
    visibility: hidden;
}

.b4m8k9w3 {
    position: absolute;
    left: -9999px;
}

.container.vbsj {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px 20px 56px;
    background: rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.container.vbsj > * {
    max-width: 100%;
}

.container.vbsj h1,
.container.vbsj h2,
.container.vbsj h3 {
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 22px 0 12px;
}

.container.vbsj h1 {
    font-size: 40px;
    margin-top: 6px;
}

.container.vbsj h2 {
    font-size: 28px;
    margin-top: 26px;
}

.container.vbsj h3 {
    font-size: 20px;
    margin-top: 18px;
}

.container.vbsj p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
}

.container.vbsj ul,
.container.vbsj ol {
    margin: 10px 0 18px 22px;
    padding: 0;
}

.container.vbsj li {
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 16px;
}

.container.vbsj a {
    color: #ffaf08;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.container.vbsj a:hover {
    opacity: 0.9;
}

.container.vbsj strong {
    color: #fff;
}

.container.vbsj img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.container.vbsj p img {
    margin-left: 8px;
}

.container.vbsj blockquote {
    margin: 16px 0;
    padding: 14px 16px;
    border-left: 4px solid #ffaf08;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.92);
}

.container.vbsj hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    margin: 22px 0;
}

.container.vbsj table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    margin: 18px 0 22px;
}

.container.vbsj th,
.container.vbsj td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.container.vbsj th:last-child,
.container.vbsj td:last-child {
    border-right: 0;
}

.container.vbsj tr:last-child td {
    border-bottom: 0;
}

.container.vbsj th {
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.container.vbsj ul li::marker,
.container.vbsj ol li::marker {
    color: #ffaf08;
}

.container.vbsj p > strong:first-child {
    display: inline-block;
    margin-top: 4px;
}

@media (max-width: 992px) {
    .container.vbsj {
        max-width: 860px;
        padding: 22px 18px 48px;
        border-radius: 16px;
    }

    .container.vbsj h1 {
        font-size: 34px;
    }

    .container.vbsj h2 {
        font-size: 24px;
    }

    .container.vbsj p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .container.vbsj {
        padding: 18px 14px 40px;
        border-radius: 14px;
        margin: 0 10px;
    }

    .container.vbsj h1 {
        font-size: 28px;
    }

    .container.vbsj h2 {
        font-size: 22px;
    }

    .container.vbsj h3 {
        font-size: 18px;
    }

    .container.vbsj p,
    .container.vbsj li {
        font-size: 15px;
        line-height: 1.8;
    }

    .container.vbsj ul,
    .container.vbsj ol {
        margin-left: 18px;
    }

    .container.vbsj p img {
        display: inline-block;
        margin: 10px 0 0;
        vertical-align: middle;
    }

    .container.vbsj table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .container.vbsj th,
    .container.vbsj td {
        white-space: nowrap;
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .container.vbsj {
        margin: 0 8px;
        padding: 16px 12px 34px;
    }

    .container.vbsj h1 {
        font-size: 24px;
    }

    .container.vbsj h2 {
        font-size: 20px;
    }

    .container.vbsj p {
        font-size: 14px;
    }
}