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

body {
    font-family: 'PT Sans', sans-serif;
    background: #323234;
    color: #e8e8e8;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.k7m3p9n-header {
    background: #000000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.r5m8k3p-header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
}

.t6m2k9p-header-left {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px;
}

.w8k3m5p-logo img {
    display: block;
    max-height: 50px;
    width: auto;
}

.q4m9k7p-nav {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
}

.m3k8p5n-nav-link {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    color: #e8e8e8;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.m3k8p5n-nav-link:hover {
    color: #00fbc8;
}

.p7k2m9n-icon {
    display: block;
}

.n5m8k2p-header-right {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    gap: 15px;
}

.t9k3m6p-review-count {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 6px;
    color: #00fbc8;
    font-size: 14px;
}

.b5m9k3p-btn {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
}

.b5m9k3p-btn-login {
    background: #00fbc8;
    color: #000;
}

.b5m9k3p-btn-login:hover {
    background: #00e0b3;
    transform: translateY(-2px);
}

.b5m9k3p-btn-review {
    background: #ff2e09;
    color: #fff;
}

.b5m9k3p-btn-review:hover {
    background: #e02808;
    transform: translateY(-2px);
}

.b5m9k3p-btn-primary {
    background: #ff2e09;
    color: #fff;
}

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

.b5m9k3p-btn-secondary {
    background: transparent;
    color: #00fbc8;
    border: 2px solid #00fbc8;
}

.b5m9k3p-btn-secondary:hover {
    background: #00fbc8;
    color: #000;
}

.b5m9k3p-btn-small {
    padding: 8px 16px;
    font-size: 13px;
}

.b5m9k3p-btn-full {
    width: 100%;
}

.b5m9k3p-btn-widget {
    background: #ff2e09;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
}

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

.r8k3m5p-burger span {
    width: 25px;
    height: 3px;
    background: #00fbc8;
    transition: all 0.3s;
}

.m6k9p3n-mobile-menu {
    display: none;
    background: #000;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.m6k9p3n-mobile-menu.active {
    display: block;
}

.t4k8m2p-mobile-nav {
    display: grid;
    gap: 15px;
}

.q5m9k3p-mobile-link {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    color: #e8e8e8;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.q5m9k3p-mobile-link:hover {
    background: #1a1a1a;
}

.q7w2n5t-hero {
    position: relative;
    min-height: 500px;
    display: grid;
    align-items: center;
    padding: 60px 0;
}

.r4j8k2m-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.p3k9m2x-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t8m3k5p-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(50, 50, 52, 0.9) 100%);
}

.v5m8k3p-casino-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #1a1a1c 0%, #2d2d2f 100%);
    border-radius: 20px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 251, 200, 0.2);
}

.n7k2m9p-card-header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.m4k7p2n-logo {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

.z3k8m5p-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.b6m2k8p-rating-block {
    margin-bottom: 25px;
}

.w9k3m7p-rating-label {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 8px;
}

.x2m5k9p-rating-value {
    font-size: 48px;
    font-weight: 700;
    color: #00fbc8;
}

.y7k3m2p-rating-max {
    font-size: 24px;
    color: #808080;
}

.q5m8k3p-progress-bar {
    height: 10px;
    background: #1a1a1a;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.r8k2m6p-progress-fill {
    height: 100%;
    border-radius: 5px;
    transition: width 0.5s;
}

.t3k9m5p-bonus-block {
    background: linear-gradient(90deg, #ff2e09 0%, #ff6b09 100%);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.m7k2p9n-bonus-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.p2k8m4n-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.k8m3p5n-info-section {
    padding: 60px 0;
}

.v7m2k9p-info-card {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    border: 1px solid #2d2d2f;
}

.n4k8m3p-info-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

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

.t3k7m5p-info-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
    background: #252527;
    border-radius: 8px;
}

.w8m2k6p-info-label {
    color: #b0b0b0;
    font-size: 14px;
}

.q5m9k3p-info-value {
    color: #00fbc8;
    font-weight: 700;
    text-align: right;
}

.m5k8p3n-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.p7k2m9n-pros,
.n8k3m5p-cons {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #2d2d2f;
}

.x4k9m2p-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.p7k2m9n-pros .x4k9m2p-subtitle {
    color: #00fbc8;
}

.n8k3m5p-cons .x4k9m2p-subtitle {
    color: #ff2e09;
}

.t6m3k8p-list {
    list-style: none;
}

.t6m3k8p-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #e8e8e8;
}

.p7k2m9n-pros .t6m3k8p-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00fbc8;
    font-weight: 700;
}

.n8k3m5p-cons .t6m3k8p-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ff2e09;
    font-weight: 700;
}

.b9k3m7p-toc-section {
    padding: 40px 0;
}

.w5m8k2p-toc {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #2d2d2f;
}

.r7k3m9p-toc-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.t4m6k3p-toc-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.q8k2m5p-toc-link {
    padding: 12px 20px;
    background: #252527;
    color: #00fbc8;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.q8k2m5p-toc-link:hover {
    background: #2d2d2f;
    border-color: #00fbc8;
    transform: translateY(-2px);
}

.p5m8k3n-review-section {
    padding: 60px 0;
}

.m7k3p9n-bonus-banner {
    background: linear-gradient(135deg, #ff2e09 0%, #ff6b09 100%);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.t6m9k3p-banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.w3k7m5p-banner-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.q9k2m7p-review-form-card {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    border: 1px solid #2d2d2f;
}

.n5k8m3p-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.t7k3m9p-review-form {
    display: grid;
    gap: 20px;
}

.r5m8k2p-form-group {
    display: grid;
    gap: 10px;
}

.w4k9m3p-label {
    color: #e8e8e8;
    font-weight: 700;
    font-size: 15px;
}

.p6m2k8n-input,
.x5m8k3p-select,
.q7m3k9p-textarea {
    width: 100%;
    padding: 12px 15px;
    background: #252527;
    border: 1px solid #3d3d3f;
    border-radius: 8px;
    color: #e8e8e8;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    transition: border-color 0.3s;
}

.p6m2k8n-input:focus,
.x5m8k3p-select:focus,
.q7m3k9p-textarea:focus {
    outline: none;
    border-color: #00fbc8;
}

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

.t2k9m6p-rating-item {
    display: grid;
    gap: 8px;
}

.v8k3m5p-success-message {
    background: #00fbc8;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}

.w3k9m5p-reviews-section {
    padding: 60px 0;
}

.p7k2m9n-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.mb-reviews-container {
    display: grid;
    gap: 25px;
}

.mb-review-card {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #2d2d2f;
    transition: transform 0.3s, box-shadow 0.3s;
}

.mb-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 251, 200, 0.1);
}

.mb-review-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    margin-bottom: 20px;
}

.mb-review-author-info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
}

.mb-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.mb-review-meta {
    display: grid;
    gap: 5px;
}

.mb-review-author {
    color: #fff;
    font-size: 18px;
}

.mb-review-country {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
    align-items: center;
    color: #b0b0b0;
    font-size: 14px;
}

.mb-review-date {
    color: #808080;
    font-size: 13px;
}

.mb-review-rating {
    display: grid;
    gap: 10px;
    text-align: right;
}

.mb-rating-display {
    display: grid;
    grid-template-columns: auto auto;
    gap: 3px;
    justify-content: end;
    align-items: baseline;
}

.mb-rating-value {
    font-size: 36px;
    font-weight: 700;
    color: #00fbc8;
}

.mb-rating-max {
    font-size: 18px;
    color: #808080;
}

.mb-show-ratings {
    background: transparent;
    border: 1px solid #00fbc8;
    color: #00fbc8;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
}

.mb-show-ratings:hover {
    background: #00fbc8;
    color: #000;
}

.mb-detailed-ratings {
    margin-top: 10px;
    padding: 15px;
    background: #252527;
    border-radius: 8px;
}

.mb-rating-item {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 5px 0;
    color: #e8e8e8;
    font-size: 14px;
}

.mb-rating-num {
    color: #00fbc8;
    font-weight: 700;
}

.mb-review-body {
    margin-bottom: 20px;
}

.mb-review-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.mb-review-source {
    font-size: 13px;
    color: #b0b0b0;
    margin-bottom: 15px;
}

.mb-review-source a {
    color: #00fbc8;
    text-decoration: none;
}

.mb-review-source a:hover {
    text-decoration: underline;
}

.mb-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.mb-pros,
.mb-cons {
    padding: 15px;
    background: #252527;
    border-radius: 8px;
}

.mb-pros-title {
    color: #00fbc8;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.mb-cons-title {
    color: #ff2e09;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.mb-pros-list,
.mb-cons-list {
    list-style: none;
    font-size: 14px;
    color: #e8e8e8;
}

.mb-pros-list li,
.mb-cons-list li {
    padding: 3px 0 3px 20px;
    position: relative;
}

.mb-pros-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00fbc8;
}

.mb-cons-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ff2e09;
}

.mb-review-text {
    color: #e8e8e8;
    line-height: 1.7;
}

.mb-text-truncated .mb-text-content {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.mb-read-more {
    background: transparent;
    border: none;
    color: #00fbc8;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: underline;
}

.mb-review-footer {
    border-top: 1px solid #2d2d2f;
    padding-top: 20px;
}

.mb-review-actions {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.mb-action-btn {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: center;
    padding: 8px 15px;
    background: #252527;
    border: 1px solid #3d3d3f;
    border-radius: 8px;
    color: #e8e8e8;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.mb-action-btn:hover {
    background: #2d2d2f;
    border-color: #00fbc8;
}

.mb-reply-btn {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: center;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid #00fbc8;
    border-radius: 8px;
    color: #00fbc8;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.mb-reply-btn:hover {
    background: #00fbc8;
    color: #000;
}

.mb-reply-form {
    margin-top: 15px;
    display: grid;
    gap: 10px;
}

.mb-reply-textarea {
    width: 100%;
    padding: 10px;
    background: #252527;
    border: 1px solid #3d3d3f;
    border-radius: 8px;
    color: #e8e8e8;
    font-family: 'PT Sans', sans-serif;
    resize: vertical;
    min-height: 80px;
}

.mb-reply-actions {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    justify-content: start;
}

.mb-reply-submit,
.mb-reply-cancel {
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
}

.mb-reply-submit {
    background: #00fbc8;
    color: #000;
}

.mb-reply-cancel {
    background: #3d3d3f;
    color: #e8e8e8;
}

.t5m8k3p-faq-section {
    padding: 60px 0;
}

.r6m9k2p-faq-list {
    display: grid;
    gap: 15px;
}

.q3k8m5p-faq-item {
    background: #1a1a1c;
    border-radius: 10px;
    border: 1px solid #2d2d2f;
    overflow: hidden;
}

.w7k2m9p-faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s;
}

.w7k2m9p-faq-question:hover {
    color: #00fbc8;
}

.m4k9p3n-faq-icon {
    font-size: 24px;
    color: #00fbc8;
    transition: transform 0.3s;
}

.q3k8m5p-faq-item.active .m4k9p3n-faq-icon {
    transform: rotate(45deg);
}

.t8k3m6p-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.q3k8m5p-faq-item.active .t8k3m6p-faq-answer {
    max-height: 500px;
}

.t8k3m6p-faq-answer p {
    padding: 0 25px 20px;
    color: #e8e8e8;
    line-height: 1.7;
}

.b7k3m9p-comparison-section {
    padding: 60px 0;
}

.n5m8k2p-table-wrapper {
    overflow-x: auto;
    background: #1a1a1c;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #2d2d2f;
}

.t9k3m7p-comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.t9k3m7p-comparison-table th {
    padding: 15px;
    background: #252527;
    color: #00fbc8;
    font-weight: 700;
    border: 1px solid #3d3d3f;
}

.t9k3m7p-comparison-table td {
    padding: 15px;
    color: #e8e8e8;
    border: 1px solid #3d3d3f;
}

.r4k8m3p-highlight {
    color: #00fbc8;
    font-weight: 700;
}

.w8k3m5p-gallery-section {
    padding: 60px 0;
}

.r5m9k3p-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.t7k2m8p-gallery-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.t7k2m8p-gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.t7k2m8p-gallery-item:hover img {
    transform: scale(1.05);
}

.q9k3m7p-content-section {
    padding: 60px 0;
}

.m5k8p2n-content-card {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #2d2d2f;
}

.t3k9m6p-content h2 {
    font-size: 28px;
    color: #fff;
    margin: 30px 0 15px;
}

.t3k9m6p-content h3 {
    font-size: 22px;
    color: #00fbc8;
    margin: 25px 0 12px;
}

.t3k9m6p-content p {
    color: #e8e8e8;
    line-height: 1.8;
    margin-bottom: 15px;
}

.t3k9m6p-content ul,
.t3k9m6p-content ol {
    margin: 15px 0 15px 25px;
    color: #e8e8e8;
    line-height: 1.8;
}

.t3k9m6p-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.t3k9m6p-content table th,
.t3k9m6p-content table td {
    padding: 12px;
    border: 1px solid #3d3d3f;
    text-align: left;
}

.t3k9m6p-content table th {
    background: #252527;
    color: #00fbc8;
    font-weight: 700;
}

.t3k9m6p-content table td {
    color: #e8e8e8;
}

.w7k2m9p-author-card {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    border: 1px solid #2d2d2f;
}

.p4k8m3n-author-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.r6m9k3p-author-info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    align-items: start;
}

.t8k3m5p-author-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.m5k8p3n-author-name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.w3k7m9p-author-bio {
    color: #e8e8e8;
    line-height: 1.7;
    margin-bottom: 15px;
}

.t5m8k2p-author-social {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 15px;
    justify-content: start;
}

.q7k3m9p-social-link {
    padding: 8px 15px;
    background: #252527;
    color: #00fbc8;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #3d3d3f;
    transition: all 0.3s;
    font-size: 14px;
}

.q7k3m9p-social-link:hover {
    background: #2d2d2f;
    border-color: #00fbc8;
}

.w9k3m7p-footer {
    background: #000000;
    padding: 60px 0 30px;
    margin-top: 60px;
}

.r5m8k3p-footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.w8k3m5p-footer-logo img {
    max-height: 50px;
    width: auto;
    margin-bottom: 15px;
}

.q4m8k3p-footer-text {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.6;
}

.m5k8p3n-footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.p7k2m9n-footer-nav {
    display: grid;
    gap: 10px;
}

.r3k9m6p-footer-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.r3k9m6p-footer-link:hover {
    color: #00fbc8;
}

.w7k3m9p-trust-logos {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
    justify-content: start;
}

.q8k3m5p-footer-bottom {
    border-top: 1px solid #1a1a1a;
    padding-top: 30px;
}

.t4m9k2p-payment-methods {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.r6m9k3p-copyright {
    text-align: center;
    color: #808080;
    font-size: 13px;
}

.m3k8p5n-disclaimer {
    margin-top: 10px;
    color: #606060;
    font-size: 12px;
}

.z9k3m7p-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 100%);
    padding: 15px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.8);
    z-index: 999;
    border-top: 2px solid #ff2e09;
}

.w5m8k2p-widget-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
}

.r7k3m9p-widget-text {
    display: grid;
    gap: 5px;
}

.t4m6k3p-widget-bonus {
    font-size: 20px;
    font-weight: 700;
    color: #00fbc8;
}

.q8k2m5p-widget-desc {
    font-size: 14px;
    color: #b0b0b0;
}

@media (max-width: 1024px) {
    .r6m9k2p-info-grid {
        grid-template-columns: 1fr;
    }
    
    .m5k8p3n-pros-cons {
        grid-template-columns: 1fr;
    }
    
    .r5m8k3p-footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .q4m9k7p-nav {
        display: none;
    }
    
    .r8k3m5p-burger {
        display: flex;
    }
    
    .n5m8k2p-header-right {
        grid-template-columns: auto auto auto;
    }
    
    .t9k3m6p-review-count {
        display: none;
    }
    
    .t6m2k9p-header-left {
        grid-template-columns: 1fr;
    }
    
    .p2k8m4n-buttons {
        grid-template-columns: 1fr;
    }
    
    .mb-review-header {
        grid-template-columns: 1fr;
    }
    
    .mb-pros-cons {
        grid-template-columns: 1fr;
    }
    
    .m8k3p5n-ratings-grid {
        grid-template-columns: 1fr;
    }
    
    .r5m9k3p-gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .r6m9k3p-author-info {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .t8k3m5p-author-photo {
        margin: 0 auto;
    }
    
    .t5m8k2p-author-social {
        justify-content: center;
    }
    
    .r5m8k3p-footer-inner {
        grid-template-columns: 1fr;
    }
    
    .t4m9k2p-payment-methods {
        grid-template-columns: repeat(3, auto);
    }
    
    .w5m8k2p-widget-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .b5m9k3p-btn-widget {
        width: 100%;
    }
    .b5m9k3p-btn-review {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 6px;
        line-height: 1.1;
    }
}

.x9m4k2p-unused {
    display: none;
}

.v3k8m5p-placeholder {
    opacity: 0;
}

.q2k9m7p-extra {
    visibility: hidden;
}
