*{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto}html{scroll-behavior:smooth}:root{--header-height:80px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#1a202c;background-color:#f7fafc;margin:0;padding:0;overflow-x:hidden}main{margin:0;padding:0;width:100%}section{margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.section-description{text-align:center;font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto 2rem;line-height:1.6}section{padding:4rem 0;position:relative}section:first-of-type:not(.hero):not(.breadcrumb){padding-top:calc(2rem + var(--header-height))}section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;right:0;z-index:1000;margin:0;padding:0}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:1rem}.logo__icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem}.logo__title{font-size:1.25rem;font-weight:700;color:#2d3748;margin:0}.logo__subtitle{font-size:.875rem;color:#718096;margin:0}.logo__img{height:40px;width:auto}.footer__logo-img{height:32px;width:auto}.nav{display:flex;gap:2rem}.nav__link{color:#718096;text-decoration:none;font-weight:500;transition:color .2s}.nav__link:hover{color:#3b82f6}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:0 0;border:none;cursor:pointer;padding:8px;transition:all .3s ease}.mobile-menu-btn span{width:24px;height:2px;background:#4a5568;transition:all .3s ease;border-radius:1px}.mobile-menu-btn--active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn--active span:nth-child(2){opacity:0}.mobile-menu-btn--active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:60px 0 80px;margin-top:var(--header-height);position:relative;z-index:1;width:100%}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero__description{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}.hero__stats{display:flex;gap:1rem;flex-wrap:wrap}.stat{background:rgba(255,255,255,.2);padding:1rem;border-radius:12px;backdrop-filter:blur(10px)}.stat__label{font-size:.875rem;display:block;margin-bottom:.25rem}.stat__value{font-weight:600;font-size:1rem}.hero__img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.intro{background:#fff;padding:4rem 0}.intro .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.intro__content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;max-width:900px;margin:0 auto}.intro__content:has(.intro__image),.intro__content:has(.intro__video){grid-template-columns:1fr 1fr}.intro__subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.info-table{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.info-label{font-weight:500;color:#718096}.info-value{color:#2d3748;font-weight:500}.info-value--highlight{color:#10b981;font-weight:600}.intro__video{background:#f7fafc;padding:1.5rem;border-radius:12px}.intro__video-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.video-container{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden}.video-placeholder{aspect-ratio:16/9;background:#e2e8f0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;position:relative;cursor:pointer}.video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.video-play-btn{position:relative;z-index:2;width:64px;height:64px;background:rgba(59,130,246,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.video-subtitle,.video-title{position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.video-player{width:100%;height:100%;border-radius:8px;transition:opacity .3s ease}.video-play-btn:hover{transform:scale(1.1);background:#3b82f6}.video-title{font-weight:600;color:#2d3748;margin:0}.video-subtitle{font-size:.875rem;color:#718096;margin:0}.mechanics{background:#f7fafc;padding:4rem 0}.mechanics__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.mechanics__subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.mechanics__card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mechanics__img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.mechanics__text{color:#718096;margin-bottom:1rem}.mechanics__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.mechanics__item{display:flex;align-items:center;gap:.75rem;color:#718096}.dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dot--green{background:#10b981}.dot--blue{background:#3b82f6}.dot--orange{background:#f59e0b}.dot--red{background:#ef4444}.mechanics__additional{margin-top:2rem;padding:1.5rem;background:rgba(59,130,246,.1);border-left:4px solid #3b82f6;border-radius:8px;color:#1e293b;font-size:1rem;line-height:1.6}.verdict{background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);padding:4rem 0}.verdict__content{max-width:800px;margin:0 auto;text-align:center}.verdict__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.verdict__text{text-align:left;margin-bottom:3rem}.verdict__text p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:1.5rem}.verdict__list{list-style:none;padding:0;margin:1.5rem 0}.verdict__list li{padding:.75rem 0;position:relative;padding-left:1.5rem;font-size:1.1rem;line-height:1.6;color:#4a5568}.verdict__list li::before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.verdict__rating{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:2rem}.rating-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.rating-item:last-child{border-bottom:none}.rating-label{font-size:1.1rem;font-weight:600;color:#1e293b}.rating-stars{display:flex;gap:.25rem}.star{font-size:1.5rem;color:#d1d5db;transition:color .3s ease}.star.filled{color:#fbbf24}.verdict__conclusion{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.conclusion-text{font-size:1.3rem;font-weight:600;margin:0;text-align:center}.bonus-games{display:flex;flex-direction:column;gap:1.5rem}.bonus-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.bonus-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.bonus-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0}.bonus-multiplier{color:#2d3748;font-weight:500;margin-bottom:.5rem}.bonus-description{font-size:.875rem;color:#718096;margin:0}.features{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.features__title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1.5rem;color:#2d3748}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature{text-align:center}.feature__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature__icon--blue{background:#dbeafe;color:#3b82f6}.feature__icon--green{background:#d1fae5;color:#10b981}.feature__icon--purple{background:#e9d5ff;color:#8b5cf6}.feature__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.feature__description{color:#718096}.casinos{background:#fff;padding:4rem 0}.casinos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.casino-card{background:linear-gradient(135deg,#fff,#f7fafc);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.casino-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.casino-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.casino-logo{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:8px}.casino-logo-img{max-width:100%;max-height:100%;object-fit:contain}.casino-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.casino-logo--1win{background:#ff6b35}.casino-logo--turbowins{background:#6366f1}.casino-logo--pinup{background:#ec4899}.casino-name{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#2d3748}.casino-rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.stars{display:flex;gap:2px}.star{color:#e2e8f0;font-size:1rem}.star--filled{color:#fbbf24}.rating-value{font-size:.875rem;color:#718096}.casino-bonus{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1rem}.bonus-label{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.bonus-amount{font-size:1.125rem;font-weight:700}.casino-description{color:#718096;font-size:.875rem;text-align:center;margin-bottom:1rem}.casino-btn{display:block;width:100%;background:#3b82f6;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;transition:background .2s}.casino-btn:hover{background:#2563eb}.responsible-gaming-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;display:flex;gap:1rem}.notice-icon{font-size:1.5rem;flex-shrink:0}.notice-title{font-weight:600;color:#92400e;margin-bottom:.5rem}.notice-text{color:#92400e;font-size:.875rem;margin:0}.how-to-play{background:#f7fafc;padding:4rem 0}.how-to-play__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step__number{width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step__title{font-weight:600;margin-bottom:.5rem;color:#2d3748}.step__description{color:#718096}.tips{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.tips__title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.tips__list{display:flex;flex-direction:column;gap:1rem}.tip{display:flex;gap:.75rem;align-items:flex-start}.tip__icon{color:#10b981;flex-shrink:0;margin-top:2px}.tip__text{color:#718096;margin:0}.demo-mobile{background:#fff;padding:4rem 0}.demo-mobile__header{text-align:center;margin-bottom:3rem}.demo-mobile__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.demo-section,.mobile-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;border-radius:12px}.mobile-section{background:linear-gradient(135deg,#fdf4ff,#fae8ff)}.demo-section__title,.mobile-section__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.demo-game{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:1.5rem}.demo-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.demo-play-btn{width:80px;height:80px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .2s}.demo-play-btn:hover{transform:scale(1.1)}.demo-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0}.demo-subtitle{color:#718096;margin:0}.demo-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.demo-btn:hover{background:#2563eb}.demo-features,.mobile-features{display:flex;flex-direction:column;gap:.75rem}.demo-feature,.mobile-feature{display:flex;align-items:center;gap:.75rem;color:#718096}.feature-icon{color:#10b981;flex-shrink:0}.mobile-info{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:1.5rem;text-align:center}.mobile-devices{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.device{font-size:3rem}.mobile-description{color:#718096;margin-bottom:1.5rem}.app-stores{display:flex;justify-content:center;gap:1rem}.store-btn{display:flex;align-items:center;gap:.5rem;background:#000;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;transition:background .2s}.store-btn:hover{background:#374151}.testimonials{background:#f7fafc;padding:4rem 0}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.testimonial{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e2e8f0}.testimonial__quote-icon{font-size:3rem;line-height:1;color:#3b82f6;opacity:.3;font-family:Georgia,serif;margin-bottom:.5rem}.testimonial__text{color:#718096;font-style:italic;font-size:.875rem;margin:0}.testimonials__stats{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e2e8f0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats-grid .stat-item{display:flex;flex-direction:column;align-items:center}.stats-grid .stat-number{font-size:2rem;font-weight:700;color:#4f46e5;margin-bottom:.5rem}.stats-grid .stat-label{font-size:.875rem;color:#718096;font-weight:500}.review-submit{margin-top:4rem;padding-top:3rem;border-top:2px solid #e2e8f0}.review-submit__content{max-width:900px;margin:0 auto;text-align:center}.review-submit__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 1rem}.review-submit__icon-img{width:100%;height:100%;object-fit:contain}.review-submit__icon{font-size:3rem;margin-bottom:1rem}.review-submit__title{font-size:1.75rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.review-submit__description{font-size:1.125rem;color:#718096;margin-bottom:2.5rem;line-height:1.6}.review-submit__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem;text-align:left}.review-step{display:flex;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.review-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.review-step__number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.review-step__content{flex:1;min-width:0}.review-step__title{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.review-step__text{font-size:.9375rem;color:#718096;line-height:1.6;margin:0}.review-submit__cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.review-submit__note{font-size:.875rem;color:#718096;margin:0;max-width:600px}@media (max-width:768px){.review-submit__steps{grid-template-columns:1fr;gap:1.5rem}.review-step{flex-direction:column;text-align:center;gap:1rem}.review-step__number{margin:0 auto}.review-submit__title{font-size:1.5rem}.review-submit__description{font-size:1rem}}.testimonials__cta{text-align:center}.cta-box{background:#dbeafe;border:1px solid #3b82f6;border-radius:8px;padding:1.5rem;display:inline-block}.cta-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:.5rem}.cta-description{color:#1e40af;font-size:.875rem;margin-bottom:1rem}.cta-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.cta-btn:hover{background:#2563eb}.gallery{background:#fff;padding:4rem 0}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.gallery__item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery__item:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.gallery__img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery__item:hover .gallery__img{transform:scale(1.05)}.gallery__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery__item:hover .gallery__overlay{transform:translateY(0)}.gallery__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#fff}.gallery__description{font-size:.875rem;color:rgba(255,255,255,.9);margin:0;line-height:1.4}.hero--demo{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 100%);color:#fff;padding:6rem 0 4rem;margin-top:0}.demo-demo{background:#f8fafc;padding:4rem 0}.demo-demo .demo__content{max-width:600px;margin:0 auto}.demo-demo .demo-game{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden}.demo-demo .demo-placeholder{padding:2rem;text-align:center}.demo-demo .demo-play-btn{width:120px;height:120px;margin:0 auto 1.5rem}.demo-demo .demo-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.demo-demo .demo-subtitle{color:#64748b;margin-bottom:1.5rem}.demo-demo .demo-btn{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.demo-demo .demo-btn:hover{background:linear-gradient(135deg,#1e40af 0,#1e3a8a 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.demo-demo .demo-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.demo-demo .demo-feature{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.demo-demo .feature-icon{color:#10b981;flex-shrink:0}.demo-demo .demo-feature span{color:#64748b;font-size:.9rem}.hero__demo{margin-top:3rem}.demo-container{max-width:100%;margin:0 auto}.demo-game{position:relative;width:100%}.demo-placeholder{background:rgba(255,255,255,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:2rem}.demo-video-container{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3)}.demo-video-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.demo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease;cursor:pointer}.demo-overlay:hover{background:rgba(0,0,0,.5)}.demo-play-btn{background:rgba(59,130,246,.9);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.demo-play-btn:hover{transform:scale(1.1);background:#3b82f6;box-shadow:0 8px 32px rgba(59,130,246,.4)}.demo-content{text-align:center}.demo-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.demo-subtitle{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem}.demo-btn{background:#fbbf24;color:#1e293b;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.demo-btn:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 16px rgba(251,191,36,.4)}.hero--demo .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--demo .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--demo .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--demo .stat__label{color:rgba(255,255,255,.8)}.demo-container{background:rgba(255,255,255,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.demo-game{text-align:center}.demo-placeholder{background:rgba(255,255,255,.1);border-radius:12px;padding:3rem 2rem;border:2px dashed rgba(255,255,255,.3)}.demo-play-btn{width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);overflow:hidden}.demo-play-btn img{width:100%;height:100%;object-fit:cover;border-radius:50%}.demo-play-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.demo-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.demo-subtitle{color:rgba(255,255,255,.8);margin-bottom:1.5rem}.demo-btn{background:#fbbf24;color:#1e3a8a;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.demo-btn:hover{background:#f59e0b;transform:translateY(-2px)}.demo-features{background:#f8fafc;padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.how-to-play-demo{background:#fff;padding:4rem 0}.demo-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #3b82f6}.step__number{background:#3b82f6;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step__title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.step__text{color:#64748b;line-height:1.6}.demo-benefits{background:#f8fafc;padding:4rem 0}.benefits__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.benefits__list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-icon{font-size:1.5rem;color:#10b981;flex-shrink:0}.benefit-text h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.benefit-text p{color:#64748b;margin:0}.benefits__img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.1)}.demo-comparison{background:#fff;padding:4rem 0}.comparison-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-top:3rem;width:100%}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}.comparison-table-wrapper .comparison-table{min-width:600px;margin:0}.comparison-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#3b82f6;color:#fff;font-weight:700}.comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #e2e8f0}.comparison-row:nth-child(2n){background:#f8fafc}.comparison-cell{padding:1.5rem;border-right:1px solid #e2e8f0;display:flex;align-items:center;word-break:break-word}.comparison-cell:last-child{border-right:none}.comparison-header .comparison-cell{border-right:1px solid rgba(255,255,255,.2);color:#fff}.comparison-header .comparison-cell:last-child{border-right:none}.hero--features{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#60a5fa 100%);color:#fff;padding:6rem 0 4rem;margin-top:0}.hero--features .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--features .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--features .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--features .stat__label{color:rgba(255,255,255,.8)}.game-mechanics{background:#fff;padding:4rem 0}.mechanics-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.mechanics-text h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;margin-top:2rem}.mechanics-text h3:first-child{margin-top:0}.mechanics-text p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.mechanics-list{color:#64748b;line-height:1.6;padding-left:1.5rem}.mechanics-list li{margin-bottom:.5rem}.mechanics-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.1)}.fish-types{background:#f8fafc;padding:4rem 0}.fish-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.fish-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.fish-card:hover{transform:translateY(-4px)}.fish-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.fish-icon{font-size:2.5rem}.fish-name{font-size:1.5rem;font-weight:700;color:#1e293b;flex:1}.fish-multiplier{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem}.fish-content h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.fish-features{list-style:none;padding:0;margin-bottom:1.5rem}.fish-features li{padding:.5rem 0;color:#64748b;position:relative;padding-left:1.5rem}.fish-features li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.fish-stats{display:flex;gap:2rem}.fish-stats .stat{text-align:center}.fish-stats .stat-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.25rem}.fish-stats .stat-value{display:block;font-size:1.25rem;font-weight:700;color:#3b82f6}.bonus-rounds{background:#fff;padding:4rem 0}.bonus-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.bonus-card{background:#f8fafc;border-radius:12px;padding:2rem;border:2px solid #e2e8f0;transition:all .3s ease}.bonus-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.bonus-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.bonus-icon{font-size:2.5rem}.bonus-title{font-size:1.25rem;font-weight:700;color:#1e293b;flex:1}.bonus-multiplier{background:#fbbf24;color:#1e293b;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem}.bonus-description p{color:#64748b;line-height:1.6;margin-bottom:1rem}.bonus-features{display:flex;flex-direction:column;gap:.5rem}.feature{color:#10b981;font-size:.9rem;font-weight:600}.game-rules{background:#f8fafc;padding:4rem 0}.rules-content{margin-top:3rem}.rules-section{margin-bottom:3rem}.rules-section h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.rules-list{display:flex;flex-direction:column;gap:1.5rem}.rule-item{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.rule-number{background:#3b82f6;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.rule-text h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.rule-text p{color:#64748b;line-height:1.6;margin:0}.special-rules{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.special-rule{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.special-rule h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.special-rule p{color:#64748b;line-height:1.6;margin:0}.strategies{background:#fff;padding:4rem 0}.strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.strategy-card{background:#f8fafc;border-radius:12px;padding:2rem;text-align:center;border:2px solid #e2e8f0;transition:all .3s ease}.strategy-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.strategy-icon{font-size:3rem;margin-bottom:1rem}.strategy-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.strategy-content p{color:#64748b;margin-bottom:1rem;font-weight:600}.strategy-content ul{list-style:none;padding:0;text-align:left}.strategy-content li{padding:.5rem 0;color:#64748b;position:relative;padding-left:1.5rem}.strategy-content li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.hero--about{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#60a5fa 100%);color:#fff;padding:6rem 0 4rem;margin-top:0}.hero--about .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--about .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--about .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--about .stat__label{color:rgba(255,255,255,.8)}.mission{background:#fff;padding:4rem 0}.mission-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.mission-text h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.mission-text p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.mission-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.1)}.values{background:#f8fafc;padding:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.value-card:hover{transform:translateY(-4px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.value-description{color:#64748b;line-height:1.6}.team{background:#fff;padding:4rem 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-member{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-4px)}.member-avatar{margin-bottom:1rem}.member-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto}.member-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.member-role{color:#3b82f6;font-weight:600;margin-bottom:1rem}.member-description{color:#64748b;line-height:1.6;font-size:.9rem}.offerings{background:#f8fafc;padding:4rem 0}.offerings-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.offering-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.offering-item:hover{transform:translateY(-2px)}.offering-icon{font-size:2rem;flex-shrink:0}.offering-content h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.offering-content p{color:#64748b;line-height:1.6;margin:0}.contact{background:#fff;padding:4rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:center;gap:1rem}.method-icon{font-size:1.5rem;width:40px;height:40px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center}.method-info h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.method-info p{color:#64748b;margin:0}.contact-form h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#1e293b;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#3b82f6}.hero--download{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#60a5fa 100%);color:#fff;padding:6rem 0 4rem;margin-top:0}.hero--download .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--download .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--download .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--download .stat__label{color:rgba(255,255,255,.8)}.download-container{background:rgba(255,255,255,.1);border-radius:16px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.download-card{text-align:center;background:rgba(255,255,255,.1);border-radius:12px;padding:2rem;border:2px dashed rgba(255,255,255,.3)}.app-icon{margin-bottom:1rem}.app-icon-img{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.app-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.app-subtitle{color:rgba(255,255,255,.8);margin-bottom:2rem}.download-buttons{display:flex;flex-direction:column;gap:1rem}.download-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.download-btn--primary{background:#fbbf24;color:#1e293b}.download-btn--primary:hover{background:#f59e0b;transform:translateY(-2px)}.download-btn--secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.3)}.download-btn--secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.app-features{background:#f8fafc;padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.installation-guide{background:#fff;padding:4rem 0}.guide-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #3b82f6}.step__number{background:#3b82f6;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step__title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.step__text{color:#64748b;line-height:1.6}.system-requirements{background:#f8fafc;padding:4rem 0}.requirements-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.requirements-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.requirements-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.requirements-list{display:flex;flex-direction:column;gap:1rem}.requirement-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px}.requirement-label{font-weight:600;color:#1e293b}.requirement-value{color:#3b82f6;font-weight:700}.faq{background:#fff;padding:4rem 0}.faq__list{max-width:800px;margin:0 auto 3rem}.faq__item{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.faq__item:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.faq__item--open{border-color:#4f46e5;box-shadow:0 4px 12px rgba(79,70,229,.2)}.faq__question{width:100%;background:0 0;border:none;padding:1.5rem;text-align:left;font-size:1.125rem;font-weight:600;color:#2d3748;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.faq__question:hover{background:#f7fafc;color:#4f46e5}.faq__arrow{transition:transform .3s ease;color:#4f46e5;font-size:1.2rem}.faq__item--open .faq__arrow{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;padding:0 1.5rem;color:#718096;line-height:1.6;transition:max-height .3s ease-out,padding .3s ease-out}.faq__item--open .faq__answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq__answer.show{display:block}.faq__support{text-align:center;background:#f7fafc;padding:2rem;border-radius:8px;max-width:600px;margin:0 auto}.support-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.support-description{color:#718096;margin-bottom:1.5rem}.support-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.support-btn:hover{background:#2563eb}.footer{background:#1a202c;color:#fff;padding:3rem 0}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer__logo .logo__icon{width:40px;height:40px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.footer__logo .logo__text{font-size:1.25rem;font-weight:700}.footer__description{color:#a0aec0;font-size:.875rem;line-height:1.6}.footer__entity{margin-top:1rem;font-size:.75rem;opacity:.6;line-height:1.6}.footer__title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer__nav{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#a0aec0;text-decoration:none;font-size:.875rem;transition:color .2s}.footer__link:hover{color:#fff}.responsible-logos{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.responsible-logo{height:32px;width:auto}.responsible-text{color:#a0aec0;font-size:.75rem;margin-bottom:1rem;line-height:1.5}.responsible-links{display:flex;gap:.5rem;flex-wrap:wrap}.responsible-link{color:#60a5fa;text-decoration:none;font-size:.75rem;transition:color .2s}.responsible-link:hover{color:#93c5fd;text-decoration:underline}.footer__bottom{border-top:1px solid #2d3748;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright,.footer__disclaimer{color:#a0aec0;font-size:.875rem}.footer__disclaimer{font-size:.75rem}.footer__regulations{background:#2d3748;border-radius:8px;padding:1.5rem;margin-top:1rem}.regulations-content{display:flex;flex-direction:column;gap:1rem}.regulations-logos{display:flex;justify-content:space-between;align-items:center;gap:2rem;width:100%}.logo-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.regulation-logo{width:60px;height:60px;object-fit:contain;border-radius:8px;background:#fff;padding:8px}.logo-label{font-size:.875rem;font-weight:600;color:#e2e8f0;text-align:center}.regulations-text{text-align:center;color:#a0aec0;font-size:.875rem;line-height:1.6;margin:1rem 0}.regulations-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.regulation-link{color:#63b3ed;text-decoration:none;font-size:.875rem;transition:color .2s ease}.regulation-link:hover{color:#90cdf4;text-decoration:underline}@media (max-width:1024px){.header__cta{display:flex;flex-shrink:0}.play-btn{padding:.6rem 1.2rem;font-size:.9rem;border-radius:22px;white-space:nowrap}.play-btn__text{font-size:.9rem}}@media (max-width:428px) and (max-height:926px){.header__content{flex-wrap:nowrap;gap:.5rem}.header__logo{flex:1;min-width:0}.header__cta{display:flex;flex-shrink:0}.play-btn{padding:.5rem 1rem;font-size:.875rem;border-radius:20px;white-space:nowrap}.play-btn__text{font-size:.875rem}}@media (max-width:900px){.header__cta{display:flex!important;flex-shrink:0}.header__content{flex-wrap:nowrap;gap:.5rem}.header__logo{flex:1;min-width:0}.play-btn{white-space:nowrap;min-width:fit-content}}@media (max-width:430px){.header__cta{display:flex!important;flex-shrink:0}.play-btn{padding:.5rem 1rem;font-size:.875rem;border-radius:20px;white-space:nowrap;min-width:fit-content}.play-btn__text{font-size:.875rem}}@media (max-width:428px){.header__cta{display:flex!important;flex-shrink:0}.header__content{flex-wrap:nowrap;gap:.5rem;align-items:center}.header__logo{flex:1;min-width:0}.play-btn{padding:.5rem 1rem;font-size:.875rem;border-radius:20px;white-space:nowrap;min-width:fit-content;flex-shrink:0}.play-btn__text{font-size:.875rem}.mobile-menu-btn{flex-shrink:0}}@media (max-width:768px){:root{--header-height:70px}.container{padding:0 16px}.header__content{flex-wrap:nowrap;gap:.5rem}.header__logo{flex:1;min-width:0}.header__cta{display:flex;flex-shrink:0}.play-btn{padding:.5rem 1rem;font-size:.875rem;border-radius:20px;white-space:nowrap}.play-btn__text{font-size:.875rem}.mobile-menu-btn{display:flex;flex-shrink:0}@media (max-width:480px){.play-btn{padding:.4rem .8rem;font-size:.8rem}.play-btn__text{font-size:.8rem}.header__content{gap:.25rem}}.nav{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);flex-direction:column;padding:1rem;z-index:999;transition:left .3s ease;overflow-y:auto;display:flex}.nav--open{left:0;display:flex}.nav__link{display:block;padding:.75rem 0;border-bottom:1px solid #e2e8f0;text-align:center;color:#2d3748;text-decoration:none;font-weight:500;transition:color .3s ease}.nav__link:hover{color:#3b82f6}.hero__content{grid-template-columns:1fr;text-align:center}.hero__title{font-size:2rem}.hero__stats{justify-content:center}.demo-mobile__content,.how-to-play__content,.intro__content,.mechanics__content{grid-template-columns:1fr;gap:2rem}.features__grid{grid-template-columns:1fr;gap:1.5rem}.casinos__grid,.testimonials__grid{grid-template-columns:1fr;gap:1.5rem}.gallery__grid{grid-template-columns:1fr;gap:1rem}.gallery__img{height:200px}.gallery__overlay{padding:1rem}.gallery__title{font-size:1rem}.gallery__description{font-size:.8rem}.hero--demo .hero__title{font-size:2rem}.hero--demo .hero__description{font-size:1rem}.demo-container{padding:1rem}.demo-placeholder{padding:2rem 1rem}.demo-play-btn{width:60px;height:60px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.benefits__content{grid-template-columns:1fr;gap:2rem}.benefits__title{font-size:2rem}.step{flex-direction:column;text-align:center}.step__number{align-self:center}.comparison-table-wrapper{margin:0 -1rem;padding:0 1rem;-webkit-overflow-scrolling:touch}.comparison-table-wrapper .comparison-table{min-width:600px;margin:0}.comparison-header,.comparison-row{grid-template-columns:1fr 1fr 1fr;min-width:600px}.comparison-cell{padding:1rem .75rem;font-size:.9rem;border-right:1px solid #e2e8f0;border-bottom:none}.comparison-header .comparison-cell{font-size:.95rem;padding:1rem .75rem}.comparison-cell:last-child{border-right:none}.comparison-row:last-child .comparison-cell{border-bottom:1px solid #e2e8f0}.hero--features .hero__title{font-size:2rem}.hero--features .hero__description{font-size:1rem}.mechanics-content{grid-template-columns:1fr;gap:2rem}.fish-grid{grid-template-columns:1fr;gap:1.5rem}.bonus-content{grid-template-columns:1fr;gap:1.5rem}.strategies-grid{grid-template-columns:1fr;gap:1.5rem}.rule-item{flex-direction:column;text-align:center}.rule-number{align-self:center}.special-rules{grid-template-columns:1fr;gap:1rem}.fish-stats{flex-direction:column;gap:1rem}.hero--about .hero__title{font-size:2rem}.hero--about .hero__description{font-size:1rem}.mission-content{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.team-grid{grid-template-columns:1fr;gap:1.5rem}.offerings-content{grid-template-columns:1fr;gap:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.hero--download .hero__title{font-size:2rem}.hero--download .hero__description{font-size:1rem}.download-container{padding:1rem}.download-card{padding:1.5rem}.download-buttons{gap:.75rem}.download-btn{padding:.75rem 1.5rem;font-size:.9rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.step{flex-direction:column;text-align:center}.step__number{align-self:center}.requirements-content{grid-template-columns:1fr;gap:1.5rem}.requirement-item{flex-direction:column;text-align:center;gap:.5rem}.demo-placeholder{padding:1rem;gap:1.5rem}.demo-video-container{aspect-ratio:4/3}.demo-play-btn{width:60px;height:60px}.demo-play-btn svg{width:40px;height:40px}.demo-title{font-size:1.5rem}.demo-subtitle{font-size:1rem}.demo-btn{padding:.75rem 1.5rem;font-size:1rem}.cta__title{font-size:2rem}.cta__description{font-size:1rem;margin-bottom:2rem}.cta__buttons{flex-direction:column;align-items:center;gap:1rem}.btn--primary,.demo-cta-btn{padding:.875rem 1.5rem;font-size:.9rem;width:100%;max-width:300px}.btn--secondary{padding:1rem 2rem;font-size:1rem;width:100%;max-width:300px}.casino-card__actions .btn--primary{padding:.75rem 1rem;font-size:.85rem}.footer__content{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;text-align:center}.app-stores{flex-direction:column;align-items:center}.regulations-logos{flex-direction:row;gap:1rem;justify-content:space-around}.logo-group{flex:1;min-width:80px}.regulation-logo{width:50px;height:50px}.regulations-links{flex-direction:column;gap:1rem}.responsible-logos{justify-content:flex-start}}@media (max-width:480px){.section-title{font-size:1.5rem}.hero{padding:100px 0 60px}.hero__title{font-size:1.75rem}.hero__description{font-size:1rem}.stat{padding:.75rem}.casino-card,.testimonial{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stats-grid .stat-number{font-size:1.5rem}.demo-section,.mobile-section{padding:1.5rem}}.casino-btn,.casino-card,.cta-btn,.demo-btn,.demo-play-btn,.support-btn,.testimonial,.video-play-btn{transition:all .2s ease}.casino-btn:focus,.cta-btn:focus,.demo-btn:focus,.faq__question:focus,.nav__link:focus,.support-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.hero--how-to-play{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);padding:6rem 0 4rem}.toc{background:#f8fafc;padding:4rem 0}.toc .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.toc__title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.toc__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.toc__item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:#1e293b}.toc__item:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.toc__number{font-size:1.5rem;font-weight:700;color:#3b82f6;background:#dbeafe;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.toc__text{font-size:1.1rem;font-weight:600}.basics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.basics-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.basics-card:hover{transform:translateY(-4px)}.basics-card__icon{width:4rem;height:4rem;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#3b82f6}.basics-card__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.basics-card__text{color:#64748b;line-height:1.6}.rules-content{margin-top:3rem}.rules-step{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:rgba(255,255,255,.05);border-radius:16px;backdrop-filter:blur(10px)}.rules-step__number{width:4rem;height:4rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.rules-step__content{flex:1;min-width:0}.rules-step__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.rules-step__text{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.rules-step__list{color:#cbd5e1;list-style:none;padding:0}.rules-step__list li{padding:.5rem 0;position:relative;padding-left:1.5rem}.rules-step__list li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.fish-types{margin-top:4rem;padding:3rem;background:rgba(255,255,255,.05);border-radius:20px;backdrop-filter:blur(10px)}.fish-types__title{text-align:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:2rem}.fish-types__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.fish-type{text-align:center;padding:2rem;background:rgba(255,255,255,.1);border-radius:16px;transition:transform .3s ease}.fish-type:hover{transform:translateY(-4px)}.fish-type__icon{font-size:3rem;margin-bottom:1rem;display:block}.fish-type__icon--blue{filter:hue-rotate(200deg)}.fish-type__icon--orange{filter:hue-rotate(30deg)}.fish-type__icon--red{filter:hue-rotate(0deg)}.fish-type__name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.fish-type__multiplier{font-size:1.1rem;font-weight:600;color:#10b981;margin-bottom:.5rem}.fish-type__description{color:#cbd5e1;font-size:.9rem}.bonuses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.bonus-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease}.bonus-card:hover{transform:translateY(-4px)}.bonus-card__header{display:flex;align-items:center;gap:1rem;padding:2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.bonus-card__icon{font-size:2rem}.bonus-card__title{font-size:1.5rem;font-weight:700}.bonus-card__content{padding:2rem}.bonus-card__description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.bonus-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.bonus-card__stats .stat{text-align:center;padding:1rem;background:#f8fafc;border-radius:8px}.bonus-card__stats .stat__label{display:block;font-size:.9rem;color:#64748b;margin-bottom:.5rem}.bonus-card__stats .stat__value{font-size:1.1rem;font-weight:700;color:#1e293b}.strategies-content{margin-top:3rem}.strategy-tabs{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.strategy-tab{padding:1rem 2rem;background:rgba(255,255,255,.1);border:none;border-radius:8px;color:#cbd5e1;font-weight:600;cursor:pointer;transition:all .3s ease}.strategy-tab.active,.strategy-tab:hover{background:#3b82f6;color:#fff}.strategy-content{background:rgba(255,255,255,.05);border-radius:16px;padding:3rem;backdrop-filter:blur(10px)}.strategy-panel{display:none}.strategy-panel.active{display:block}.strategy-panel__title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.strategy-panel__description{color:#cbd5e1;margin-bottom:2rem;font-size:1.1rem}.strategy-point{margin-bottom:2rem}.strategy-point__title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.strategy-point__list{color:#cbd5e1;list-style:none;padding:0}.strategy-point__list li{padding:.5rem 0;position:relative;padding-left:1.5rem}.strategy-point__list li::before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tip-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease}.tip-card:hover{transform:translateY(-4px)}.tip-card__icon{font-size:2.5rem;margin-bottom:1rem;display:block}.tip-card__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.tip-card__list{color:#64748b;list-style:none;padding:0}.tip-card__list li{padding:.5rem 0;position:relative;padding-left:1.5rem}.tip-card__list li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cta{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);padding:4rem 0;text-align:center}.cta__title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta__description{font-size:1.2rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.demo-cta-btn{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#1e293b;padding:1.25rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(251,191,36,.3);border:2px solid transparent}.demo-cta-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.demo-cta-btn:hover::before{left:100%}.demo-cta-btn:hover{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);transform:translateY(-3px);box-shadow:0 12px 32px rgba(251,191,36,.4);border-color:rgba(255,255,255,.2)}.demo-cta-btn:active{transform:translateY(-1px);box-shadow:0 6px 16px rgba(251,191,36,.3)}.btn--primary{background:linear-gradient(135deg,#3b82f6 0,#1e40af 50%,#1e3a8a 100%);color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;text-decoration:none;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(59,130,246,.3)}.btn--primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--primary:hover::before{left:100%}.btn--primary:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#06b6d4 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.4);color:#fff;text-decoration:none}.btn--primary:active{transform:translateY(0);box-shadow:0 4px 15px rgba(59,130,246,.3)}.btn--secondary{background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);color:#fff;padding:1.25rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.125rem;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;backdrop-filter:blur(10px);text-decoration:none;display:inline-block}.btn--secondary::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);opacity:0;transition:opacity .3s ease}.btn--secondary:hover::before{opacity:1}.btn--secondary:hover{background:linear-gradient(135deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 100%);transform:translateY(-3px);box-shadow:0 12px 32px rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);color:#fff;text-decoration:none}.btn--secondary:active{transform:translateY(-1px);box-shadow:0 6px 16px rgba(255,255,255,.1)}.cta{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.cta__content{position:relative;z-index:2}.cta__title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff 0,#e2e8f0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta__description{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width:768px){.toc__list{grid-template-columns:1fr}.rules-step{flex-direction:column;text-align:center}.strategy-tabs{flex-direction:column}.cta__buttons{flex-direction:column;align-items:center}.verdict__title{font-size:2rem}.verdict__text p{font-size:1rem}.verdict__list li{font-size:1rem}.rating-item{flex-direction:column;gap:.5rem;text-align:center}.conclusion-text{font-size:1.1rem}}.hero--registration{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);padding:6rem 0 4rem;margin-top:0}.choose-casino{background:#f8fafc;padding:4rem 0}.choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.choose-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.choose-card:hover{transform:translateY(-4px)}.choose-card__icon{font-size:3rem;margin-bottom:1rem;display:block}.choose-card__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.choose-card__text{color:#64748b;line-height:1.6}.top-casinos{padding:4rem 0;background:#fff}.casinos-list{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.casinos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:3rem}.casino-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column}.casino-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.casino-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.casino-card__logo{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;padding:8px}.casino-card__logo-img{max-width:100%;max-height:100%;object-fit:contain}.casino-card__info{flex:1}.casino-card__name{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.casino-card__rating{display:flex;align-items:center;gap:.5rem}.rating-stars{color:#fbbf24;font-size:.9rem}.rating-text{font-size:.875rem;color:#64748b;font-weight:600}.casino-card__features{margin-bottom:1rem}.casino-card__features .feature-item{font-size:.875rem;color:#64748b;margin-bottom:.25rem;line-height:1.4}.casino-card__bonuses{background:#f8fafc;padding:1rem;border-radius:8px;margin-bottom:1rem}.casino-card__bonuses .bonuses-title{font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.casino-card__bonuses .bonuses-list{list-style:none;padding:0;margin:0}.casino-card__bonuses .bonuses-list li{font-size:.8rem;color:#64748b;margin-bottom:.25rem;padding-left:.5rem;position:relative}.casino-card__bonuses .bonuses-list li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.casino-card__actions{margin-top:auto}.casino-card__actions .btn{width:100%;text-align:center;padding:.75rem 1rem;font-size:.9rem;border-radius:8px;font-weight:600;transition:all .3s ease}.casino-card__actions .btn--primary{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;border:none;box-shadow:0 2px 8px rgba(59,130,246,.3)}.casino-card__actions .btn--primary:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4);color:#fff;text-decoration:none}.casino-card__actions .btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(59,130,246,.3)}.casino-card__actions .btn--primary{animation:pulse-glow 2s infinite}.cta .btn--primary{animation:pulse-glow 2s infinite;font-size:1.125rem;padding:1.25rem 2.5rem;border-radius:12px}@keyframes pulse-glow{0%{box-shadow:0 2px 8px rgba(59,130,246,.3)}50%{box-shadow:0 2px 8px rgba(59,130,246,.3),0 0 20px rgba(59,130,246,.4)}100%{box-shadow:0 2px 8px rgba(59,130,246,.3)}}.btn--primary:focus{outline:2px solid #3b82f6;outline-offset:2px}.casino-card__actions .btn--primary:focus{outline:2px solid #3b82f6;outline-offset:2px}.casino-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease}.casino-item:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.casino-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.casino-logo{width:80px;height:80px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.casino-logo-img{max-width:100%;max-height:100%;object-fit:contain}.casino-info{flex:1}.casino-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.casino-rating{display:flex;align-items:center;gap:.5rem}.rating-stars{color:#fbbf24;font-size:1.2rem}.rating-text{font-weight:600;color:#64748b}.casino-features{margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#64748b}.feature-icon{color:#10b981;font-weight:700;font-size:1.1rem}.casino-bonuses{background:#f8fafc;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.bonuses-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.bonuses-list{list-style:none;padding:0;margin:0}.bonuses-list li{padding:.25rem 0;position:relative;padding-left:1.5rem;color:#64748b}.bonuses-list li::before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.casino-actions{display:flex;gap:1rem;flex-wrap:wrap}.registration-guide{background:#f8fafc;padding:4rem 0}.guide-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.step{display:flex;gap:2rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.step__number{width:4rem;height:4rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step__content{flex:1;min-width:0}.step__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.step__text{color:#64748b;line-height:1.6;font-size:1.1rem}.faq-section{padding:4rem 0;background:#f8fafc}.faq-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.choose-grid{grid-template-columns:1fr}.casinos-grid{grid-template-columns:1fr;gap:1rem}.casino-card{padding:1rem}.casino-card__header{gap:.75rem}.casino-card__logo{width:40px;height:40px}.casino-card__name{font-size:1rem}.casino-header{flex-direction:column;text-align:center}.casino-actions{flex-direction:column}.step{flex-direction:column;text-align:center}.step__number{align-self:center}}.header__cta{display:flex;align-items:center}@media (max-width:1200px){.header__cta{display:flex!important}}.play-btn{position:relative;background:linear-gradient(135deg,#ff6b6b 0,#ee5a24 50%,#ff4757 100%);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:800;font-size:.9rem;text-decoration:none;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:0 4px 15px rgba(255,107,107,.4);animation:pulse-glow 2s infinite}.play-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.play-btn:hover::before{left:100%}.play-btn:hover{background:linear-gradient(135deg,#ff5252 0,#d63031 50%,#e74c3c 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,107,107,.6);border-color:rgba(255,255,255,.3)}.play-btn:active{transform:translateY(0);box-shadow:0 4px 15px rgba(255,107,107,.4)}.play-btn__text{position:relative;z-index:2;display:block}.play-btn__pulse{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);animation:pulse-ring 2s infinite}@keyframes pulse-glow{0%{box-shadow:0 4px 15px rgba(255,107,107,.4)}50%{box-shadow:0 4px 25px rgba(255,107,107,.8),0 0 0 10px rgba(255,107,107,.1)}100%{box-shadow:0 4px 15px rgba(255,107,107,.4)}}@keyframes pulse-ring{0%{width:0;height:0;opacity:1}100%{width:100px;height:100px;opacity:0}}.hero--privacy{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#60a5fa 100%);color:#fff;padding:6rem 0 4rem}.hero--privacy .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--privacy .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--privacy .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--privacy .stat__label{color:rgba(255,255,255,.8)}.privacy-content{background:#fff;padding:4rem 0}.privacy-sections{max-width:800px;margin:0 auto}.privacy-section{margin-bottom:3rem;padding:2rem;background:#f8fafc;border-radius:12px;border-left:4px solid #3b82f6}.privacy-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.privacy-title::before{content:'';width:8px;height:8px;background:#3b82f6;border-radius:50%;flex-shrink:0}.privacy-text h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;margin-top:1.5rem}.privacy-text p{color:#64748b;line-height:1.6;margin-bottom:1rem}.privacy-text ul{margin:1rem 0;padding-left:1.5rem}.privacy-text li{color:#64748b;line-height:1.6;margin-bottom:.5rem}.privacy-text strong{color:#1e293b;font-weight:600}@media (max-width:768px){.hero--privacy .hero__title{font-size:2rem}.hero--privacy .hero__description{font-size:1rem}.privacy-section{padding:1.5rem;margin-bottom:2rem}.privacy-title{font-size:1.5rem}.privacy-text h3{font-size:1.125rem}}.hero--responsible{background:linear-gradient(135deg,#059669 0,#10b981 50%,#34d399 100%);color:#fff;padding:6rem 0 4rem}.hero--responsible .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--responsible .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--responsible .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--responsible .stat__label{color:rgba(255,255,255,.8)}.principles{background:#f8fafc;padding:4rem 0}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.principle-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border-top:4px solid #10b981}.principle-card:hover{transform:translateY(-4px)}.principle-icon{font-size:3rem;margin-bottom:1rem}.principle-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.principle-description{color:#64748b;line-height:1.6}.warning-signs{background:#fff;padding:4rem 0}.warning-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.warning-list{background:#fef2f2;padding:2rem;border-radius:12px;border-left:4px solid #ef4444}.warning-list h3{font-size:1.25rem;font-weight:700;color:#dc2626;margin-bottom:1rem}.warning-list ul{list-style:none;padding:0}.warning-list li{color:#7f1d1d;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.warning-list li::before{content:'⚠️';position:absolute;left:0;top:0}.tools{background:#f8fafc;padding:4rem 0}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tool-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border-top:4px solid #3b82f6}.tool-card:hover{transform:translateY(-4px)}.tool-icon{font-size:3rem;margin-bottom:1rem}.tool-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.tool-description{color:#64748b;line-height:1.6}.help{background:#fff;padding:4rem 0}.help-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.help-card{background:#f0f9ff;padding:2rem;border-radius:12px;border-left:4px solid #0ea5e9}.help-card h3{font-size:1.25rem;font-weight:700;color:#0c4a6e;margin-bottom:1.5rem}.help-item{margin-bottom:1.5rem}.help-item h4{font-size:1.125rem;font-weight:600;color:#0c4a6e;margin-bottom:.5rem}.help-item p{color:#0369a1;line-height:1.6;margin-bottom:.5rem}.resources{background:#f8fafc;padding:4rem 0}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.resource-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.resource-card h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.resource-card ul{list-style:none;padding:0}.resource-card li{color:#64748b;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.resource-card li::before{content:'📚';position:absolute;left:0;top:0}.resource-card strong{color:#1e293b;font-weight:600}@media (max-width:768px){.hero--responsible .hero__title{font-size:2rem}.hero--responsible .hero__description{font-size:1rem}.help-cards,.principles-grid,.resources-grid,.tools-grid{grid-template-columns:1fr;gap:1.5rem}.warning-content{grid-template-columns:1fr;gap:1.5rem}.help-card,.principle-card,.resource-card,.tool-card{padding:1.5rem}}.hero--affiliate{background:linear-gradient(135deg,#7c3aed 0,#a855f7 50%,#c084fc 100%);color:#fff;padding:6rem 0 4rem}.hero--affiliate .hero__title{color:#fff;font-size:3rem;margin-bottom:1.5rem}.hero--affiliate .hero__description{color:rgba(255,255,255,.9);font-size:1.25rem;margin-bottom:2rem}.hero--affiliate .stat__number{color:#fbbf24;font-size:2rem;font-weight:700}.hero--affiliate .stat__label{color:rgba(255,255,255,.8)}.disclosure-content{background:#fff;padding:4rem 0}.disclosure-sections{max-width:800px;margin:0 auto}.disclosure-section{margin-bottom:3rem;padding:2rem;background:#f8fafc;border-radius:12px;border-left:4px solid #7c3aed}.disclosure-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.disclosure-title::before{content:'';width:8px;height:8px;background:#7c3aed;border-radius:50%;flex-shrink:0}.disclosure-text h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;margin-top:1.5rem}.disclosure-text p{color:#64748b;line-height:1.6;margin-bottom:1rem}.disclosure-text ul{margin:1rem 0;padding-left:1.5rem}.disclosure-text li{color:#64748b;line-height:1.6;margin-bottom:.5rem}.disclosure-text strong{color:#1e293b;font-weight:600}.partners-list{margin-top:2rem}.partner-item{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border-left:3px solid #7c3aed;box-shadow:0 2px 4px rgba(0,0,0,.1)}.partner-item h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.partner-item p{color:#64748b;margin-bottom:.5rem;font-size:.9rem}.partner-item strong{color:#7c3aed;font-weight:600}@media (max-width:768px){.hero--affiliate .hero__title{font-size:2rem}.hero--affiliate .hero__description{font-size:1rem}.disclosure-section{padding:1.5rem;margin-bottom:2rem}.disclosure-title{font-size:1.5rem}.disclosure-text h3{font-size:1.125rem}.partner-item{padding:1rem}}.text-link{color:#3b82f6;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.text-link:hover{color:#1e40af;border-bottom-color:#3b82f6;text-decoration:none}.text-link:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}@media (max-width:768px){.demo-demo{padding:2rem 0}.demo-demo .demo__content{max-width:100%;padding:0 1rem}.demo-demo .demo-play-btn{width:100px;height:100px}.demo-demo .demo-title{font-size:1.25rem}.demo-demo .demo-features{grid-template-columns:1fr;gap:.75rem}.demo-demo .demo-feature{padding:.5rem}}.breadcrumb,.page-nav{background:#f8fafc;padding:.75rem 0;border-bottom:1px solid #e2e8f0;margin-top:var(--header-height);position:sticky;top:var(--header-height);z-index:100;width:100%}.breadcrumb .container{display:flex;align-items:center;width:100%}.breadcrumb__list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;font-size:.875rem;flex-wrap:nowrap;overflow-x:auto}.breadcrumb__item{display:flex;align-items:center;gap:.5rem}.breadcrumb__item:not(:last-child)::after{content:'›';color:#94a3b8;font-weight:600;margin-left:.5rem}.breadcrumb__link{color:#3b82f6;text-decoration:none;transition:color .3s ease}.breadcrumb__link:hover{color:#1e40af;text-decoration:underline}.breadcrumb__text{color:#64748b;font-weight:500}.breadcrumb__item--current .breadcrumb__text{color:#1e293b;font-weight:600}.breadcrumb__list--main{justify-content:center;flex-wrap:wrap}.breadcrumb__list--main .breadcrumb__item:not(:last-child)::after{content:'•';color:#94a3b8;font-weight:600;margin-left:.5rem}.breadcrumb__link.active{color:#1e40af;font-weight:600;background:rgba(59,130,246,.1);padding:.25rem .5rem;border-radius:4px}@media (max-width:768px){.breadcrumb,.page-nav{padding:.5rem 0;margin-top:var(--header-height);position:sticky;top:var(--header-height);z-index:100}.breadcrumb__list{font-size:.8rem;gap:.25rem;display:flex;align-items:center;flex-wrap:nowrap}.breadcrumb__item:not(:last-child)::after{margin-left:.25rem}}.live-players-notification{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#06b6d4 100%);color:#fff;padding:.75rem 0;z-index:9999;transform:translateY(100%);transition:transform .5s ease;box-shadow:0 -4px 12px rgba(0,0,0,.3);border-top:2px solid rgba(255,255,255,.2)}.live-players-notification.show{transform:translateY(0)}.notification-content{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.notification-icon{font-size:1.5rem;animation:bounce 2s infinite}.notification-text{font-size:.9rem;font-weight:500;text-align:center;flex:1}.players-count{font-weight:700;color:#fbbf24;font-size:1.1rem}.player-country{font-weight:600;color:#fbbf24}.notification-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.notification-close:hover{background:rgba(255,255,255,.3)}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@media (max-width:768px){.live-players-notification{padding:.5rem 0}.notification-content{gap:.5rem;padding:0 .5rem}.notification-text{font-size:.8rem}.players-count{font-size:1rem}.notification-close{right:.5rem;width:20px;height:20px;font-size:1rem}.notification-icon{font-size:1.2rem}}.ios-pwa-section{background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);padding:4rem 0;margin:2rem 0}.pwa-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.pwa-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;text-align:center}.pwa-icon{font-size:3rem;margin-bottom:1rem}.pwa-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.pwa-description{color:#718096;line-height:1.6}.pwa-features{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.pwa-features-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.pwa-features-list{list-style:none;padding:0}.pwa-features-list li{padding:.5rem 0;color:#4a5568;font-weight:500}.ios-installation-guide{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;margin-top:2rem}.guide-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:2rem;text-align:center}.ios-steps{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.ios-step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f7fafc;border-radius:12px;border-left:4px solid #3b82f6}.ios-step__number{background:#3b82f6;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.ios-step__content{flex:1;min-width:0}.ios-step__title{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.ios-step__text{color:#4a5568;line-height:1.6}.pwa-requirements{background:#f7fafc;padding:1.5rem;border-radius:12px;margin:2rem 0}.requirements-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.requirements-list{list-style:none;padding:0}.requirements-list li{padding:.25rem 0;color:#4a5568;position:relative;padding-left:1.5rem}.requirements-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.pwa-link{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:2rem;border-radius:16px;text-align:center;margin-top:2rem}.link-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.pwa-link-btn{display:inline-block;background:#fff;color:#3b82f6;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;margin:1rem 0;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.pwa-link-btn:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.link-description{color:rgba(255,255,255,.9);margin-top:1rem;line-height:1.6}@media (max-width:768px){.pwa-info{grid-template-columns:1fr;gap:1rem}.ios-installation-guide,.pwa-card,.pwa-features{padding:1.5rem}.ios-step{flex-direction:column;text-align:center}.ios-step__number{align-self:center}.pwa-link{padding:1.5rem}}.promo-section{background:linear-gradient(135deg,#1e40af 0,#3b82f6 50%,#06b6d4 100%);padding:4rem 0;margin:2rem 0;position:relative;overflow:hidden}.promo-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="snow" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23snow)"/></svg>');opacity:.3;pointer-events:none}.promo-content{position:relative;z-index:2;text-align:center}.promo-header{margin-bottom:3rem}.promo-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.promo-subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);font-weight:500}.promo-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.15);margin-bottom:2rem;position:relative;overflow:hidden}.promo-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57)}.promo-code-container{margin-bottom:2rem}.promo-code{display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);padding:1.5rem 2rem;border-radius:15px;border:2px solid #e2e8f0;position:relative;overflow:hidden}.promo-code::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}50%{left:100%}100%{left:100%}}.promo-code-label{font-size:1rem;color:#64748b;font-weight:500}.promo-code-value{font-size:1.5rem;font-weight:800;color:#1e40af;font-family:'Courier New',monospace;letter-spacing:1px;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.copy-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.copy-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a);transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.4)}.copy-btn:active{transform:translateY(0)}.copy-btn.copied{background:linear-gradient(135deg,#10b981,#059669)}.copy-text{font-size:.875rem}.promo-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.benefit-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#3b82f6}.benefit-icon{font-size:2rem;flex-shrink:0}.benefit-text h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.benefit-text p{font-size:.875rem;color:#64748b;margin:0}.promo-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.promo-btn{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#ff6b6b 0,#ee5a24 50%,#ff4757 100%);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:15px;font-weight:700;font-size:1.125rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(255,107,107,.3)}.promo-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.promo-btn:hover::before{left:100%}.promo-btn:hover{background:linear-gradient(135deg,#ff5252 0,#d63031 50%,#e74c3c 100%);transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,107,107,.4)}.promo-btn:active{transform:translateY(-1px)}.btn-icon{font-size:1.25rem}.btn-text{font-size:1rem}.promo-timer{display:flex;align-items:center;gap:.5rem;background:rgba(30,64,175,.1);padding:.75rem 1.5rem;border-radius:10px;border:1px solid rgba(30,64,175,.2)}.timer-label{font-size:.875rem;color:#64748b;font-weight:500}.timer-value{font-size:1rem;font-weight:700;color:#1e40af}.promo-terms{background:rgba(255,255,255,.95);padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.terms-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.instruction-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.instruction-step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.instruction-step::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.instruction-step:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#3b82f6}.step-number{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:0 4px 12px rgba(59,130,246,.3)}.step-content{flex:1}.step-content h5{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.4}.step-content p{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}.step-content strong{color:#1e40af;font-weight:700;background:rgba(30,64,175,.1);padding:.125rem .375rem;border-radius:4px;font-family:'Courier New',monospace}@media (max-width:768px){.promo-section{padding:2rem 0}.promo-title{font-size:2rem}.promo-subtitle{font-size:1rem}.promo-card{padding:1.5rem}.promo-code{flex-direction:column;gap:1rem;text-align:center}.promo-benefits{grid-template-columns:1fr;gap:1rem}.benefit-item{flex-direction:column;text-align:center}.instruction-steps{grid-template-columns:1fr;gap:1rem}.instruction-step{flex-direction:column;text-align:center;padding:1rem}.step-number{align-self:center;margin-bottom:.5rem}.promo-btn{width:100%;justify-content:center}}.hero--strategies{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);padding:4rem 0;color:#fff}.hero--strategies .hero__title{color:#fff}.hero--strategies .hero__description{color:rgba(255,255,255,.9)}.hero--strategies .stat__label{color:rgba(255,255,255,.8)}.hero--strategies .stat__value{color:#fff}.disclaimer-section{padding:2rem 0;background:#fff3cd}.disclaimer-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.disclaimer-box{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;border-left:4px solid #ffc107;box-shadow:0 2px 8px rgba(0,0,0,.1)}.disclaimer-box__icon{font-size:2rem;flex-shrink:0}.disclaimer-box__title{font-size:1.2rem;font-weight:700;color:#856404;margin-bottom:.5rem}.disclaimer-box__text{color:#856404;line-height:1.6;margin:0}.strategy-section{padding:4rem 0;background:#fff}.strategy-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.strategy-section--alt{background:#f8fafc}.strategy-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem}.strategy-card--high-risk{border-top:4px solid #ef4444}.strategy-card--medium-risk{border-top:4px solid #f59e0b}.strategy-card--critical-risk{border-top:4px solid #dc2626}.strategy-card--low-risk{border-top:4px solid #10b981}.strategy-card__header{display:flex;gap:2rem;margin-bottom:2rem;align-items:flex-start}.strategy-card__number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;border-radius:50%;font-size:2rem;font-weight:700;flex-shrink:0}.strategy-card__title-wrapper{flex:1}.strategy-card__title{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.strategy-card__badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.badge--high-risk{background:#fee2e2;color:#991b1b}.badge--medium-risk{background:#fef3c7;color:#92400e}.badge--critical-risk{background:#fee2e2;color:#7f1d1d}.badge--low-risk{background:#d1fae5;color:#065f46}.badge--max-potential{background:#dbeafe;color:#1e40af}.badge--stable-potential{background:#e0e7ff;color:#3730a3}.badge--fast-return{background:#fce7f3;color:#831843}.badge--low-potential{background:#f3f4f6;color:#374151}.strategy-card__content{line-height:1.8}.strategy-card__intro{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;font-style:italic}.strategy-card__subtitle{font-size:1.3rem;font-weight:700;color:#2d3748;margin-top:2rem;margin-bottom:1rem}.strategy-card__description{color:#4a5568;margin-bottom:1.5rem}.strategy-card__list{list-style:none;padding:0;margin:1.5rem 0}.strategy-card__list li{padding:.75rem 0;padding-left:2rem;position:relative;color:#4a5568}.strategy-card__list li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.strategy-card__tip{background:#e6f3ff;border-left:3px solid #3b82f6;padding:1rem;border-radius:6px;color:#1e40af;margin-top:1.5rem}.strategy-card__warning{margin-top:2rem}.warning-box{display:flex;gap:1rem;padding:1.5rem;background:#fff3cd;border-radius:8px;border-left:4px solid #ffc107}.warning-box--critical{background:#fee2e2;border-left-color:#ef4444}.warning-box__icon{font-size:1.5rem;flex-shrink:0}.warning-box__content{color:#856404;line-height:1.6}.warning-box--critical .warning-box__content{color:#991b1b}.strategy-example{background:#f8fafc;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #3b82f6}.strategy-example__list{list-style:none;padding:0;margin:0}.strategy-example__list--numbered{list-style:decimal;padding-left:1.5rem}.strategy-example__item{padding:.5rem 0;color:#2d3748;font-weight:500}.comparison-section{padding:4rem 0;background:#fff}.comparison-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.comparison-table-wrapper{max-width:900px;margin:0 auto;overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.comparison-table thead{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff}.comparison-table th{padding:1.25rem;text-align:left;font-weight:600;font-size:1rem}.comparison-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.comparison-table tbody tr:hover{background-color:#f8fafc}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table td{padding:1.25rem;color:#4a5568}.comparison-table td:first-child{font-weight:600;color:#2d3748}.bankroll-section{padding:4rem 0;background:#f8fafc}.bankroll-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.rule-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #10b981}.rule-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.rule-card__number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.rule-card__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.rule-card__description{color:#4a5568;line-height:1.6}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);text-align:center;color:#fff}.cta-section__title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-section__description{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-section__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-section .btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-section .btn--primary{background:#fff;color:#3b82f6}.cta-section .btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.cta-section .btn--secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid #fff}.cta-section .btn--secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.cta-section .btn--outline{background:0 0;color:#fff;border:2px solid #fff}.cta-section .btn--outline:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}@media (max-width:768px){.strategy-card{padding:2rem 1.5rem}.strategy-card__header{flex-direction:column;gap:1rem}.strategy-card__title{font-size:1.5rem}.strategy-card__number{width:50px;height:50px;font-size:1.5rem}.disclaimer-box{flex-direction:column}.comparison-table{font-size:.85rem}.comparison-table td,.comparison-table th{padding:.75rem .5rem}.rules-grid{grid-template-columns:1fr}.cta-section__title{font-size:2rem}.cta-section__buttons{flex-direction:column}.cta-section .btn{width:100%}}.key-facts{padding:4rem 0;background:#fff}.facts-table-wrapper{max-width:900px;margin:0 auto;overflow-x:auto}.facts-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.facts-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.facts-table tbody tr:hover{background-color:#f8fafc}.facts-table tbody tr:last-child{border-bottom:none}.facts-table__icon{font-size:1.5rem;text-align:center;padding:1rem;width:60px}.facts-table__label{font-weight:600;color:#2d3748;padding:1rem}.facts-table__value{padding:1rem;color:#4a5568}.rtp-section{padding:4rem 0;background:#f8fafc}.rtp-table-wrapper{max-width:1000px;margin:0 auto;overflow-x:auto}.rtp-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem}.rtp-table thead{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff}.rtp-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem}.rtp-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.rtp-table tbody tr:hover{background-color:#f8fafc}.rtp-table tbody tr:last-child{border-bottom:none}.rtp-table td{padding:1rem;color:#4a5568}.rtp-table td:first-child{font-weight:600;color:#2d3748}.rtp-table__bet-name{display:flex;align-items:center;gap:.5rem}.rtp-table__bet-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.wheel-explanation{padding:4rem 0;background:#fff}.section{padding:4rem 0;background:#fff}.section:nth-child(2n){background:#f8fafc}.section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section__header{text-align:center;margin-bottom:3rem}.section__title{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.section__description{font-size:1.125rem;color:#718096;max-width:700px;margin:0 auto;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.step-card{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #3b82f6;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;border-radius:50%;font-weight:700;font-size:1.2rem;margin-bottom:1rem}.step-title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.step-description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.step-tip{background:#fff3cd;border-left:3px solid #ffc107;padding:.75rem;border-radius:6px;font-size:.9rem;color:#856404;margin-top:1rem}.bonus-games-details{padding:4rem 0;background:#f8fafc}.bonus-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.bonus-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.bonus-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.bonus-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.bonus-card__icon{font-size:2.5rem;flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.bonus-card__icon-img{width:100%;height:100%;object-fit:contain;border-radius:8px}.bonus-card__title{font-size:1.4rem;font-weight:700;color:#2d3748}.bonus-card__description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.bonus-card__stats{display:flex;gap:2rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.bonus-stat{display:flex;flex-direction:column;gap:.25rem}.bonus-stat__label{font-size:.85rem;color:#718096}.bonus-stat__value{font-size:1.1rem;font-weight:700;color:#3b82f6}.bonus-card__tip{background:#e6f3ff;border-left:3px solid #3b82f6;padding:.75rem;border-radius:6px;font-size:.9rem;color:#1e40af;margin-top:1rem}.advanced-strategies{padding:4rem 0;background:#fff}.strategy-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.strategy-card{background:#f8fafc;padding:2rem;border-radius:12px;border-top:4px solid #10b981;transition:transform .3s ease,box-shadow .3s ease}.strategy-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.strategy-card__icon{font-size:2rem;margin-bottom:1rem}.strategy-card__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.strategy-card__description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.strategy-card__tip{background:#d1fae5;border-left:3px solid #10b981;padding:.75rem;border-radius:6px;font-size:.9rem;color:#065f46;margin-top:1rem}.interface-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.interface-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.interface-item__icon{font-size:3rem;margin-bottom:1rem}.interface-item__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.interface-item__description{color:#4a5568;line-height:1.6}.bet-examples{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.bet-example{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #3b82f6}.bet-example__title{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.bet-example__steps{display:flex;flex-direction:column;gap:1rem}.bet-step{display:flex;gap:1rem;align-items:flex-start}.bet-step__number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;font-weight:600;flex-shrink:0}.bet-step__text{color:#4a5568;line-height:1.6;margin:0}.bet-example__tip{background:#e6f3ff;border-left:3px solid #3b82f6;padding:1rem;border-radius:6px;color:#1e40af;margin-top:1.5rem}.mistakes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.mistake-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-top:4px solid #ef4444}.mistake-card__icon{font-size:2.5rem;margin-bottom:1rem}.mistake-card__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.mistake-card__description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.mistake-card__solution{background:#d1fae5;border-left:3px solid #10b981;padding:1rem;border-radius:6px;color:#065f46;margin-top:1rem}.technical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.technical-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-top:4px solid #3b82f6}.technical-item__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.technical-item__description{color:#4a5568;line-height:1.6}.hero--bonuses{background:linear-gradient(135deg,#f59e0b 0,#d97706 50%,#b45309 100%);padding:4rem 0;color:#fff;margin-top:0}.hero--bonuses .hero__title{color:#fff}.hero--bonuses .hero__description{color:rgba(255,255,255,.95)}.hero--bonuses .stat__label{color:rgba(255,255,255,.9)}.hero--bonuses .stat__value{color:#fff}.top-bonuses{padding:4rem 0;background:#fff}.top-bonuses .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bonus-cards-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.bonus-card-top{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 16px rgba(0,0,0,.1);position:relative;transition:transform .3s ease,box-shadow .3s ease;border-top:5px solid #e2e8f0}.bonus-card-top:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.bonus-card-top--gold{border-top-color:#fbbf24;background:linear-gradient(to bottom,#fffbeb 0,#fff 20%)}.bonus-card-top--silver{border-top-color:#94a3b8;background:linear-gradient(to bottom,#f8fafc 0,#fff 20%)}.bonus-card-top--bronze{border-top-color:#d97706;background:linear-gradient(to bottom,#fff7ed 0,#fff 20%)}.bonus-card-top__badge{position:absolute;top:-15px;right:2rem;background:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;box-shadow:0 4px 8px rgba(0,0,0,.1)}.bonus-card-top__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.bonus-card-top__logo{width:80px;height:80px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1rem;flex-shrink:0}.bonus-card-top__logo-img{max-width:100%;max-height:100%;object-fit:contain}.bonus-card-top__info{flex:1}.bonus-card-top__title{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.bonus-card-top__subtitle{color:#64748b;font-size:1rem}.bonus-card-top__bonus{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);border-radius:12px;margin-bottom:2rem;color:#fff}.bonus-card-top__bonus-value{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.bonus-card-top__bonus-label{font-size:1rem;opacity:.9}.bonus-card-top__description{margin-bottom:2rem;line-height:1.7}.bonus-card-top__description p{color:#4a5568;margin-bottom:1rem}.bonus-card-top__promo{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:2px dashed #cbd5e1}.promo-code-box{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:.5rem}.promo-code-label{font-size:.9rem;color:#64748b;font-weight:600}.promo-code-value{background:#fff;padding:.75rem 1.5rem;border-radius:8px;font-family:'Courier New',monospace;font-size:1.1rem;font-weight:700;color:#3b82f6;border:2px solid #3b82f6;letter-spacing:1px}.promo-code-copy{background:#3b82f6;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease}.promo-code-copy:hover{background:#1e40af}.promo-code-hint{text-align:center;font-size:.85rem;color:#64748b;margin:0}.bonus-card-top__action{margin-top:2rem}.btn--large{padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;width:100%;text-align:center}.bonus-guide{padding:4rem 0;background:#f8fafc}.guide-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.guide-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-left:5px solid #3b82f6}.guide-card__number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.guide-card__title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.guide-card__description{color:#4a5568;line-height:1.7;margin-bottom:1rem}.guide-card__example{background:#e6f3ff;border-left:3px solid #3b82f6;padding:1rem;border-radius:6px;margin:1.5rem 0}.guide-card__example p{color:#1e40af;margin:0}.guide-card__tip{background:#fff3cd;border-left:3px solid #ffc107;padding:1rem;border-radius:6px;color:#856404;margin-top:1.5rem}.bonus-types-section{padding:4rem 0;background:#fff}.bonus-types-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bonus-types-table-wrapper{max-width:1000px;margin:0 auto;overflow-x:auto}.bonus-types-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.bonus-types-table thead{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);color:#fff}.bonus-types-table th{padding:1.25rem;text-align:left;font-weight:600;font-size:1rem}.bonus-types-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.bonus-types-table tbody tr:hover{background-color:#f8fafc}.bonus-types-table tbody tr:last-child{border-bottom:none}.bonus-types-table td{padding:1.25rem;color:#4a5568;line-height:1.6}.bonus-types-table td:first-child{font-weight:600;color:#2d3748}.promo-activation{padding:4rem 0;background:#fff}.promo-activation .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.activation-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.activation-step{display:flex;gap:2rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-left:5px solid #f59e0b}.activation-step__number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);color:#fff;border-radius:50%;font-size:1.8rem;font-weight:700;flex-shrink:0}.activation-step__content{flex:1;min-width:0}.activation-step__title{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.activation-step__description{color:#4a5568;line-height:1.7}.footer__disclaimer{font-size:.85rem;color:#64748b;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.other-casinos{padding:4rem 0;background:#f8fafc}.other-casinos .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.casinos-grid-bonuses{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.casino-bonus-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.casino-bonus-card:hover{border-color:#3b82f6;box-shadow:0 8px 16px rgba(59,130,246,.15);transform:translateY(-4px)}.casino-bonus-card__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.casino-bonus-card__logo{width:70px;height:70px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:.75rem;flex-shrink:0}.casino-bonus-card__logo-img{max-width:100%;max-height:100%;object-fit:contain}.casino-bonus-card__info{flex:1}.casino-bonus-card__name{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.casino-bonus-card__rating{display:flex;align-items:center;gap:.5rem}.rating-stars{color:#fbbf24;font-size:1rem}.rating-text{color:#64748b;font-size:.9rem;font-weight:600}.casino-bonus-card__bonus{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:1.5rem;border-radius:12px;text-align:center;color:#fff;margin-bottom:1.5rem}.casino-bonus-card__bonus-amount{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.casino-bonus-card__bonus-desc{font-size:.95rem;opacity:.95}.casino-bonus-card__features{margin-bottom:1.5rem}.casino-feature{color:#4a5568;padding:.5rem 0;font-size:.95rem;border-bottom:1px solid #f1f5f9}.casino-feature:last-child{border-bottom:none}.casino-bonus-card__action{margin-top:1.5rem}.bonus-comparison{padding:4rem 0;background:#fff}.bonus-comparison .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.comparison-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.comparison-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-top:4px solid #3b82f6}.comparison-card__icon{font-size:3rem;margin-bottom:1.5rem;display:block}.comparison-card__title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:2rem}.comparison-card__cons,.comparison-card__pros{margin-bottom:1.5rem}.comparison-card__pros h4{color:#10b981;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.comparison-card__cons h4{color:#ef4444;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.comparison-card__cons ul,.comparison-card__pros ul{list-style:none;padding:0;margin:0}.comparison-card__cons li,.comparison-card__pros li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:#4a5568;line-height:1.6}.comparison-card__pros li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.comparison-card__cons li::before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:700}.comparison-card__verdict{background:#e6f3ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3b82f6;color:#1e40af;line-height:1.6}.wager-guide{padding:4rem 0;background:#f8fafc}.wager-guide .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.wager-steps{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.wager-step{display:flex;gap:2rem;align-items:flex-start;background:#f8fafc;padding:2.5rem;border-radius:16px;border-left:5px solid #f59e0b;box-shadow:0 4px 6px rgba(0,0,0,.05)}.wager-step__number{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);color:#fff;border-radius:50%;font-size:1.8rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 8px rgba(245,158,11,.3)}.wager-step__content{flex:1;min-width:0}.wager-step__title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.wager-step__description{color:#4a5568;line-height:1.7;margin-bottom:1rem}.wager-step__list{list-style:none;padding:0;margin:1rem 0}.wager-step__list li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:#4a5568;line-height:1.6}.wager-step__list li::before{content:"→";position:absolute;left:0;color:#f59e0b;font-weight:700}.wager-step__formula{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #f59e0b;margin:1.5rem 0;text-align:center;font-size:1.2rem;color:#d97706}.wager-step__tip{background:#fff3cd;border-left:3px solid #ffc107;padding:1rem;border-radius:6px;color:#856404;margin-top:1rem;font-size:.95rem}.bonus-tips{padding:4rem 0;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.bonus-tips .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bonus-tips .section-title{color:#fff}.bonus-tips .section-description{color:rgba(255,255,255,.9)}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tip-item{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.tip-item:hover{background:rgba(255,255,255,.15);transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.tip-item__icon{font-size:2.5rem;margin-bottom:1rem;display:block}.tip-item__title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem}.tip-item__description{color:rgba(255,255,255,.9);line-height:1.7;font-size:.95rem}.related-materials{padding:4rem 0;background:#f8fafc}.materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.material-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #3b82f6}.material-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.material-card__icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem}.material-card__icon-img{width:100%;height:100%;object-fit:contain}.material-card__title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.material-card__description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.material-card__link{color:#3b82f6;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.material-card__link:hover{color:#1e40af;text-decoration:underline}.quick-stats{padding:4rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.stat-card{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:2.5rem;border-radius:16px;text-align:center;color:#fff;box-shadow:0 8px 16px rgba(102,126,234,.2);transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(102,126,234,.3)}.stat-card__number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:1rem;color:#fff}.stat-card__label{font-size:1.1rem;font-weight:600;margin-bottom:1rem;opacity:.95}.stat-card__description{font-size:.95rem;line-height:1.5;opacity:.9}.stats-cta{margin-top:3rem;text-align:center;padding:2rem;background:#f8fafc;border-radius:12px}.stats-cta__text{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem}.stats-cta__links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.bonus-types-table,.facts-table,.rtp-table{font-size:.85rem}.bonus-types-table td,.bonus-types-table th,.facts-table td,.facts-table th,.rtp-table td,.rtp-table th{padding:.75rem .5rem}.bonus-cards,.bonus-cards-top,.guide-cards,.interface-guide,.mistakes-grid,.steps-grid,.strategy-cards,.technical-grid{grid-template-columns:1fr}.bonus-card__stats{flex-direction:column;gap:1rem}.bet-examples{gap:1.5rem}.bet-example{padding:1.5rem}.bonus-card-top{padding:2rem 1.5rem}.bonus-card-top__bonus-value{font-size:2.5rem}.activation-step{flex-direction:column;gap:1rem}.activation-step__number{width:50px;height:50px;font-size:1.5rem}.materials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}.stats-cta__links{flex-direction:column;gap:1rem}.stat-card__number{font-size:2.5rem}.casinos-grid-bonuses{grid-template-columns:1fr}.comparison-cards{grid-template-columns:1fr}.wager-step{flex-direction:column;gap:1.5rem}.wager-step__number{width:50px;height:50px;font-size:1.5rem}.casino-bonus-card{padding:1.5rem}.casino-bonus-card__bonus-amount{font-size:2rem}.tips-grid{grid-template-columns:1fr}}.verdict-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc 0,#fff 100%)}.verdict-content{max-width:1000px;margin:0 auto}.verdict-intro{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.verdict-intro__text{font-size:1.1rem;line-height:1.8;color:#4a5568}.verdict-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.verdict-cons,.verdict-pros{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.verdict-cons__header,.verdict-pros__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.verdict-pros__header{border-bottom-color:#10b981}.verdict-cons__header{border-bottom-color:#f59e0b}.verdict-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.verdict-icon-img{width:100%;height:100%;object-fit:contain;border-radius:50%}.verdict-icon--pros{background:#d1fae5}.verdict-icon--cons{background:#fef3c7}.verdict-cons__title,.verdict-pros__title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.verdict-list{list-style:none;padding:0;margin:0}.verdict-item{padding:1.25rem 0;padding-left:2rem;position:relative;line-height:1.7;color:#4a5568}.verdict-item:not(:last-child){border-bottom:1px solid #e2e8f0}.verdict-item--pros::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.verdict-item--cons::before{content:"⚠";position:absolute;left:0;color:#f59e0b;font-weight:700;font-size:1.2rem}.verdict-item strong{color:#2d3748;display:block;margin-bottom:.5rem}.verdict-conclusion{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);border-radius:16px;padding:3rem;color:#fff;box-shadow:0 4px 16px rgba(59,130,246,.3)}.verdict-conclusion__content{max-width:800px;margin:0 auto}.verdict-conclusion__icon{font-size:3rem;text-align:center;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1rem}.verdict-conclusion__icon-img{width:100%;height:100%;object-fit:contain}.verdict-conclusion__title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.verdict-conclusion__text{font-size:1.1rem;line-height:1.8;color:#e0e7ff}.verdict-conclusion__text p{margin-bottom:1.5rem}.verdict-conclusion__text p:last-child{margin-bottom:0}.verdict-conclusion__text a{color:#fff;text-decoration:underline;font-weight:600}.verdict-conclusion__text a:hover{text-decoration:none}.verdict-conclusion__rating{text-align:center;margin:2rem 0;padding:1.5rem;background:rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(10px)}.rating-value{font-size:3rem;font-weight:700;color:#fbbf24;display:inline-block;margin-left:.5rem}.verdict-conclusion__note{text-align:center;font-size:1.2rem;font-weight:500;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}@media (max-width:768px){.verdict-pros-cons{grid-template-columns:1fr}.verdict-cons,.verdict-intro,.verdict-pros{padding:1.5rem}.verdict-conclusion{padding:2rem 1.5rem}.verdict-conclusion__title{font-size:1.5rem}.rating-value{font-size:2.5rem}}.fish-brief-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.fish-brief-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.fish-brief-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.fish-brief-icon{margin-bottom:1rem}.fish-brief-img{width:80px;height:auto;object-fit:contain}.fish-brief-name{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.fish-brief-multiplier{font-size:1.25rem;font-weight:600;color:#3b82f6;margin-bottom:.5rem}.fish-brief-desc{font-size:.95rem;color:#64748b}.fish-brief-cta{text-align:center;margin-top:3rem;padding:2rem;background:#f8fafc;border-radius:12px}.fish-brief-text{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.spec-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.spec-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 1rem}.spec-icon-img{width:100%;height:100%;object-fit:contain}.spec-icon{font-size:2.5rem;margin-bottom:1rem}.spec-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.spec-content{display:flex;flex-direction:column;gap:1rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.spec-item:last-child{border-bottom:none}.spec-label{font-weight:500;color:#4a5568}.spec-value{font-weight:600;color:#2d3748}.registration-steps-grid{display:grid;gap:2rem;margin:2rem 0}.reg-step-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;gap:2rem;align-items:flex-start}.reg-step-number{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.reg-step-content{flex:1}.reg-step-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.reg-step-description{font-size:1rem;color:#4a5568;margin-bottom:1rem;line-height:1.6}.reg-step-list{list-style:none;padding:0;margin:1rem 0}.reg-step-list li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:#4a5568;line-height:1.6}.reg-step-list li::before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.reg-step-tip{margin-top:1rem;padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:4px;font-size:.95rem;color:#1e40af}.verification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.verification-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.verification-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 1rem}.verification-icon-img{width:100%;height:100%;object-fit:contain}.verification-icon{font-size:2.5rem;margin-bottom:1rem}.verification-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.verification-content{color:#4a5568}.verification-list{list-style:none;padding:0;margin:0}.verification-list li{padding:.75rem 0;padding-left:1.5rem;position:relative;line-height:1.6}.verification-list li::before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.verification-tip{margin-top:1rem;padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:4px;font-size:.95rem;color:#1e40af}.deposit-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.deposit-guide-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.casino-criteria{margin:2rem 0}.criteria-item{padding:1rem 0;border-bottom:1px solid #e2e8f0}.criteria-item:last-child{border-bottom:none}.casino-brief-cta{text-align:center;margin-top:2rem;padding:2rem;background:#f8fafc;border-radius:12px}.related-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.related-link-card{background:#fff;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:block}.related-link-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.related-link-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 1rem}.related-link-icon-img{width:100%;height:100%;object-fit:contain}.related-link-icon{font-size:2.5rem;margin-bottom:1rem}.related-link-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.related-link-desc{font-size:.95rem;color:#64748b;line-height:1.6}.features-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.feature-list-item{padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}@media (max-width:768px){.deposit-guide-grid,.features-list-grid,.fish-brief-grid,.related-links-grid,.specs-grid,.verification-grid{grid-template-columns:1fr}.reg-step-card{flex-direction:column;gap:1rem}.reg-step-number{width:50px;height:50px;font-size:1.25rem}.spec-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:#1e40af;color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;z-index:9999;font-weight:600;text-decoration:none;transition:top .3s}.skip-link:focus{top:0}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#2d3748;font-weight:700;font-size:1.25rem}.header__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.header__logo-img{height:40px;width:auto}.header__nav{display:flex;align-items:center}.header__nav-list{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.header__nav-link{color:#718096;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.header__nav-link--active,.header__nav-link:hover{color:#3b82f6}.header__cta{display:flex;align-items:center;gap:1rem}.header__cta-btn{display:inline-block;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:.6rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s;border:none;cursor:pointer}.header__cta-btn:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3);color:#fff;text-decoration:none}.header__menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px}.header__menu-toggle span{width:24px;height:2px;background:#4a5568;transition:all .3s;border-radius:1px}.mobile-nav{display:none;position:fixed;top:var(--header-height,80px);left:0;right:0;bottom:0;background:#fff;z-index:999;padding:2rem;overflow-y:auto;animation:slideDown .3s ease-out}.mobile-nav--open{display:block}.mobile-nav__list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav__link{display:block;padding:.75rem 1rem;color:#2d3748;text-decoration:none;font-weight:500;font-size:1.1rem;border-radius:8px;transition:all .2s}.mobile-nav__link--active,.mobile-nav__link:hover{background:#ebf5ff;color:#3b82f6}.mobile-nav__cta{display:block;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:1rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.1rem;text-align:center;transition:all .3s}.mobile-nav__cta:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 100%);color:#fff;text-decoration:none}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.container--narrow{max-width:800px;margin:0 auto;padding:0 1.5rem}.section--alt{background:#f1f5f9}.hero--subpage{padding:40px 0 60px}.hero__subtitle{font-size:1.15rem;color:rgba(255,255,255,.9);margin-bottom:1.5rem;line-height:1.6}.hero__meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.9rem;color:rgba(255,255,255,.8)}.hero__date{font-size:.9rem;color:rgba(255,255,255,.8)}.hero__author{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:rgba(255,255,255,.8)}.hero__text{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:1.5rem;line-height:1.7}.hero__cta{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.hero__image{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}.hero__image img{width:100%;height:auto;display:block}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .3s;border:none;text-align:center}.btn--outline{background:0 0;color:#3b82f6;border:2px solid #3b82f6}.btn--outline:hover{background:#3b82f6;color:#fff}.features-grid--2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.features-grid--3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.features-grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card__icon{font-size:2rem;margin-bottom:1rem}.feature-card__title{font-size:1.15rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.feature-card__desc{font-size:.95rem;color:#718096;line-height:1.6}.feature-card__list{list-style:none;padding:0;margin:.75rem 0 0}.feature-card__list li{padding:.35rem 0;color:#4a5568;font-size:.9rem}.feature-card__list li::before{content:"✓ ";color:#38a169;font-weight:700}.feature-card__stats{display:flex;gap:1rem;margin-top:.75rem;font-size:.85rem;color:#718096}.feature-card--link{text-decoration:none;color:inherit;display:block;transition:transform .2s}.feature-card--link:hover{transform:translateY(-3px)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:all .3s}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem;opacity:1}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;background:0 0;border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;color:#2d3748;text-align:left;gap:1rem;transition:background .2s;user-select:none}.faq-question:hover{background:#f7fafc}.faq-icon{font-size:1.25rem;color:#718096;transition:transform .3s;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;color:#4a5568;line-height:1.7;font-size:.95rem;opacity:0;transition:all .3s ease}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer__column{display:flex;flex-direction:column}.footer__about{color:#a0aec0;font-size:.875rem;line-height:1.6;margin-top:.75rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__badges{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;padding:1.5rem 0;border-top:1px solid #2d3748;border-bottom:1px solid #2d3748;margin-bottom:1.5rem}.footer__badge{height:40px;width:auto;opacity:.8;transition:opacity .2s}.footer__badge:hover{opacity:1}.footer__contact-item{color:#a0aec0;font-size:.875rem;margin-bottom:.75rem;line-height:1.6}.footer__contact-item a{color:#60a5fa;text-decoration:none}.footer__contact-item a:hover{color:#93c5fd;text-decoration:underline}.footer__contact-info{display:flex;flex-direction:column;gap:.5rem}.footer__gamstop{margin-top:1rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:8px;font-size:.8rem;color:#a0aec0}.table-responsive{overflow-x:auto;border-radius:12px;margin:1.5rem 0}.data-table{width:100%;border-collapse:collapse;background:#fff;font-size:.95rem}.data-table th{background:#1e40af;color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.9rem;white-space:nowrap}.data-table td{padding:.875rem 1rem;border-bottom:1px solid #e2e8f0;color:#4a5568}.data-table tr:hover td{background:#f7fafc}.data-table tr:last-child td{border-bottom:none}.stat-card__value{font-size:1.75rem;font-weight:800;color:#3b82f6}.breadcrumb__current{color:#718096}.info-box{background:#ebf5ff;border-left:4px solid #3b82f6;border-radius:0 12px 12px 0;padding:1.5rem;margin:1.5rem 0}.info-box--highlight{background:#fff7ed;border-left-color:#f59e0b}.info-box__title{font-weight:700;color:#2d3748;margin-bottom:.5rem;font-size:1.05rem}.info-box__list{list-style:none;padding:0;margin:.5rem 0 0}.info-box__list li{padding:.3rem 0;color:#4a5568;font-size:.95rem}.info-box__list li::before{content:"• ";color:#3b82f6;font-weight:700}.tip-list{list-style:none;padding:0;margin:1rem 0}.tip-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#4a5568;line-height:1.6;border-bottom:1px solid #f1f5f9}.tip-list li::before{content:"💡";position:absolute;left:0}.step__list{counter-reset:step;list-style:none;padding:0}.step__list li{counter-increment:step;padding:1rem 0 1rem 3rem;position:relative;border-bottom:1px solid #f1f5f9}.step__list li::before{content:counter(step);position:absolute;left:0;width:2rem;height:2rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.verdict-box{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid #e2e8f0}.verdict-box__content{display:flex;flex-direction:column;gap:1rem}.verdict-box__score{display:flex;align-items:center;gap:1rem}.verdict-box__number{font-size:3rem;font-weight:800;color:#3b82f6;line-height:1}.verdict-box__max{font-size:1rem;color:#718096}.content-section{padding:3rem 0}.text--muted{color:#718096;font-size:.9rem}.team-profile{display:flex;gap:2rem;align-items:flex-start;margin:2rem 0}.team-profile__photo{width:200px;height:200px;border-radius:50%;object-fit:cover;flex-shrink:0}.team-profile__bio{flex:1}.team-profile__bio h3{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.team-profile__bio p{color:#4a5568;line-height:1.7}.contact-form__group{margin-bottom:1.25rem}.contact-form__label{display:block;font-weight:600;color:#2d3748;margin-bottom:.4rem;font-size:.95rem}.contact-form__input,.contact-form__textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s;background:#fff}.contact-form__input:focus,.contact-form__textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.contact-form__textarea{min-height:150px;resize:vertical}.contact-form__submit{background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s}.contact-form__submit:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.legal-hero{background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 100%);color:#fff;padding:40px 0 50px;margin-top:var(--header-height)}.legal-hero--responsible{background:linear-gradient(135deg,#065f46 0,#10b981 100%)}.legal-hero__title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.legal-hero__subtitle{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:.75rem;line-height:1.6}.legal-hero__date{font-size:.9rem;color:rgba(255,255,255,.7)}.legal-content{padding:3rem 0;line-height:1.7;color:#4a5568}.legal-content h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:2rem 0 1rem}.legal-content h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin:1.5rem 0 .75rem}.legal-content p{margin-bottom:1rem}.legal-content ol,.legal-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem}.bonus-image{border-radius:8px;overflow:hidden;margin-bottom:1rem}.bonus-image img{width:100%;height:auto;display:block}.bonus-details{padding:.5rem 0}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#06b6d4 100%);color:#fff;padding:2rem}.error-page__container{text-align:center;max-width:600px}.error-page__code{font-size:8rem;font-weight:800;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,#fff 0,#e2e8f0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-page__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.error-page__message{font-size:1.15rem;color:rgba(255,255,255,.85);margin-bottom:2rem;line-height:1.6}.error-page__nav{margin-bottom:2rem}.error-page__links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.error-page__links a{color:rgba(255,255,255,.85);text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;transition:all .2s;font-size:.9rem}.error-page__links a:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);color:#fff}.redirect-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a 0,#3b82f6 100%);color:#fff;padding:2rem}.redirect-page__content{text-align:center;max-width:500px}.redirect-page__logo{margin-bottom:2rem}.redirect-page__logo img{height:48px;width:auto}.redirect-page__title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.redirect-page__text{font-size:1.1rem;color:rgba(255,255,255,.85);margin-bottom:1.5rem}.redirect-page__spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.redirect-page__countdown{font-size:.95rem;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.redirect-page__btn{display:inline-block;background:#fff;color:#1e40af;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s}.redirect-page__btn:hover{background:#e2e8f0;transform:translateY(-1px)}.redirect-page__disclaimer{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:2rem;line-height:1.5}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 12px rgba(0,0,0,.1);z-index:900;padding:.75rem 1.5rem;transform:translateY(100%);transition:transform .3s}.sticky-cta--visible{transform:translateY(0)}.sticky-cta__content{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:1200px;margin:0 auto}.sticky-cta__icon{font-size:1.25rem}.sticky-cta__text{font-weight:600;color:#2d3748;font-size:.95rem}.sticky-cta__btn{display:inline-block;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:.6rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:.95rem;transition:all .3s}.sticky-cta__btn:hover{background:linear-gradient(135deg,#1e40af 0,#3b82f6 100%);color:#fff;text-decoration:none}.mobile-sticky-cta{display:none}@media (max-width:1024px){.features-grid--3{grid-template-columns:repeat(2,1fr)}.features-grid--4{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.header__nav{display:none}.header__cta{display:none}.header__menu-toggle{display:flex}.mobile-sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:900;background:#fff;box-shadow:0 -4px 12px rgba(0,0,0,.1);padding:.75rem 1rem;text-align:center}.mobile-sticky-cta a{display:block;background:linear-gradient(135deg,#3b82f6 0,#1e40af 100%);color:#fff;padding:.75rem;border-radius:8px;text-decoration:none;font-weight:700}.features-grid--2,.features-grid--3,.features-grid--4{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr}.hero__content{grid-template-columns:1fr}.team-profile{flex-direction:column;align-items:center;text-align:center}.team-profile__photo{width:150px;height:150px}.error-page__code{font-size:5rem}}.data-table{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.data-table table{width:100%;border-collapse:collapse}.hero__image{position:relative}.hero__quick-launch{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff6b6b 0,#ee5a24 50%,#ff4757 100%);color:#fff;padding:.875rem 2rem;border-radius:30px;text-decoration:none;font-weight:800;font-size:1rem;letter-spacing:.5px;border:2px solid rgba(255,255,255,.3);box-shadow:0 6px 20px rgba(238,90,36,.5);transition:all .3s;z-index:5;overflow:hidden;white-space:nowrap}.hero__quick-launch:hover{background:linear-gradient(135deg,#ff5252 0,#d63031 50%,#e74c3c 100%);transform:translateX(-50%) translateY(-3px);box-shadow:0 10px 30px rgba(238,90,36,.6)}.hero__quick-launch:active{transform:translateX(-50%) translateY(-1px);box-shadow:0 4px 12px rgba(238,90,36,.4)}.hero__quick-launch-icon{font-size:.9rem;position:relative;z-index:2}.hero__quick-launch-text{position:relative;z-index:2}.hero__quick-launch-pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:30px;background:rgba(255,255,255,.15);transform:translate(-50%,-50%);animation:quickLaunchPulse 2s ease-in-out infinite;z-index:1}@keyframes quickLaunchPulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.08);opacity:.7}}.btn--outline-light{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.5);padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .3s;text-align:center;display:inline-block}.btn--outline-light:hover{background:rgba(255,255,255,.15);border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,255,255,.15)}.btn--outline-light:active{transform:translateY(0)}.bonus-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.intro__info{flex:1}.intro__description{color:#718096;line-height:1.7;margin-bottom:1rem}.mobile__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.notice-content{flex:1}.feature__icon--red{background:rgba(244,67,54,.1);color:#f44336}.feature__icon img{width:40px;height:40px;object-fit:contain}.bonus-games .bonus-header{flex-direction:column;text-align:center}.bonus-card__fish-img{display:block;margin:0 auto 1rem}.bonus-card__screenshot{width:100%;border-radius:8px}.bonus-card__screenshots{margin:1rem 0}.bonus-card__screenshots--grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin:1rem 0}.bonus-title--blue{color:#2196f3}.bonus-title--orange{color:#ff9800}.bonus-title--red{color:#f44336}.verdict__author{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.verdict__author-photo{border-radius:50%}.verdict__author-meta{opacity:.7}.section-title--small{font-size:1.5rem;margin-bottom:1.5rem}.links-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.link-separator{opacity:.3}.section--compact{padding:2rem 0}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-1-5{margin-top:1.5rem}.mt-2{margin-top:2rem}.contact-info{margin-top:1rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.9rem}.contact-icon{flex-shrink:0}.regulation-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.intro__video-link{text-decoration:none;color:inherit;cursor:pointer}.video-player--hidden{display:none}a.video-placeholder{text-decoration:none;color:inherit}.casino-features-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.casino-stats{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.9rem}.bonus-item{display:inline-block;background:#f0f4f8;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:#4a5568;margin-right:.25rem}@media (max-width:768px){.mobile__content{grid-template-columns:1fr;gap:2rem}.bonus-card__screenshots--grid{grid-template-columns:1fr}.bonus-games{grid-template-columns:1fr}.hero__quick-launch{padding:.75rem 1.5rem;font-size:.875rem;bottom:1rem}}body:has(.breadcrumb) .hero{margin-top:0}.hero--how-to-play .hero__content,.hero--bonuses .hero__content,.hero--demo .hero__content,.hero--registration .hero__content{grid-template-columns:1fr}.hero .text-link{color:inherit;border-bottom-color:rgba(255,255,255,.5)}.hero .text-link:hover{border-bottom-color:rgba(255,255,255,.8)}@media(max-width:768px){.hero__content{grid-template-columns:1fr;gap:1.5rem}.hero__title{font-size:2rem}.hero__description{font-size:1rem}.hero__stats{gap:.5rem}.stat-card{padding:.75rem 1rem}.stat-card__value{font-size:1.25rem}}