:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-light: #f0f0f0;
    --color-gray: #666666;
    --color-gray-dark: #333333;
    --color-pink: #FF1493;
    --color-coral: #FF6B6B;
    --color-orange: #FF4500;
    --color-red: #FF3366;
    --color-magenta: #FF00FF;
    --gradient-header: linear-gradient(90deg, #FF4136 0%, #FF416C 50%, #FF00FF 100%);
    --gradient-button: linear-gradient(90deg, #FF6B6B 0%, #FF8E53 100%);
    --gradient-steps: linear-gradient(180deg, #FFE4E6 0%, #FFF5F5 100%);
    --color-star: #FFD700;
    --color-star-empty: #E0E0E0;
    --color-text-dark: #1a1a1a;
    --color-text-gray: #666666;
    --color-text-light: #999999;
    --shadow-card: 0 2px 15px rgba(0, 0, 0, 0.08);
    --shadow-card-hover: 0 5px 25px rgba(0, 0, 0, 0.12);
    --shadow-header: 0 4px 20px rgba(255, 65, 108, 0.3);
    --font-exo: 'Exo', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --font-roboto-slab: 'Roboto Slab', serif;
    --font-lexend: 'Lexend Deca', sans-serif;
    --container-max-width: 1140px;
    --border-radius: 15px;
    --border-radius-sm: 10px;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-dark);
    background-color: var(--color-gray-light);
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-roboto);
    line-height: 1.3;
    margin: 0;
}
p {
    margin: 0;
}
.container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 15px;
}
.site-header {
    background-color: var(--color-gray-light);
    padding: 20px 15px 30px;
}
.header-inner {
    max-width: var(--container-max-width);
    margin: 0 auto;
}
.header-bubble {
    background: linear-gradient(90deg, #FF4136 0%, #FF416C 40%, #FF00FF 100%);
    border-radius: 100px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: var(--shadow-header);
}
.logo-container {
    flex-shrink: 0;
    background-color: rgba(255, 80, 80, 0.9);
    border-radius: 15px;
    padding: 10px 15px;
}
.site-logo {
    max-width: 100px;
    height: auto;
    display: block;
}
.header-text {
    flex: 1;
}
.header-text h4 {
    font-family: var(--font-roboto);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 5px;
}
.header-text p {
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
}
.site-main {
    padding: 0;
}
.main-section {
    background-color: var(--color-gray-light);
    padding: 0 15px 50px;
}
.table-header-row {
    display: flex;
    background-color: var(--color-white);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    padding: 15px 20px;
    margin-bottom: 0;
    box-shadow: var(--shadow-card);
}
.th-cell {
    font-family: var(--font-roboto);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-gray);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.th-brand { flex: 0 0 15%; }
.th-benefits { flex: 0 0 25%; }
.th-score { flex: 0 0 20%; }
.th-user { flex: 0 0 20%; }
.th-visit { flex: 0 0 20%; }
.casino-row {
    display: flex;
    align-items: center;
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}
.casino-row:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}
.casino-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.casino-logo-cell {
    flex: 0 0 15%;
    background-color: #1a1a2e;
    border-radius: var(--border-radius-sm);
    padding: 15px;
}
.casino-logo-cell img {
    max-width: 120px;
    width: 100%;
}
.casino-benefits-cell {
    flex: 0 0 25%;
    padding: 0 15px;
}
.casino-benefits-cell h5 {
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-dark);
    line-height: 1.5;
}
.casino-rating-cell {
    flex: 0 0 20%;
    padding: 0 10px;
}
.rating-label {
    font-family: var(--font-roboto);
    font-size: 11px;
    color: var(--color-text-light);
    margin-bottom: 8px;
}
.casino-user-cell {
    flex: 0 0 20%;
    padding: 0 10px;
}
.user-score {
    font-family: var(--font-exo);
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-top: 5px;
}
.casino-cta-cell {
    flex: 0 0 20%;
    padding: 0 10px;
}
.stars-rating {
    display: flex;
    gap: 2px;
    justify-content: center;
}
.star {
    font-size: 18px;
    color: var(--color-star-empty);
    line-height: 1;
}
.star.filled {
    color: var(--color-star);
}
.star.half {
    background: linear-gradient(90deg, var(--color-star) 50%, var(--color-star-empty) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-visit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #FF6B6B 0%, #FF8E53 100%);
    color: var(--color-white);
    padding: 12px 20px;
    border-radius: 8px;
    font-family: var(--font-roboto);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-visit:hover {
    background: linear-gradient(90deg, #FF5252 0%, #FF7043 100%);
    transform: scale(1.05);
    color: var(--color-white);
}
.btn-icon {
    display: flex;
    align-items: center;
}
.btn-icon svg {
    width: 12px;
    height: 12px;
}
.btn-text {
    font-weight: 500;
}
.spacer {
    height: 50px;
}
.section-intro {
    text-align: center;
    margin-bottom: 30px;
}
.section-intro h4 {
    font-family: var(--font-roboto);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 10px;
}
.section-intro p {
    font-family: var(--font-roboto);
    font-size: 15px;
    color: var(--color-text-gray);
}
.section-intro .small-text {
    font-size: 14px;
    margin-bottom: 5px;
}
.features-row {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.feature-box {
    flex: 1;
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    padding: 30px 25px;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
}
.feature-icon {
    margin-bottom: 20px;
}
.feature-icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.feature-text h5 {
    font-family: var(--font-roboto);
    font-size: 16px;
    font-weight: 700;
    color: #FF416C;
    margin-bottom: 12px;
}
.feature-text p {
    font-family: var(--font-roboto);
    font-size: 13px;
    color: var(--color-text-gray);
    line-height: 1.6;
}
.steps-section {
    background: linear-gradient(180deg, #FFE4E6 0%, #FFF5F5 100%);
    border-radius: var(--border-radius);
    padding: 40px 35px;
    margin-bottom: 50px;
}
.steps-title {
    font-family: var(--font-roboto);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-align: center;
    margin-bottom: 35px;
}
.steps-container {
    display: flex;
    gap: 30px;
}
.step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.step-number-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-shrink: 0;
}
.step-number-circle span {
    font-family: var(--font-exo);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-white);
}
.step-content p {
    font-family: var(--font-roboto);
    font-size: 13px;
    color: var(--color-text-gray);
    line-height: 1.7;
}
.step-content strong {
    color: var(--color-text-dark);
    display: block;
    margin-bottom: 8px;
}
.testimonials-row {
    display: flex;
    gap: 20px;
}
.testimonial-box {
    flex: 1;
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}
.testimonial-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
}
.testimonial-box h6 {
    font-family: var(--font-roboto);
    font-size: 15px;
    font-weight: 700;
    color: #FF416C;
    margin-bottom: 12px;
}
.testimonial-box .stars-rating {
    justify-content: flex-start;
    margin-bottom: 15px;
}
.testimonial-box .stars-rating .star {
    font-size: 14px;
}
.testimonial-box p {
    font-family: var(--font-roboto);
    font-size: 13px;
    color: var(--color-text-gray);
    line-height: 1.6;
    margin-bottom: 12px;
}
.testimonial-box .author {
    font-size: 13px;
    color: var(--color-text-dark);
    margin-bottom: 0;
}
.site-footer {
    background: linear-gradient(90deg, #FF4136 0%, #FF416C 40%, #FF00FF 100%);
    padding: 40px 20px 25px;
}
.footer-inner {
    max-width: var(--container-max-width);
    margin: 0 auto;
    text-align: center;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-logo img {
    max-width: 120px;
    margin: 0 auto;
}
.footer-nav {
    margin-bottom: 20px;
}
.footer-nav ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.footer-nav a {
    font-family: var(--font-roboto);
    font-size: 13px;
    color: var(--color-white);
    padding: 10px;
    transition: opacity 0.3s ease;
}
.footer-nav a:hover {
    opacity: 0.8;
}
.footer-text {
    font-family: var(--font-roboto);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.footer-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer-badges img {
    height: 40px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
.footer-badges a:hover img,
.footer-badges img:hover {
    opacity: 1;
}
.footer-copyright {
    font-family: var(--font-roboto);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
    .header-bubble {
        border-radius: 50px;
        padding: 15px 25px;
        gap: 20px;
    }
    .header-text h4 {
        font-size: 18px;
    }
    .table-header-row {
        display: none;
    }
    .casino-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .casino-cell {
        flex: 0 0 45%;
    }
    .casino-logo-cell {
        flex: 0 0 100%;
        max-width: 180px;
    }
    .casino-benefits-cell {
        flex: 0 0 100%;
    }
    .casino-cta-cell {
        flex: 0 0 100%;
    }
    .features-row,
    .testimonials-row {
        flex-wrap: wrap;
    }
    .feature-box,
    .testimonial-box {
        flex: 0 0 calc(50% - 10px);
        min-width: 280px;
    }
    .steps-container {
        flex-direction: column;
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .header-bubble {
        flex-direction: column;
        text-align: center;
        border-radius: 30px;
        padding: 20px;
    }
    .logo-container {
        margin: 0 auto;
    }
    .header-text {
        text-align: center;
    }
    .header-text h4 {
        font-size: 16px;
    }
    .header-text p {
        font-size: 13px;
    }
    .casino-row {
        padding: 15px;
    }
    .casino-cell {
        flex: 0 0 100%;
    }
    .casino-rating-cell,
    .casino-user-cell {
        flex: 0 0 50%;
    }
    .user-score {
        font-size: 26px;
    }
    .features-row,
    .testimonials-row {
        flex-direction: column;
    }
    .feature-box,
    .testimonial-box {
        flex: 0 0 100%;
        min-width: 100%;
    }
    .steps-section {
        padding: 30px 20px;
    }
    .section-intro h4 {
        font-size: 20px;
    }
    .footer-nav ul {
        flex-direction: column;
        gap: 5px;
    }
    .footer-badges {
        gap: 12px;
    }
    .footer-badges img {
        height: 35px;
    }
}
.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: linear-gradient(90deg, #FF4136 0%, #FF416C 50%, #FF00FF 100%);
    border: none;
    border-radius: 50%;
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px rgba(255, 65, 108, 0.3);
}
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top:hover {
    transform: scale(1.1);
}
.content-box {
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    padding: 40px 50px;
    box-shadow: var(--shadow-card);
    margin-bottom: 30px;
}
.page-title {
    font-family: var(--font-roboto);
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 10px;
    text-align: center;
}
.update-date {
    font-family: var(--font-roboto);
    font-size: 13px;
    color: var(--color-text-light);
    text-align: center;
    margin-bottom: 30px;
}
.content-text {
    font-family: var(--font-roboto);
    font-size: 15px;
    color: var(--color-text-gray);
    line-height: 1.8;
}
.content-text p {
    margin-bottom: 20px;
}
.content-text p:last-child {
    margin-bottom: 0;
}
.content-text h3 {
    font-family: var(--font-roboto);
    font-size: 18px;
    font-weight: 700;
    color: #FF416C;
    margin-top: 30px;
    margin-bottom: 15px;
}
.content-text h3:first-of-type {
    margin-top: 0;
}
.content-text .note {
    font-size: 13px;
    color: var(--color-text-light);
    border-left: 3px solid #FF416C;
    padding-left: 15px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .content-box {
        padding: 25px 20px;
    }
    .page-title {
        font-size: 24px;
    }
    .content-text {
        font-size: 14px;
    }
    .content-text h3 {
        font-size: 16px;
    }
}