/* ═══════════════════════════════════════════════════
   1Win Landing — style.css (1:1 как 1win.fyi)
   ═══════════════════════════════════════════════════ */

/* ── Variables ──────────────────────────────────── */
:root {
    --rowspace: 60px;
    --link-hover-color: #c0b07d;
    --heading-color: #253237;
    --heading-font-weight: 600;
    --heading-font: 'Open Sans', sans-serif;
    --main-color: #3d3d3d;
    --link-color: #595959;
}

/* ── Reset & Base ───────────────────────────────── */
html { font-size: 62.5%; }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: var(--main-color);
    background: #ffffff;
    margin: 0;
    padding: 0;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: var(--link-color); text-decoration: none; transition: all 300ms ease-in-out; }
a:hover { color: var(--link-hover-color); text-decoration: none; }

/* ── Headings ───────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: 1.3;
}
h1 { font-size: 2.6rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }

/* ── Container override ─────────────────────────── */
@media (min-width: 1440px) { .container { width: 1170px; } }

/* ── #content ───────────────────────────────────── */
#content a { color: #eb8c00; border-bottom: 1px dashed #eb8c00; }
#content a:hover { color: var(--link-hover-color); border-bottom-color: var(--link-hover-color); }
#content .reg-button,
#content .start-btn,
#content .table-link { border-bottom: none; }
#content b { color: #000; }

/* ═══ HEADER ════════════════════════════════════════ */
#header { background: #08102b; }
header.scroll-fix { position: sticky; top: 0; z-index: 999; height: 70px;}
.header-middle { padding: 0; }
.box-inner { display: flex; align-items: center; }
.box-inner-inner { display: flex; align-items: center; width: 100%; }
.col-logo { width: 150px; margin-right: 30px; flex-shrink: 0; }
.col-logo img { width: 100%; }
.col-hoz { flex: 1; }
.col-cart { flex-shrink: 0; }

/* Menu */
.pt-menu { display: flex; align-items: center; }
.ul-top-items { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.li-top-item { display: inline-block; }
.a-top-link {
    padding: 5px 20px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: none !important;
    display: block;
    white-space: nowrap;
    transition: all 300ms ease;
}
.a-top-link:hover { color: var(--link-hover-color) !important; }
.a-top-link span { position: relative; }
.a-top-link:hover span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--link-hover-color);
}

/* Sign Up button in header */
.btn-signup {
    background: transparent !important;
    border: 2px solid #71b821 !important;
    border-radius: 20px !important;
    padding: 4px 18px !important;
    color: #71b821 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s !important;
}
.btn-signup:hover {
    background: #71b821 !important;
    color: #fff !important;
}
.btn-signup span::after { display: none !important; }

/* Mobile burger */
.mobile-burger {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 15px;
}
.mobile-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.mobile-burger span:nth-child(1) { top: 0; }
.mobile-burger span:nth-child(2) { top: 10px; }
.mobile-burger span:nth-child(3) { top: 20px; }

.mobile-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
}
.mobile-overlay.active { display: block; }

.menu-close {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    text-align: right;
    padding: 10px 15px;
}

/* Language switcher */
#form-language .btn-group { position: relative; }
#form-language .btn-link.dropdown-toggle {
    background: #222b48;
    color: #ddd;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}
#form-language .btn-link.dropdown-toggle img { width: 20px; height: 14px; }
#form-language .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    min-width: 200px;
}
#form-language .dropdown-menu li { display: block; }
#form-language .language-select {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 15px;
    color: #333;
    text-decoration: none;
    width: 100%;
    border: none;
    background: none;
}
#form-language .language-select:hover { background: #f5f5f5; }
#form-language .language-select img { width: 20px; height: 14px; }

/* Ion icons (SVG) */
.ion-chevron-up::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23666' d='M256 217.9L86 388l-36.2-36.4L256 145.1l206.2 206.5L426 388z'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}
.ion-chevron-down::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 16l-6-6h12z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
    margin-left: 4px;
}
.ion-ios-star::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFD700' d='M256 38.013l66.567 134.889 148.846 21.636-107.707 104.985L389.1 448.013 256 377.86l-133.1 70.153 25.394-148.49L40.587 194.538l148.846-21.636z'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}
.ion-ios-star-outline::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23FFD700' stroke-width='32' d='M256 38.013l66.567 134.889 148.846 21.636-107.707 104.985L389.1 448.013 256 377.86l-133.1 70.153 25.394-148.49L40.587 194.538l148.846-21.636z'/%3E%3C/svg%3E") no-repeat center/contain;
    vertical-align: middle;
}

/* ═══ BREADCRUMBS ═══════════════════════════════════ */
.breadcrumbs {
    background: #f6f2fe;
    padding: 34px 0;
}
.breadcrumbs .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
}
.breadcrumbs .breadcrumb li + li::before {
    content: '/';
    padding: 0 8px;
    color: #999;
}
.breadcrumbs .breadcrumb li a {
    color: #eb8c00;
    border-bottom: 1px dashed #eb8c00;
}
.breadcrumbs .breadcrumb li a:hover {
    color: var(--link-hover-color);
}
.breadcrumbs .breadcrumb li.active {
    color: #666;
}

/* ═══ 2-COLUMN PAGE LAYOUT ═════════════════════════ */
.page-2col {
    padding: 30px 0 50px;
}
.page-2col #page-content {
    line-height: 1.8;
}
.page-2col #page-content a {
    color: #eb8c00;
    border-bottom: 1px dashed #eb8c00;
}
.page-2col #page-content a:hover {
    color: var(--link-hover-color);
    border-bottom-color: var(--link-hover-color);
}
.page-2col #page-content .reg-button,
.page-2col #page-content .down-app {
    border-bottom: none;
}
.page-2col #page-content h2 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.page-2col #page-content h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}
.page-2col #page-content h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Bonus list */
.bonus-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}
.bonus-item {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 2px solid #f0a040;
    border-radius: 8px;
    background: #fff;
    line-height: 1.5;
}
.bonus-item .bonus-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .bonus-item { flex: 0 0 100%; }
}

/* Important box */
.important {
    background: linear-gradient(135deg, #fffbd3, #fff1e6);
    padding: 20px 25px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #f0a040;
}
.important h3 {
    margin-top: 0;
    color: #d4850a;
}

/* Additional info box */
.add-info {
    background: #f6f6f6;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 25px 0;
}
.add-info h4 {
    margin-top: 0;
}

/* Download APK button */
.down-app {
    background-color: #08102b;
    color: #ffffff !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border: none !important;
    transition: background-color 0.3s;
}
.down-app:hover {
    background-color: #1a2550;
    color: #fff !important;
}

/* Review text in sidebar */
.xreview-text {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin: 8px 0 0;
}

/* ═══ HERO (top-text) ═══════════════════════════════ */
.top-text {
    background: #08102b;
    color: #fff;
    padding: 50px 0 60px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.top-text .hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-text .hero-text {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 2;
}
.top-text .hero-img {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: right;
    position: relative;
    z-index: 1;
}
.top-text .hero-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.top-text h1 { color: #fff; font-size: 3.6rem; margin-bottom: 15px; }
.top-text p { color: #ccc; font-size: 1.8rem; margin-bottom: 25px; max-width: 700px; }

/* Start button */
.start-btn {
    background: #ffeb3b;
    color: #0100da;
    padding: 10px 30px 10px 60px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important;
    border: none !important;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url("data:image/svg+xml,%3Csvg width='100px' height='100px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg fill='%230100da'%3E%3Cpath d='M8 2.5a5.494 5.494 0 00-4.558 2.42.75.75 0 01-1.242-.84 7 7 0 110 7.841.75.75 0 111.242-.841A5.5 5.5 0 108 2.5z'/%3E%3Cpath d='M7.245 4.695a.75.75 0 00-.05 1.06l1.36 1.495H1.75a.75.75 0 000 1.5h6.805l-1.36 1.495a.75.75 0 001.11 1.01l2.5-2.75a.75.75 0 000-1.01l-2.5-2.75a.75.75 0 00-1.06-.05z'/%3E%3C/g%3E%3C/svg%3E");
    transition: background-color 0.3s;
}
.start-btn:hover { background-color: #fff; color: #0100da; text-decoration: none; }

/* ═══ SECTIONS ══════════════════════════════════════ */
.main-row { padding: var(--rowspace) 0; }
.casino-main { padding-top: 40px; }
.mt30in { padding-top: 30px; }
.sub-row { margin-bottom: 15px; }

/* Register button */
.reg-button {
    background-color: #71b821;
    color: #ffffff !important;
    padding: 10px 30px 10px 60px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border: none !important;
    transition: background-color 0.3s;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url("data:image/svg+xml,%3Csvg width='100px' height='100px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M8 2.5a5.494 5.494 0 00-4.558 2.42.75.75 0 01-1.242-.84 7 7 0 110 7.841.75.75 0 111.242-.841A5.5 5.5 0 108 2.5z'/%3E%3Cpath d='M7.245 4.695a.75.75 0 00-.05 1.06l1.36 1.495H1.75a.75.75 0 000 1.5h6.805l-1.36 1.495a.75.75 0 001.11 1.01l2.5-2.75a.75.75 0 000-1.01l-2.5-2.75a.75.75 0 00-1.06-.05z'/%3E%3C/g%3E%3C/svg%3E");
}
.reg-button:hover { background-color: #ff6c00; color: #fff !important; }

/* Reverse layout */
.rev-div .sub-row { display: flex; flex-wrap: wrap; }

/* ═══ PROMO (wide-purple) ═══════════════════════════ */
.wide-purple {
    background: #f7f7fe;
    padding: 30px 0 40px;
}
.wide-purple h3 { margin-top: 0; }

/* Table */
.table-bordered { margin: 13px 0 40px; width: 100%; }
.table-bordered th { background: #f0f0f0; font-weight: 600; }
.table-bordered td, .table-bordered th { padding: 12px 15px; vertical-align: middle; }
#content .table-bordered td a.table-link {
    border: 0;
    padding: 10px 25px;
    background: #75be21;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s;
}
#content .table-bordered td a.table-link:hover { background: #ff6c00; }

/* Promo code text (bold, no button) */
.promo-code-text {
    color: #08102b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ═══ OFFICIAL ══════════════════════════════════════ */
.official {
    background: #ecebff;
    padding: 20px 30px;
    border-left: 10px solid #0101de;
    display: flex;
}

/* ═══ RATING / ADVANTAGES ═══════════════════════════ */
.rating-section { background: #f6f6f6; padding: 40px 0; }
.rating-section ul { padding-left: 20px; }
.rating-section li { margin-bottom: 10px; line-height: 1.6; }
.rating-section .col-md-8 > div:last-child { text-align: center; margin-top: 40px; }

.rating-stars-block { margin-top: 20px; text-align: center; }
.rating-stars-block .star {
    font-size: 28px;
    color: #FFD700;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
}
.rating-stars-block .star.empty { color: #ccc; }
.rating-stars-block .star:hover,
.rating-stars-block .star.selected { color: #FFD700; }
.rating-display { font-size: 2.2rem; color: #71b821; margin-top: 10px; font-weight: 700; text-align: center; transition: all 0.3s; }
.rating-display.animate { color: #ffeb3b; transform: scale(1.1); }

/* ═══ REVIEWS ═══════════════════════════════════════ */
.xreview-module { margin-top: 0; }
.xreview-item {
    padding: 20px;
    border: 1px solid #8BC34A;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
}
.xreview-item:hover { background: #fefefe; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.xreview-author { font-size: 14px; font-weight: bold; text-transform: uppercase; }
.xreview-city { font-size: 14px; color: #b1b1b1; }
.xreview-rating { margin-left: 10px; }
.xreviews-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }

/* ═══ FOOTER ════════════════════════════════════════ */
footer { background: #00086b; margin-top: 60px; color: #b8b8b8; padding: 40px 0 20px; }
footer a { color: #eee; border-bottom: none !important; }
footer a:hover { color: var(--link-hover-color); }
.footer-links .title {
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
    color: #6674a2;
    padding-bottom: 14px;
    border-bottom: 1px solid #6674a2;
    cursor: pointer;
}
.footer-links ul.list-unstyled { padding: 0; }
.footer-links ul.list-unstyled li { margin-bottom: 8px; }
.footer-links ul.list-unstyled a {
    color: #eee;
    transition: all 300ms ease-in-out;
    display: inline-block;
}
.footer-links ul.list-unstyled a:hover {
    color: var(--link-hover-color);
    margin-left: 7px;
}
.logo-footer { display: block; margin-bottom: 34px; }
.logo-footer img { width: 150px; }
.footer-contact-us p { color: #b8b8b8; font-size: 14px; line-height: 1.6; }
.media-links { list-style: none; padding: 0; display: flex; gap: 10px; margin: 20px 0; }
.media-links img { transition: opacity 0.3s; }
.media-links img:hover { opacity: 0.8; }
.footer-software { display: flex; gap: 10px; margin-bottom: 20px; }
.footer-software img { height: 40px; cursor: pointer; }
.footer-r ul { list-style: none; padding: 0; font-size: 13px; line-height: 2; }
.footer-r ul a { color: #eee; }
.footer-desc { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-desc p { font-size: 11px; line-height: 1.6; color: #888; }
.footer-desc a { color: #aaa; text-decoration: underline; }
.footer-desc a:hover { color: var(--link-hover-color); }

#countrySelect {
    background: #111a55;
    color: #ccc;
    border: 1px solid #334;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
}

/* ═══ BACK TO TOP ═══════════════════════════════════ */
#back-top {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 3%;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.8rem;
    z-index: 8;
    border: 1px solid var(--link-hover-color);
    background: #e9e7f3;
    color: var(--link-hover-color);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s;
}
#back-top:hover { color: #fff; background: #ffeb3b; }

/* ═══ COOKIE NOTICE ════════════════════════════════ */
#cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    text-align: center;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
#cookie-notice button {
    background: #71b821;
    color: #fff;
    border: none;
    padding: 6px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 15px;
}
#cookie-notice button:hover { background: #ff6c00; }

/* ═══ RESPONSIVE ════════════════════════════════════ */

/* Desktop wide */
@media (min-width: 1700px) {
    .container { width: 1170px; }
}

/* Tablet */
@media (max-width: 991px) {
    .mobile-burger { display: block; }
    .col-hoz {
        position: fixed;
        top: 0;
        left: -100%;
        width: 88%;
        max-width: 375px;
        height: 100%;
        background: #08102b;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding: 0;
    }
    .col-hoz.open { left: 0; }
    .menu-close { display: block; }
    .ul-top-items { flex-direction: column; width: 100%; padding: 10px 0; }
    .li-top-item { width: 100%; }
    .a-top-link { padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .col-cart { margin-left: auto; }
    #form-language .btn-link.dropdown-toggle span { display: none; }
}

/* Mobile */
@media (max-width: 767px) {
    html { font-size: 55%; }
    .top-text { padding: 30px 0 40px; }
    .top-text h1 { font-size: 2.8rem; }
    .top-text p { font-size: 1.5rem; }
    .hero-inner { flex-direction: column; }
    .top-text .hero-text { flex: 0 0 100%; max-width: 100%; text-align: center; }
    .top-text .hero-img { flex: 0 0 100%; max-width: 100%; text-align: center; margin-top: 25px; }
    .main-row { padding: 30px 0; }
    .rev-div .sub-row { flex-direction: column; }
    .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .footer-links .title { cursor: pointer; }
    .footer-information { display: block; }
    footer { margin-top: 30px; }
}

/* Small mobile */
@media (max-width: 479px) {
    .start-btn { font-size: 18px; padding: 8px 20px 8px 50px; }
    .col-logo { width: 100px; margin-right: 10px; }
}

@media (max-width: 374px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
}
