@import url('https://fonts.googleapis.com/css2?family=Satoshi:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --color-header: #16171b;
    --color-footer: #16171b;
    --color-bg: #15161a;
    --color-btn-primary: #13ca90;
    --color-btn-secondary: #3d18a4;
    --color-text: #e8e9ef;
    --color-text-muted: #9095a8;
    --color-border: #2a2b32;
    --color-card: #1e1f26;
    --color-card-hover: #252631;
    --color-accent: #13ca90;
    --color-purple: #3d18a4;
    --color-gold: #f0c040;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.45);
    --shadow-glow: 0 0 24px rgba(19, 202, 144, 0.18);
    --transition: 0.22s ease;
    --font-main: 'Satoshi', 'Inter', sans-serif;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background: var(--color-bg);
}

body {
    font-family: var(--font-main);
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: #0fe8a8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.x7k2m {
    display: none;
    visibility: hidden;
}

.qz91p {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -9999px;
}

.wp-block-placeholder {
    display: none;
}

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

.g-section {
    padding: 72px 0;
}

.g-section--sm {
    padding: 48px 0;
}

.g-heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
    text-balance: balance;
}

.g-subheading {
    font-size: 1.05rem;
    color: var(--color-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
}

.g-badge {
    display: inline-block;
    background: rgba(19, 202, 144, 0.12);
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(19, 202, 144, 0.2);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), opacity var(--transition);
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

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

.btn:active {
    transform: scale(0.97);
}

.btn--primary {
    background: var(--color-btn-primary);
    color: #0a1a14;
    padding: 11px 26px;
    box-shadow: 0 4px 18px rgba(19, 202, 144, 0.3);
}

.btn--primary:hover {
    background: #0fe8a8;
    box-shadow: 0 6px 28px rgba(19, 202, 144, 0.45);
    color: #0a1a14;
}

.btn--secondary {
    background: var(--color-btn-secondary);
    color: #fff;
    padding: 11px 26px;
    box-shadow: 0 4px 18px rgba(61, 24, 164, 0.3);
}

.btn--secondary:hover {
    background: #4d22be;
    box-shadow: 0 6px 28px rgba(61, 24, 164, 0.45);
    color: #fff;
}

.btn--outline {
    background: transparent;
    color: var(--color-accent);
    border: 2px solid var(--color-accent);
    padding: 9px 22px;
}

.btn--outline:hover {
    background: rgba(19, 202, 144, 0.1);
    color: var(--color-accent);
}

.btn--sm {
    font-size: 0.82rem;
    padding: 8px 18px;
}

.btn--lg {
    font-size: 1.05rem;
    padding: 14px 34px;
}

.divider-wave {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--color-header);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 13px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.header-logo img {
    height: 44px;
    width: auto;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-nav a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #b8bcc8;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: background var(--transition), color var(--transition);
    text-decoration: none;
}

.header-nav a:hover,
.header-nav a.active {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.header-nav a svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.online-counter {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 0 6px var(--color-accent);
    animation: pulse-dot 2s infinite;
    flex-shrink: 0;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.3);
    }
}

.lang-select-wrap {
    position: relative;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--color-border);
    color: var(--color-text);
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    padding: 7px 12px;
    cursor: pointer;
    transition: background var(--transition);
    font-family: var(--font-main);
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.lang-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    min-width: 140px;
    box-shadow: var(--shadow-card);
    display: none;
    z-index: 200;
    overflow: hidden;
}

.lang-dropdown.open {
    display: block;
    animation: fadeDown 0.18s ease;
}

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

.lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--color-text);
    font-size: 0.85rem;
    font-weight: 500;
    transition: background var(--transition);
    text-decoration: none;
}

.lang-dropdown a:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: background var(--transition);
}

.burger-btn:hover {
    background: rgba(255, 255, 255, 0.07);
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-text);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
}

.burger-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.burger-btn.open span:nth-child(2) {
    opacity: 0;
}

.burger-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
    background: var(--color-header);
    border-top: 1px solid var(--color-border);
    padding: 16px 20px 20px;
}

.mobile-nav.open {
    display: block;
    animation: slideDown 0.22s ease;
}

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

.mobile-nav-links {
    display: grid;
    gap: 4px;
    margin-bottom: 16px;
}

.mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 11px 14px;
    border-radius: var(--radius-sm);
    transition: background var(--transition);
    text-decoration: none;
}

.mobile-nav-links a:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.mobile-nav-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-block {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/banner.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.45);
    z-index: 0;
    transform: scale(1.03);
    transition: transform 8s ease;
}

.hero-block:hover .hero-bg {
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 22, 26, 0.85) 0%, rgba(61, 24, 164, 0.25) 50%, rgba(21, 22, 26, 0.7) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    text-balance: balance;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.hero-title span {
    color: var(--color-accent);
}

.hero-desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 32px;
    max-width: 540px;
    line-height: 1.6;
}

.hero-bonus-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(19, 202, 144, 0.15);
    border: 1px solid rgba(19, 202, 144, 0.35);
    border-radius: var(--radius-md);
    padding: 12px 20px;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}

.hero-bonus-badge strong {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--color-accent);
}

.hero-bonus-badge span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

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

.perk-card {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    cursor: default;
}

.perk-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
    border-color: rgba(19, 202, 144, 0.3);
}

.perk-icon {
    width: 52px;
    height: 52px;
    background: rgba(19, 202, 144, 0.1);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.perk-icon svg {
    color: var(--color-accent);
}

.perk-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.perk-card p {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.video-wrap {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.video-header {
    padding: 22px 28px 18px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.wheel-section {
    background: linear-gradient(135deg, #1a1b23 0%, #1e1a2e 100%);
}

.wheel-wrap {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.wheel-canvas-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
}

#wheelCanvas {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(61, 24, 164, 0.4), 0 0 80px rgba(19, 202, 144, 0.12);
    cursor: pointer;
}

.wheel-pointer {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 28px solid var(--color-accent);
    filter: drop-shadow(0 2px 6px rgba(19, 202, 144, 0.6));
    z-index: 10;
}

.wheel-result {
    background: rgba(19, 202, 144, 0.1);
    border: 1px solid rgba(19, 202, 144, 0.3);
    border-radius: var(--radius-md);
    padding: 20px 28px;
    margin-top: 20px;
    display: none;
}

.wheel-result.show {
    display: block;
    animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.wheel-result.win h3 {
    color: var(--color-accent);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.wheel-result.lose h3 {
    color: #ff6b6b;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.wheel-result p {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.review-content {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 40px 44px;
}

.review-content h2, .review-content h3 {
    color: #fff;
    margin: 1.4em 0 0.6em;
    line-height: 1.3;
}

.review-content h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
}

.review-content h3 {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 700;
}

.review-content p {
    color: var(--color-text);
    line-height: 1.7;
    margin-bottom: 1em;
    font-size: 0.975rem;
}

.review-content ul, .review-content ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    color: var(--color-text);
    line-height: 1.7;
}

.review-content li {
    margin-bottom: 0.4em;
    font-size: 0.975rem;
}

.review-content ul li::marker {
    color: var(--color-accent);
}

.review-content ol li::marker {
    color: var(--color-accent);
    font-weight: 700;
}

.review-content strong, .review-content b {
    color: #fff;
    font-weight: 700;
}

.review-content em {
    color: var(--color-text-muted);
    font-style: italic;
}

.review-content a {
    color: var(--color-accent);
    text-decoration: underline;
}

.review-content a:hover {
    color: #0fe8a8;
}

.review-content hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 2em 0;
}

.review-content blockquote {
    border-left: 3px solid var(--color-accent);
    padding: 12px 20px;
    margin: 1.5em 0;
    background: rgba(19, 202, 144, 0.05);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--color-text-muted);
    font-style: italic;
}

.review-content table {
    width: auto;
    min-width: 300px;
    max-width: 100%;
    margin: 1.5em auto;
    border-collapse: collapse;
    font-size: 0.9rem;
    overflow-x: auto;
    display: block;
}

.review-content thead {
    background: rgba(19, 202, 144, 0.1);
}

.review-content th {
    padding: 12px 16px;
    text-align: left;
    color: var(--color-accent);
    font-weight: 700;
    border: 1px solid var(--color-border);
}

.review-content td {
    padding: 10px 16px;
    text-align: left;
    border: 1px solid var(--color-border);
    color: var(--color-text);
}

.review-content tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.review-content img {
    border-radius: var(--radius-sm);
    margin: 1em auto;
    box-shadow: var(--shadow-card);
}

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

.security-card {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 26px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.security-card:hover {
    border-color: rgba(19, 202, 144, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.security-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, rgba(61, 24, 164, 0.3), rgba(19, 202, 144, 0.15));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-icon svg {
    color: var(--color-accent);
}

.security-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}

.security-card p {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

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

.faq-item {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color var(--transition);
}

.faq-item:hover {
    border-color: rgba(19, 202, 144, 0.25);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    gap: 16px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.faq-question:hover {
    color: var(--color-accent);
}

.faq-chevron {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s, background 0.2s;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
    background: rgba(19, 202, 144, 0.15);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
}

.faq-answer-inner {
    padding: 0 22px 18px;
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.65;
}

.faq-item.open .faq-answer {
    max-height: 400px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 48px;
}

.review-card {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform var(--transition), box-shadow var(--transition);
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card);
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

.review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-border);
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
}

.review-name {
    font-size: 0.93rem;
    font-weight: 700;
    color: #fff;
}

.review-date {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    margin-top: 2px;
}

.review-stars {
    display: flex;
    gap: 3px;
    color: var(--color-gold);
}

.review-text {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    flex: 1;
}

.review-form-wrap {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 36px 40px;
    max-width: 600px;
    margin: 0 auto;
}

.review-form-wrap h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.review-form-wrap p {
    font-size: 0.88rem;
    color: var(--color-text-muted);
    margin-bottom: 24px;
}

.form-vertical {
    display: grid;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    color: var(--color-text);
    font-family: var(--font-main);
    font-size: 0.93rem;
    transition: border-color var(--transition), background var(--transition);
    outline: none;
    width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--color-accent);
    background: rgba(19, 202, 144, 0.05);
}

.form-group textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
}

.form-success {
    display: none;
    text-align: center;
    padding: 28px 20px;
}

.form-success.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    animation: fadeIn 0.3s ease;
}

.form-success-icon {
    width: 56px;
    height: 56px;
    background: rgba(19, 202, 144, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
}

.form-success h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.form-success p {
    font-size: 0.88rem;
    color: var(--color-text-muted);
}

.author-block {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 36px 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
}

.author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(19, 202, 144, 0.3);
    flex-shrink: 0;
}

.author-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.author-title {
    font-size: 0.88rem;
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 12px;
}

.author-bio {
    font-size: 0.88rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
}

.author-dates {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.author-date-item {
    font-size: 0.78rem;
    color: var(--color-text-muted);
}

.author-date-item strong {
    color: var(--color-text);
}

.author-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.author-social-link {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 7px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text-muted);
    transition: background var(--transition), color var(--transition), border-color var(--transition);
    text-decoration: none;
}

.author-social-link:hover {
    background: rgba(19, 202, 144, 0.08);
    color: var(--color-accent);
    border-color: rgba(19, 202, 144, 0.3);
}

.site-footer {
    background: var(--color-footer);
    border-top: 1px solid var(--color-border);
    padding: 56px 0 0;
}

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

.footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-logo {
    height: 40px;
    width: auto;
}

.footer-flag {
    width: 28px;
    height: 20px;
    border-radius: 3px;
    object-fit: cover;
}

.footer-desc {
    font-size: 0.83rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 16px;
    max-width: 400px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 8px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
}

.footer-social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-email {
    font-size: 0.83rem;
    color: var(--color-text-muted);
}

.footer-email a {
    color: var(--color-accent);
}

.footer-email a:hover {
    color: #0fe8a8;
}

.footer-nav-title {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.footer-nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.footer-nav-links a {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    transition: color var(--transition);
    text-decoration: none;
}

.footer-nav-links a:hover {
    color: var(--color-accent);
}

.footer-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding: 28px 0;
    border-top: 1px solid var(--color-border);
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 7px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.footer-badge svg {
    flex-shrink: 0;
}

.footer-badge--18 {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.3);
}

.footer-providers {
    padding: 24px 0;
    border-top: 1px solid var(--color-border);
}

.footer-providers-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 14px;
}

.footer-providers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.provider-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-text-muted);
    white-space: nowrap;
    transition: background var(--transition), color var(--transition);
}

.provider-pill:hover {
    background: rgba(255, 255, 255, 0.09);
    color: var(--color-text);
}

.footer-bottom {
    border-top: 1px solid var(--color-border);
    padding: 20px 0;
    text-align: center;
}

.footer-copyright {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 8px;
}

.footer-legal {
    font-size: 0.72rem;
    color: rgba(144, 149, 168, 0.6);
    line-height: 1.65;
    max-width: 800px;
    margin: 0 auto;
}

.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(90deg, #16171b 0%, #1a1b24 100%);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    transition: transform 0.3s ease;
}

.sticky-widget.hidden {
    transform: translateY(100%);
}

.widget-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.widget-bonus-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-bonus-sub {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.widget-close {
    background: none;
    border: none;
    color: var(--color-text-muted);
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    transition: color var(--transition);
    flex-shrink: 0;
    border-radius: 4px;
}

.widget-close:hover {
    color: #fff;
}

.wp-link-ref {
    display: none;
}

.elementor-section {
    display: none;
}

.yoast-seo-placeholder {
    display: none;
}

.transition-bg {
    background: linear-gradient(180deg, var(--color-bg) 0%, #1a1b23 50%, var(--color-bg) 100%);
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-border), transparent);
    margin: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.shimmer-btn {
    background: linear-gradient(90deg, #13ca90 0%, #0fe8a8 30%, #13ca90 60%, #0bb87e 100%);
    background-size: 200% auto;
    animation: shimmer 2.5s linear infinite;
}

.star-svg {
    width: 18px;
    height: 18px;
    fill: var(--color-gold);
}

.info-page-content {
    background: var(--color-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 40px 44px;
    max-width: 840px;
    margin: 0 auto;
}

.info-page-content h1 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.info-page-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 1.8em 0 0.7em;
}

.info-page-content p {
    font-size: 0.93rem;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 1em;
}

.info-page-content ul, .info-page-content ol {
    padding-left: 1.5em;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 1em;
}

.info-page-content li {
    margin-bottom: 0.4em;
    font-size: 0.93rem;
}

.info-page-content a {
    color: var(--color-accent);
}

.info-page-content strong {
    color: var(--color-text);
    font-weight: 700;
}

.breadcrumb-nav {
    padding: 14px 0;
    margin-bottom: 24px;
}

.breadcrumb-nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-nav li {
    font-size: 0.82rem;
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb-nav li:not(:last-child)::after {
    content: '/';
    color: var(--color-border);
}

.breadcrumb-nav a {
    color: var(--color-accent);
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #0fe8a8;
}

@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .header-nav {
        display: none;
    }

    .burger-btn {
        display: flex;
    }

    .online-counter {
        display: none;
    }
}

@media (max-width: 768px) {
    .g-section {
        padding: 50px 0;
    }

    .g-section--sm {
        padding: 32px 0;
    }

    .hero-block {
        min-height: 380px;
    }

    .hero-content {
        padding: 60px 20px;
    }

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

    .author-photo {
        margin: 0 auto;
    }

    .author-dates {
        justify-content: center;
    }

    .author-socials {
        justify-content: center;
    }

    .review-form-wrap {
        padding: 26px 22px;
    }

    .review-content {
        padding: 26px 22px;
    }

    .info-page-content {
        padding: 26px 22px;
    }

    .footer-nav-links {
        grid-template-columns: 1fr;
    }

    .widget-bonus-text {
        font-size: 0.78rem;
    }

    .widget-bonus-sub {
        display: none;
    }

    .sticky-widget {
        padding: 10px 14px;
    }

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

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.7rem;
    }

    .hero-btns {
        flex-direction: column;
    }

    .hero-btns .btn {
        width: 100%;
        justify-content: center;
    }

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

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

    .header-inner {
        grid-template-columns: auto 1fr;
    }
}

@media (max-width: 360px) {
    .perks-grid {
        grid-template-columns: 1fr;
    }
}

.wp-content-placeholder {
    display: none;
}

#wp-toolbar {
    display: none !important;
}

.post-thumbnail {
    display: none;
}

.entry-meta {
    display: none;
}

.luck-wheel-section {
    width: 100%;
    max-width: 100%;
    padding: 72px 0;
    background: radial-gradient(circle at 50% 25%, rgba(61, 24, 164, .2), transparent 42%),
    linear-gradient(180deg, #15161a 0%, #1b1929 50%, #15161a 100%);
    overflow: hidden;
}

.luck-wheel-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.luck-wheel-header {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 42px;
    text-align: center;
}

.luck-wheel-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    margin-bottom: 14px;
    color: #13ca90;
    background: rgba(19, 202, 144, .12);
    border: 1px solid rgba(19, 202, 144, .25);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.luck-wheel-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.luck-wheel-subtitle {
    max-width: 100%;
    margin: 0;
    color: #9095a8;
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.luck-wheel-layout {
    display: grid;
    grid-template-columns:minmax(0, 1fr);
    justify-items: center;
    width: 100%;
    max-width: 100%;
    gap: 30px;
}

.luck-wheel-game {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 520px;
    min-width: 0;
}

.luck-wheel-canvas-box {
    position: relative;
    width: min(420px, 85vw);
    max-width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 34px;
}

.luck-wheel-canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    filter: drop-shadow(0 15px 40px rgba(0, 0, 0, .45));
}

.luck-wheel-pointer {
    position: absolute;
    top: -18px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 34px solid #13ca90;
    filter: drop-shadow(0 4px 8px rgba(19, 202, 144, .45));
    transform: translateX(-50%);
    z-index: 4;
}

.luck-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border: 4px solid rgba(19, 202, 144, .45);
    border-radius: 50%;
    background: #16171b;
    box-shadow: 0 0 20px rgba(0, 0, 0, .55);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
}

.luck-wheel-spin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-height: 56px;
    gap: 10px;
    padding: 14px 34px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #13ca90, #0fe8a8, #13ca90);
    background-size: 200% auto;
    color: #082118;
    box-shadow: 0 10px 32px rgba(19, 202, 144, .28);
    font: inherit;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    cursor: pointer;
    animation: luckWheelShimmer 2.6s linear infinite;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.luck-wheel-spin:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 38px rgba(19, 202, 144, .4);
}

.luck-wheel-spin:active {
    transform: scale(.98);
}

.luck-wheel-spin:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}

.luck-wheel-spin svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.luck-wheel-result {
    display: none;
    width: 100%;
    max-width: 700px;
    min-width: 0;
    border-radius: 18px;
}

.luck-wheel-result.is-visible {
    display: block;
    animation: luckWheelResultIn .4s ease;
}

.luck-wheel-result-content {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 28px 24px;
    text-align: center;
    border-radius: 18px;
    overflow: hidden;
}

.luck-wheel-result.is-win .luck-wheel-result-win {
    display: flex;
}

.luck-wheel-result.is-lose .luck-wheel-result-lose {
    display: flex;
}

.luck-wheel-result-win {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(145deg, rgba(19, 202, 144, .14), rgba(19, 202, 144, .05));
    border: 1px solid rgba(19, 202, 144, .38);
    box-shadow: 0 14px 40px rgba(19, 202, 144, .1);
}

.luck-wheel-result-lose {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(145deg, rgba(232, 64, 64, .12), rgba(255, 255, 255, .03));
    border: 1px solid rgba(232, 64, 64, .3);
}

.luck-wheel-result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    color: #13ca90;
    background: rgba(19, 202, 144, .12);
    border: 1px solid rgba(19, 202, 144, .3);
    border-radius: 50%;
}

.luck-wheel-result-lose .luck-wheel-result-icon {
    color: #ff6b6b;
    background: rgba(255, 107, 107, .1);
    border-color: rgba(255, 107, 107, .25);
}

.luck-wheel-result-icon svg {
    width: 28px;
    height: 28px;
}

.luck-wheel-result-label {
    margin-bottom: 5px;
    color: #13ca90;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.luck-wheel-result-lose .luck-wheel-result-label {
    color: #ff6b6b;
}

.luck-wheel-result-title {
    max-width: 100%;
    margin: 0 0 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.luck-wheel-result-text {
    max-width: 540px;
    margin: 0 0 20px;
    color: #a5a8b7;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.luck-wheel-result-text strong {
    color: #13ca90;
    font-size: 17px;
}

.luck-wheel-result-button,
.luck-wheel-retry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    max-width: 100%;
    padding: 12px 24px;
    border: 0;
    border-radius: 10px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}

.luck-wheel-result-button {
    color: #071c14;
    background: #13ca90;
    box-shadow: 0 8px 24px rgba(19, 202, 144, .25);
}

.luck-wheel-result-button:hover {
    color: #071c14;
    background: #0fe8a8;
}

.luck-wheel-retry {
    color: #fff;
    background: #3d18a4;
}

.luck-wheel-result-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

@keyframes luckWheelShimmer {
    from {
        background-position: 200% center;
    }

    to {
        background-position: -200% center;
    }
}

@keyframes luckWheelResultIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .luck-wheel-section {
        padding: 48px 0;
    }

    .luck-wheel-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .luck-wheel-header {
        margin-bottom: 30px;
    }

    .luck-wheel-title {
        font-size: 28px;
    }

    .luck-wheel-subtitle {
        font-size: 14px;
        line-height: 1.65;
    }

    .luck-wheel-canvas-box {
        width: min(340px, 82vw);
        margin-bottom: 28px;
    }

    .luck-wheel-center {
        width: 48px;
        height: 48px;
    }

    .luck-wheel-pointer {
        top: -14px;
        border-left-width: 13px;
        border-right-width: 13px;
        border-top-width: 28px;
    }

    .luck-wheel-spin {
        width: 100%;
        max-width: 340px;
        min-height: 52px;
        padding: 13px 18px;
        font-size: 16px;
    }

    .luck-wheel-result-content {
        padding: 24px 16px;
    }

    .luck-wheel-result-title {
        font-size: 21px;
    }

    .luck-wheel-result-text {
        font-size: 14px;
    }

    .luck-wheel-result-button,
    .luck-wheel-retry {
        width: 100%;
    }

    .luck-wheel-result-actions {
        display: grid;
        grid-template-columns:1fr;
    }
}

@media (max-width: 480px) {
    .luck-wheel-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .luck-wheel-title {
        font-size: 24px;
    }

    .luck-wheel-canvas-box {
        width: min(290px, 80vw);
    }

    .luck-wheel-spin {
        max-width: 290px;
    }

    .luck-wheel-result-content {
        padding: 21px 12px;
        border-radius: 14px;
    }

    .luck-wheel-result-icon {
        width: 50px;
        height: 50px;
    }
}

:root {
    --trh-height: 70px;
    --trh-bg: #16171b;
    --trh-card: #1e1f26;
    --trh-border: #2a2b32;
    --trh-text: #e8e9ef;
    --trh-muted: #9095a8;
    --trh-primary: #13ca90;
    --trh-secondary: #3d18a4;
}

html.trh-menu-open,
body.trh-menu-open {
    overflow: hidden;
}

.trh-header,
.trh-header * {
    box-sizing: border-box;
}

.trh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100000;
    background: rgba(22, 23, 27, .98);
    border-bottom: 1px solid var(--trh-border);
    box-shadow: 0 5px 24px rgba(0, 0, 0, .36);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body {
    padding-top: var(--trh-height);
}

.trh-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.trh-inner {
    display: grid;
    grid-template-columns:auto minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: var(--trh-height);
    gap: 18px;
}

.trh-logo {
    display: flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
}

.trh-logo img {
    display: block;
    width: auto;
    max-width: 160px;
    height: 44px;
    object-fit: contain;
}

.trh-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 3px;
}

.trh-nav__link {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--trh-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background .22s ease, color .22s ease;
}

.trh-nav__link:hover,
.trh-nav__link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.trh-nav__link svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--trh-primary);
}

.trh-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    gap: 8px;
    flex-shrink: 0;
}

.trh-online {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    color: var(--trh-muted);
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--trh-border);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.trh-online__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--trh-primary);
    box-shadow: 0 0 10px rgba(19, 202, 144, .7);
    animation: trhPulse 1.8s ease-in-out infinite;
}

.trh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.trh-btn:hover {
    transform: translateY(-1px);
}

.trh-btn--secondary {
    color: #fff;
    background: var(--trh-secondary);
    box-shadow: 0 5px 18px rgba(61, 24, 164, .25);
}

.trh-btn--secondary:hover {
    color: #fff;
    background: #4d22be;
}

.trh-btn--primary {
    color: #071c14;
    background: var(--trh-primary);
    box-shadow: 0 5px 18px rgba(19, 202, 144, .25);
}

.trh-btn--primary:hover {
    color: #071c14;
    background: #0fe8a8;
}

.trh-burger {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px 7px;
    border: 1px solid var(--trh-border);
    border-radius: 9px;
    background: rgba(255, 255, 255, .05);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    z-index: 100003;
}

.trh-burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: var(--trh-text);
    transition: transform .25s ease, opacity .25s ease;
}

.trh-burger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.trh-burger.is-open span:nth-child(2) {
    opacity: 0;
}

.trh-burger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.trh-mobile {
    display: none;
}

@keyframes trhPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .55;
        transform: scale(1.3);
    }
}

@media (max-width: 1080px) {
    .trh-nav {
        display: none;
    }

    .trh-burger {
        display: flex;
    }

    .trh-mobile {
        display: block;
        position: fixed;
        top: var(--trh-height);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100dvh - var(--trh-height));
        background: rgba(17, 18, 23, .99);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .3s ease, opacity .25s ease, visibility .25s ease;
        z-index: 100001;
    }

    .trh-mobile.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .trh-mobile__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100%;
        padding: 18px 16px max(28px, env(safe-area-inset-bottom));
    }

    .trh-mobile__nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .trh-mobile__link {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        min-height: 50px;
        gap: 12px;
        padding: 13px 15px;
        color: var(--trh-text);
        background: rgba(255, 255, 255, .04);
        border: 1px solid var(--trh-border);
        border-radius: 11px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

    .trh-mobile__link:hover {
        color: #fff;
        background: rgba(19, 202, 144, .08);
        border-color: rgba(19, 202, 144, .28);
    }

    .trh-mobile__link svg {
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
        color: var(--trh-primary);
    }

    .trh-mobile__actions {
        display: grid;
        grid-template-columns:1fr 1fr;
        width: 100%;
        gap: 10px;
        margin-top: auto;
        padding-top: 22px;
    }

    .trh-mobile__actions .trh-btn {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    :root {
        --trh-height: 60px;
    }

    .trh-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .trh-inner {
        gap: 8px;
    }

    .trh-logo img {
        max-width: 118px;
        height: 34px;
    }

    .trh-online {
        display: none;
    }

    .trh-actions {
        gap: 6px;
    }

    .trh-actions > .trh-btn {
        padding: 8px 10px;
        min-height: 36px;
        font-size: 11px;
    }

    .trh-burger {
        width: 38px;
        height: 38px;
    }

    .trh-mobile__inner {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 520px) {
    .trh-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trh-logo img {
        max-width: 102px;
        height: 32px;
    }


    .trh-actions > .trh-btn--primary {
        padding: 8px 9px;
        font-size: 10px;
    }

    .trh-mobile__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trh-mobile__actions {
        grid-template-columns:1fr;
    }
}

@media (max-width: 360px) {
    .trh-logo img {
        max-width: 90px;
    }


}