html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}*, *:after, *:before {box-sizing: border-box;}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);min-height: 100vh;}.header {background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);border-bottom: 1px solid rgba(255, 255, 255, 0.1);position: relative;}.header-top {padding: 12px 20px;}.header-container {display: flex;align-items: center;justify-content: space-between;max-width: 1400px;margin: 0 auto;}.logo {display: flex;align-items: center;font-size: 24px;font-weight: bold;color: #fff;text-decoration: none;flex-shrink: 0;}.logo::before {content: "🎰";margin-right: 8px;font-size: 28px;}.logo .woo {color: #ff4757;}.logo .casino {color: #fff;margin-left: 2px;}.auth-buttons {display: flex;gap: 12px;align-items: center;flex-shrink: 0;}.btn {padding: 10px 20px;border: none;border-radius: 8px;font-weight: 600;font-size: 14px;cursor: pointer;transition: all 0.3s ease;text-decoration: none;display: inline-block;text-align: center;white-space: nowrap;}.btn-register {background: linear-gradient(135deg, #ff4757, #ff6b7a);color: #fff;box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);}.btn-register:hover {transform: translateY(-2px);box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4);}.btn-login {background: linear-gradient(135deg, #3742fa, #5352ed);color: #fff;box-shadow: 0 4px 15px rgba(55, 66, 250, 0.3);}.btn-login:hover {transform: translateY(-2px);box-shadow: 0 6px 20px rgba(55, 66, 250, 0.4);}.hamburger {display: none;flex-direction: column;cursor: pointer;padding: 8px;z-index: 1001;flex-shrink: 0;}.hamburger span {width: 25px;height: 3px;background: #fff;margin: 3px 0;transition: all 0.3s ease;border-radius: 2px;}.hamburger.active span:nth-child(1) {transform: rotate(45deg) translate(6px, 6px);}.hamburger.active span:nth-child(2) {opacity: 0;}.hamburger.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}.nav-section {background: rgba(255, 255, 255, 0.02);border-top: 1px solid rgba(255, 255, 255, 0.05);padding: 8px 20px;}.nav-container {max-width: 1400px;margin: 0 auto;overflow-x: auto;-webkit-overflow-scrolling: touch;}.nav-menu {display: flex;list-style: none;gap: 0;background: rgba(255, 255, 255, 0.05);border-radius: 12px;padding: 4px;backdrop-filter: blur(10px);min-width: max-content;justify-content: space-around;}.nav-item {position: relative;flex-shrink: 0;}.nav-link {display: flex;align-items: center;padding: 12px 18px;color: rgba(255, 255, 255, 0.8);text-decoration: none;border-radius: 8px;transition: all 0.3s ease;font-weight: 500;font-size: 14px;gap: 8px;white-space: nowrap;}.nav-link:hover {background: rgba(255, 255, 255, 0.1);color: #fff;transform: translateY(-1px);}.nav-link.active {background: linear-gradient(135deg, #ff4757, #ff6b7a);color: #fff;box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);}.nav-link .icon {font-size: 16px;}.mobile-menu {position: fixed;top: 0;right: -100%;width: 100%;max-width: 350px;height: 100vh;background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);padding: 80px 20px 20px;transition: right 0.3s ease;z-index: 1000;box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);overflow-y: auto;}.mobile-menu.active {right: 0;}.mobile-nav {list-style: none;margin-bottom: 30px;}.mobile-nav .nav-item {margin-bottom: 8px;}.mobile-nav .nav-link {display: flex;align-items: center;padding: 16px;color: rgba(255, 255, 255, 0.8);text-decoration: none;border-radius: 12px;transition: all 0.3s ease;font-weight: 500;gap: 12px;border: 1px solid rgba(255, 255, 255, 0.1);}.mobile-nav .nav-link:hover, .mobile-nav .nav-link.active {background: rgba(255, 255, 255, 0.1);color: #fff;border-color: rgba(255, 255, 255, 0.2);}.mobile-auth {display: flex;flex-direction: column;gap: 12px;}.overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;opacity: 0;visibility: hidden;transition: all 0.3s ease;}.overlay.active {opacity: 1;visibility: visible;}.demo-content {max-width: 1400px;margin: 40px auto;padding: 0 20px;text-align: center;color: #fff;}.demo-content h1 {font-size: 3rem;margin-bottom: 20px;background: linear-gradient(135deg, #ff4757, #ff6b7a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.demo-content p {font-size: 1.2rem;color: rgba(255, 255, 255, 0.8);max-width: 600px;margin: 0 auto;line-height: 1.6;}@media (max-width: 1024px) {.nav-link {padding: 12px 16px;font-size: 13px;}.btn {padding: 8px 16px;font-size: 13px;}}@media (max-width: 900px) {.nav-section {display: none;}.hamburger {display: flex;}.demo-content h1 {font-size: 2.5rem;}}@media (max-width: 768px) {.header-top {padding: 12px 15px;}.nav-section, .auth-buttons {display: none;}.hamburger {display: flex;}.header-container {justify-content: space-between;}.logo {font-size: 20px;}.logo::before {font-size: 24px;margin-right: 6px;}.demo-content {padding: 0 15px;}.demo-content h1 {font-size: 2rem;}.demo-content p {font-size: 1rem;}.mobile-menu {width: 100%;max-width: 100%;padding: 80px 15px 20px;}}@media (max-width: 480px) {.header-top {padding: 10px 12px;}.logo {font-size: 18px;}.logo::before {font-size: 22px;margin-right: 4px;}.demo-content {padding: 0 12px;}.demo-content h1 {font-size: 1.75rem;}.mobile-menu {padding: 70px 12px 20px;}}@media (max-height: 500px) and (orientation: landscape) {.mobile-menu {padding: 60px 15px 15px;}.mobile-nav .nav-link {padding: 12px;}.mobile-auth .btn {padding: 8px 16px;}}.nav-container::-webkit-scrollbar {height: 4px;}.nav-container::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.1);border-radius: 2px;}.nav-container::-webkit-scrollbar-thumb {background: rgba(255, 255, 255, 0.3);border-radius: 2px;}.nav-container::-webkit-scrollbar-thumb:hover {background: rgba(255, 255, 255, 0.5);}.missions-banner {position: relative;min-height: 500px;background: radial-gradient(ellipse at center, #2d1b69 0%, #1a0e2e 40%, #0a0a0a 100%);overflow: hidden;display: flex;align-items: center;}.missions-banner::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 15% 30%, rgba(255, 215, 0, 0.3) 0%, transparent 50%), radial-gradient(circle at 85% 70%, rgba(138, 43, 226, 0.4) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgba(255, 20, 147, 0.2) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(75, 0, 130, 0.3) 0%, transparent 50%);animation: cosmicShift 12s ease-in-out infinite;}@keyframes cosmicShift {0%, 100% {opacity: 0.8;}25% {opacity: 1;}50% {opacity: 0.9;}75% {opacity: 1;}}.missions-container {max-width: 1400px;margin: 0 auto;padding: 80px 20px;display: grid;grid-template-columns: 1fr 1fr;gap: 80px;align-items: center;position: relative;z-index: 2;}.missions-content {color: #fff;background: rgba(0, 0, 0, 0.7);backdrop-filter: blur(10px);padding: 50px;border-radius: 24px;border: 1px solid rgba(255, 255, 255, 0.1);box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);}.missions-title {font-size: 3.5rem;font-weight: 900;line-height: 1.1;margin-bottom: 30px;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);text-transform: uppercase;letter-spacing: 1px;}.missions-highlight {background: linear-gradient(135deg, #ffd700, #ffed4a, #f39c12);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;display: block;text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);position: relative;margin: 15px 0;}.missions-subtitle {font-size: 2rem;font-weight: 700;margin-bottom: 40px;display: flex;align-items: center;gap: 20px;}.missions-subtitle::before, .missions-subtitle::after {content: '—';font-size: 2.5rem;color: #ffd700;}.missions-button {display: inline-block;padding: 18px 45px;background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;text-decoration: none;border-radius: 50px;font-weight: 800;font-size: 18px;text-transform: uppercase;letter-spacing: 1.5px;box-shadow: 0 10px 35px rgba(102, 126, 234, 0.4);transition: all 0.4s ease;position: relative;overflow: hidden;}.missions-button::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);transition: left 0.6s;}.missions-button:hover::before {left: 100%;}.missions-button:hover {transform: translateY(-4px);box-shadow: 0 15px 50px rgba(102, 126, 234, 0.6);}.missions-visual {position: relative;display: flex;justify-content: center;align-items: center;}.porsche-container {position: relative;width: 500px;height: 300px;margin: 0 auto;}.porsche-car {width: 450px;height: 200px;background: linear-gradient(135deg, #ffd700, #ffed4a);border-radius: 100px 100px 40px 40px;position: relative;box-shadow: 0 0 40px rgba(255, 215, 0, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.2);animation: carFloat 4s ease-in-out infinite;}.porsche-car::before {content: '';position: absolute;top: 20%;left: 15%;width: 70%;height: 40%;background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));border-radius: 60px 60px 20px 20px;box-shadow: inset 0 0 15px rgba(255, 215, 0, 0.3);}.porsche-car::after {content: '';position: absolute;bottom: -15px;left: 20%;width: 60%;height: 30px;background: rgba(0, 0, 0, 0.3);border-radius: 50%;filter: blur(10px);}.car-wheel {position: absolute;width: 50px;height: 50px;background: radial-gradient(circle, #333, #000);border-radius: 50%;border: 3px solid #555;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.1);}.car-wheel::before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 20px;height: 20px;background: #666;border-radius: 50%;}.wheel-front {bottom: -25px;right: 60px;animation: wheelSpin 2s linear infinite;}.wheel-back {bottom: -25px;left: 60px;animation: wheelSpin 2s linear infinite reverse;}@keyframes carFloat {0%, 100% {transform: translateY(0px) rotate(0deg);}50% {transform: translateY(-10px) rotate(1deg);}}@keyframes wheelSpin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.sparkles {position: absolute;width: 100%;height: 100%;overflow: hidden;pointer-events: none;}.sparkle {position: absolute;width: 4px;height: 4px;background: #ffd700;border-radius: 50%;animation: sparkleGlow 3s linear infinite;}.sparkle:nth-child(odd) {background: #ff69b4;animation-duration: 4s;}.sparkle:nth-child(1) {top: 10%;left: 20%;animation-delay: 0s;}.sparkle:nth-child(2) {top: 30%;right: 25%;animation-delay: 0.5s;}.sparkle:nth-child(3) {bottom: 40%;left: 15%;animation-delay: 1s;}.sparkle:nth-child(4) {bottom: 20%;right: 30%;animation-delay: 1.5s;}.sparkle:nth-child(5) {top: 60%;left: 80%;animation-delay: 2s;}.sparkle:nth-child(6) {top: 80%;right: 60%;animation-delay: 2.5s;}.sparkle:nth-child(7) {top: 40%;left: 30%;animation-delay: 3s;}.sparkle:nth-child(8) {bottom: 60%;right: 25%;animation-delay: 0.8s;}@keyframes sparkleGlow {0%, 100% {opacity: 0;transform: scale(0) rotate(0deg);}50% {opacity: 1;transform: scale(1.5) rotate(180deg);}}.floating-coins {position: absolute;width: 100%;height: 100%;overflow: hidden;pointer-events: none;}.coin {position: absolute;width: 25px;height: 25px;background: linear-gradient(135deg, #ffd700, #ffed4a);border-radius: 50%;animation: coinDance 5s ease-in-out infinite;box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);}.coin:nth-child(1) {top: 15%;left: 10%;animation-delay: 0s;}.coin:nth-child(2) {top: 25%;right: 15%;animation-delay: 1s;}.coin:nth-child(3) {bottom: 35%;left: 5%;animation-delay: 2s;}.coin:nth-child(4) {bottom: 15%;right: 10%;animation-delay: 1.5s;}.coin:nth-child(5) {top: 70%;left: 85%;animation-delay: 3s;}.coin:nth-child(6) {top: 85%;right: 75%;animation-delay: 0.5s;}@keyframes coinDance {0%, 100% {transform: translateY(0px) rotate(0deg) scale(1);opacity: 0.7;}33% {transform: translateY(-15px) rotate(120deg) scale(1.2);opacity: 1;}66% {transform: translateY(-30px) rotate(240deg) scale(0.8);opacity: 0.9;}}@media (max-width: 1024px) {.missions-container {gap: 60px;padding: 60px 20px;}.missions-content {padding: 40px;}.missions-title {font-size: 3rem;}.missions-subtitle {font-size: 1.8rem;}.porsche-container {width: 400px;height: 250px;}.porsche-car {width: 350px;height: 160px;}.car-wheel {width: 40px;height: 40px;}.wheel-front {right: 50px;bottom: -20px;}.wheel-back {left: 50px;bottom: -20px;}}@media (max-width: 768px) {.missions-banner {min-height: 700px;}.missions-container {grid-template-columns: 1fr;text-align: center;gap: 50px;padding: 50px 15px;}.missions-content {padding: 35px 25px;border-radius: 20px;}.missions-title {font-size: 2.5rem;}.missions-subtitle {font-size: 1.5rem;flex-direction: column;gap: 15px;}.missions-subtitle::before, .missions-subtitle::after {display: none;}.missions-button {padding: 16px 35px;font-size: 16px;}.porsche-container {width: 320px;height: 200px;}.porsche-car {width: 280px;height: 130px;}.car-wheel {width: 35px;height: 35px;}.wheel-front {right: 40px;bottom: -18px;}.wheel-back {left: 40px;bottom: -18px;}.coin {width: 20px;height: 20px;}.sparkle {width: 3px;height: 3px;}}@media (max-width: 480px) {.missions-banner {min-height: 600px;}.missions-container {padding: 40px 12px;gap: 40px;}.missions-content {padding: 30px 20px;border-radius: 16px;}.missions-title {font-size: 2rem;line-height: 1.2;margin-bottom: 25px;}.missions-subtitle {font-size: 1.3rem;margin-bottom: 35px;}.missions-button {padding: 14px 30px;font-size: 14px;letter-spacing: 1px;}.porsche-container {width: 260px;height: 160px;}.porsche-car {width: 220px;height: 110px;}.car-wheel {width: 30px;height: 30px;}.car-wheel::before {width: 12px;height: 12px;}.wheel-front {right: 30px;bottom: -15px;}.wheel-back {left: 30px;bottom: -15px;}}@media (max-height: 500px) and (orientation: landscape) {.missions-banner {min-height: 450px;}.missions-container {grid-template-columns: 1fr 1fr;padding: 30px 15px;gap: 40px;}.missions-title {font-size: 2.2rem;}.missions-subtitle {font-size: 1.3rem;margin-bottom: 25px;}}.floating-cards {position: absolute;width: 100%;height: 100%;pointer-events: none;}.card {position: absolute;width: 40px;height: 60px;background: linear-gradient(135deg, #fff, #f0f0f0);border-radius: 6px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);animation: float 6s ease-in-out infinite;}.card:nth-child(1) {top: 10%;left: 10%;animation-delay: 0s;}.card:nth-child(2) {top: 20%;right: 15%;animation-delay: 1s;}.card:nth-child(3) {bottom: 20%;left: 5%;animation-delay: 2s;}.card:nth-child(4) {bottom: 15%;right: 10%;animation-delay: 3s;}.card::before {content: '♠';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 20px;color: #000;}.card:nth-child(2)::before {content: '♥';color: #ff0000;}.card:nth-child(3)::before {content: '♦';color: #ff0000;}.card:nth-child(4)::before {content: '♣';color: #000;}@keyframes float {0%, 100% {transform: translateY(0px) rotate(0deg);opacity: 0.7;}50% {transform: translateY(-20px) rotate(5deg);opacity: 1;}}.magic-particles {position: absolute;width: 100%;height: 100%;overflow: hidden;pointer-events: none;}.particle {position: absolute;width: 4px;height: 4px;background: #ffd700;border-radius: 50%;animation: sparkle 3s linear infinite;}.particle:nth-child(odd) {background: #ff69b4;animation-duration: 4s;}.particle:nth-child(1) {top: 10%;left: 20%;animation-delay: 0s;}.particle:nth-child(2) {top: 30%;right: 25%;animation-delay: 0.5s;}.particle:nth-child(3) {bottom: 40%;left: 15%;animation-delay: 1s;}.particle:nth-child(4) {bottom: 20%;right: 30%;animation-delay: 1.5s;}.particle:nth-child(5) {top: 60%;left: 80%;animation-delay: 2s;}.particle:nth-child(6) {top: 80%;right: 60%;animation-delay: 2.5s;}@keyframes sparkle {0%, 100% {opacity: 0;transform: scale(0) rotate(0deg);}50% {opacity: 1;transform: scale(1) rotate(180deg);}}@media (max-width: 1024px) {.hero-container {gap: 40px;padding: 50px 20px;}.hero-title {font-size: 3rem;}.hero-subtitle {font-size: 1.8rem;}.roulette-container {width: 350px;height: 350px;}.roulette-wheel {width: 250px;height: 250px;}}@media (max-width: 768px) {.hero-banner {min-height: 600px;}.hero-container {grid-template-columns: 1fr;text-align: center;gap: 40px;padding: 40px 15px;}.hero-title {font-size: 2.5rem;}.hero-subtitle {font-size: 1.5rem;flex-direction: column;gap: 15px;}.hero-subtitle::before, .hero-subtitle::after {width: 100px;align-self: center;}.hero-btn {padding: 12px 30px;font-size: 14px;}.roulette-container {width: 280px;height: 280px;}.roulette-wheel {width: 200px;height: 200px;border-width: 6px;}.card {width: 30px;height: 45px;}.card::before {font-size: 16px;}}@media (max-width: 480px) {.hero-banner {min-height: 500px;}.hero-container {padding: 30px 12px;gap: 30px;}.hero-title {font-size: 2rem;line-height: 1.2;}.hero-subtitle {font-size: 1.2rem;}.hero-btn {padding: 10px 25px;font-size: 13px;}.roulette-container {width: 220px;height: 220px;}.roulette-wheel {width: 160px;height: 160px;border-width: 4px;}.roulette-wheel::before {width: 30px;height: 30px;}.roulette-wheel::after {border-left-width: 8px;border-right-width: 8px;border-top-width: 15px;top: -12px;}.card {width: 25px;height: 35px;}.card::before {font-size: 12px;}}@media (max-height: 500px) and (orientation: landscape) {.hero-banner {min-height: 400px;}.hero-container {grid-template-columns: 1fr 1fr;padding: 20px 15px;gap: 30px;}.hero-title {font-size: 2rem;}.hero-subtitle {font-size: 1.2rem;margin-bottom: 20px;}}.categories-section {max-width: 1400px;margin: 0 auto;padding: 0 20px;}.categories-container {position: relative;}.categories-wrapper {overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling: touch;scrollbar-width: none;-ms-overflow-style: none;padding: 10px 0;}.categories-wrapper::-webkit-scrollbar {display: none;}.categories-grid {display: flex;gap: 15px;min-width: max-content;padding: 0 5px;}.category-item {flex: 0 0 auto;width: 140px;height: 100px;background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);border-radius: 16px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-decoration: none;color: #fff;transition: all 0.3s ease;border: 2px solid rgba(255, 255, 255, 0.1);position: relative;overflow: hidden;}.category-item::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);transition: left 0.5s;}.category-item:hover::before {left: 100%;}.category-item:hover {transform: translateY(-5px);border-color: rgba(255, 255, 255, 0.3);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);}.category-icon {width: 40px;height: 40px;margin-bottom: 8px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;}.category-name {font-size: 12px;font-weight: 600;text-align: center;opacity: 0.9;}.category-woo {background: linear-gradient(135deg, #ff6b35, #f7931e);}.category-woo .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-new {background: linear-gradient(135deg, #4ecdc4, #44a08d);}.category-new .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-slots {background: linear-gradient(135deg, #667eea, #764ba2);}.category-slots .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-bonus {background: linear-gradient(135deg, #f093fb, #f5576c);}.category-bonus .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-live {background: linear-gradient(135deg, #4facfe, #00f2fe);}.category-live .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-roulette {background: linear-gradient(135deg, #fa709a, #fee140);}.category-roulette .category-icon {background: rgba(255, 255, 255, 0.2);color: #fff;}.category-instant {background: linear-gradient(135deg, #a8edea, #fed6e3);}.category-instant .category-icon {background: rgba(0, 0, 0, 0.2);color: #333;}.category-instant .category-name {color: #333;}.category-bitcoin {background: linear-gradient(135deg, #f7971e, #ffd200);}.category-bitcoin .category-icon {background: rgba(0, 0, 0, 0.2);color: #333;}.category-bitcoin .category-name {color: #333;}.scroll-indicator {position: absolute;top: 50%;transform: translateY(-50%);width: 40px;height: 40px;background: rgba(255, 255, 255, 0.1);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 18px;cursor: pointer;transition: all 0.3s ease;z-index: 10;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.2);}.scroll-indicator:hover {background: rgba(255, 255, 255, 0.2);transform: translateY(-50%) scale(1.1);}.scroll-left {left: -9px;}.scroll-right {right: -9px;}.scroll-indicator.hidden {opacity: 0;pointer-events: none;}@media (min-width: 1400px) {.categories-grid {display: grid;grid-template-columns: repeat(8, 1fr);gap: 15px;min-width: auto;}.category-item {width: auto;}.scroll-indicator {display: none;}.categories-wrapper {overflow: visible;}}@media (max-width: 768px) {.categories-section {padding: 0 15px;}.category-item {width: 120px;height: 90px;}.category-icon {width: 35px;height: 35px;font-size: 18px;margin-bottom: 6px;}.category-name {font-size: 11px;}.categories-grid {gap: 12px;}}@media (max-width: 480px) {.categories-section {padding: 0 12px;}.category-item {width: 100px;height: 80px;}.category-icon {width: 30px;height: 30px;font-size: 16px;margin-bottom: 5px;}.category-name {font-size: 10px;}.categories-grid {gap: 10px;}.scroll-indicator {width: 35px;height: 35px;font-size: 16px;}}.demo-content {max-width: 1400px;margin: 60px auto 0;padding: 0 20px;text-align: center;color: #fff;}.demo-content h2 {font-size: 2rem;margin-bottom: 20px;color: #fff;}.demo-content p {font-size: 1rem;color: rgba(255, 255, 255, 0.7);line-height: 1.6;}.games-section {max-width: 1400px;margin: 20px auto;padding: 0 20px;}.section-header {margin-bottom: 30px;}.section-title {font-size: 2rem;font-weight: 700;color: #fff;margin-bottom: 10px;}.games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 20px;margin-bottom: 40px;}.game-card {position: relative;background: #2c3e50;border-radius: 16px;overflow: hidden;text-decoration: none;color: #fff;transition: all 0.3s ease;aspect-ratio: 16/9;border: 2px solid rgba(255, 255, 255, 0.1);box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);}.game-card:hover {transform: translateY(-5px);border-color: rgba(255, 255, 255, 0.3);box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);}.game-image {width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}.game-card:hover .game-image {transform: scale(1.05);}.game-overlay {position: absolute;bottom: 0;left: 0;right: 0;background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));padding: 20px;color: #fff;}.game-title {font-size: 1.1rem;font-weight: 700;margin-bottom: 4px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);}.game-provider {font-size: 0.8rem;opacity: 0.8;text-transform: uppercase;letter-spacing: 0.5px;}.hot-badge {position: absolute;top: 10px;right: 10px;background: linear-gradient(135deg, #ff4757, #ff6b7a);color: #fff;padding: 4px 8px;border-radius: 4px;font-size: 0.7rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);animation: pulse 2s infinite;}@keyframes pulse {0%, 100% {transform: scale(1);}50% {transform: scale(1.05);}}.play-button {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 60px;height: 60px;background: rgba(255, 255, 255, 0.9);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #333;opacity: 0;transition: all 0.3s ease;backdrop-filter: blur(10px);}.game-card:hover .play-button {opacity: 1;transform: translate(-50%, -50%) scale(1.1);}@media (max-width: 1024px) {.games-grid {grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 16px;}.section-title {font-size: 1.8rem;}}@media (max-width: 768px) {.games-section {padding: 0 15px;}.games-grid {grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 12px;}.section-title {font-size: 1.5rem;}.game-overlay {padding: 15px;}.game-title {font-size: 1rem;}.game-provider {font-size: 0.75rem;}.play-button {width: 50px;height: 50px;font-size: 20px;}.hot-badge {top: 8px;right: 8px;padding: 3px 6px;font-size: 0.65rem;}}@media (max-width: 480px) {.games-section {padding: 0 12px;}.games-grid {grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));gap: 10px;}.section-title {font-size: 1.3rem;}.game-overlay {padding: 12px;}.game-title {font-size: 0.9rem;}.game-provider {font-size: 0.7rem;}.play-button {width: 45px;height: 45px;font-size: 18px;}}@media (max-width: 360px) {.games-grid {grid-template-columns: 1fr 1fr;gap: 8px;}.game-overlay {padding: 10px;}.game-title {font-size: 0.8rem;}.game-provider {font-size: 0.65rem;}}.game-image-placeholder {width: 100%;height: 100%;background: linear-gradient(45deg, #34495e, #2c3e50);display: flex;align-items: center;justify-content: center;color: rgba(255, 255, 255, 0.5);font-size: 48px;}.features-section {max-width: 1400px;margin: 0 auto 40px;}.features-container {background: rgba(255, 255, 255, 0.05);border-radius: 20px;padding: 40px;backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.1);box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);}.features-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 30px;}.feature-item {text-align: center;color: #fff;padding: 20px;border-radius: 16px;background: rgba(255, 255, 255, 0.03);border: 1px solid rgba(255, 255, 255, 0.08);transition: all 0.3s ease;position: relative;overflow: hidden;}.feature-item::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);transition: left 0.5s;}.feature-item:hover::before {left: 100%;}.feature-item:hover {transform: translateY(-5px);border-color: rgba(255, 255, 255, 0.2);background: rgba(255, 255, 255, 0.08);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);}.feature-icon {width: 80px;height: 80px;margin: 0 auto 20px;background: linear-gradient(135deg, #667eea, #764ba2);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 32px;color: #fff;position: relative;box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);}.feature-icon::after {content: '';position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #f5576c);border-radius: 50%;z-index: -1;animation: rotate 3s linear infinite;}@keyframes rotate {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.feature-item:nth-child(1) .feature-icon {background: linear-gradient(135deg, #4ecdc4, #44a08d);box-shadow: 0 8px 25px rgba(78, 205, 196, 0.3);}.feature-item:nth-child(1) .feature-icon::after {background: linear-gradient(45deg, #4ecdc4, #44a08d, #96e6a1, #d4fc79);}.feature-item:nth-child(2) .feature-icon {background: linear-gradient(135deg, #fa709a, #fee140);box-shadow: 0 8px 25px rgba(250, 112, 154, 0.3);}.feature-item:nth-child(2) .feature-icon::after {background: linear-gradient(45deg, #fa709a, #fee140, #ff9a9e, #fecfef);}.feature-item:nth-child(3) .feature-icon {background: linear-gradient(135deg, #a8edea, #fed6e3);box-shadow: 0 8px 25px rgba(168, 237, 234, 0.3);color: #333;}.feature-item:nth-child(3) .feature-icon::after {background: linear-gradient(45deg, #a8edea, #fed6e3, #ffecd2, #fcb69f);}.feature-item:nth-child(4) .feature-icon {background: linear-gradient(135deg, #667eea, #764ba2);box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);}.feature-item:nth-child(4) .feature-icon::after {background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #f5576c);}.feature-title {font-size: 1.1rem;font-weight: 700;margin-bottom: 12px;color: #fff;line-height: 1.3;}.feature-description {font-size: 0.9rem;line-height: 1.5;color: rgba(255, 255, 255, 0.8);max-width: 280px;margin: 0 auto;}.icon-wallet::before {content: "💳";}.icon-history::before {content: "📊";}.icon-lightning::before {content: "⚡";}.icon-security::before {content: "🔒";}@media (max-width: 1024px) {.features-container {padding: 30px;}.features-grid {grid-template-columns: repeat(2, 1fr);gap: 25px;}.feature-icon {width: 70px;height: 70px;font-size: 28px;margin-bottom: 16px;}.feature-title {font-size: 1rem;}.feature-description {font-size: 0.85rem;}}@media (max-width: 768px) {.features-section {padding: 0 15px;}.features-container {padding: 25px 20px;border-radius: 16px;}.features-grid {grid-template-columns: 1fr;gap: 25px;}.feature-item {padding: 20px 15px;text-align: center;}.feature-icon {width: 60px;height: 60px;font-size: 24px;margin-bottom: 15px;}.feature-title {font-size: 0.95rem;margin-bottom: 10px;}.feature-description {font-size: 0.8rem;max-width: 100%;}}@media (max-width: 480px) {.features-section {padding: 0 12px;}.features-container {padding: 20px 15px;border-radius: 12px;}.features-grid {gap: 20px;}.feature-item {padding: 18px 12px;border-radius: 12px;}.feature-icon {width: 55px;height: 55px;font-size: 22px;margin-bottom: 12px;}.feature-title {font-size: 0.9rem;margin-bottom: 8px;}.feature-description {font-size: 0.75rem;line-height: 1.4;}}@media (min-width: 481px) and (max-width: 767px) {.features-grid {grid-template-columns: 1fr 1fr;gap: 20px;}.feature-item {padding: 15px;}.feature-description {font-size: 0.8rem;}}@media (max-height: 500px) and (orientation: landscape) {.features-container {padding: 20px;}.features-grid {grid-template-columns: repeat(4, 1fr);gap: 15px;}.feature-item {padding: 15px 10px;}.feature-icon {width: 50px;height: 50px;font-size: 20px;margin-bottom: 10px;}.feature-title {font-size: 0.85rem;margin-bottom: 6px;}.feature-description {font-size: 0.7rem;}}.feature-item:nth-child(1) {animation: fadeInUp 0.6s ease-out 0.1s both;}.feature-item:nth-child(2) {animation: fadeInUp 0.6s ease-out 0.2s both;}.feature-item:nth-child(3) {animation: fadeInUp 0.6s ease-out 0.3s both;}.feature-item:nth-child(4) {animation: fadeInUp 0.6s ease-out 0.4s both;}@keyframes fadeInUp {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}.footer {background: linear-gradient(135deg, #0f1419 0%, #1a1a2e 50%, #16213e 100%);color: #fff;position: relative;overflow: hidden;}.footer::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 1px;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);}.footer-container {max-width: 1400px;margin: 0 auto;padding: 60px 20px 0;}.footer-top {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 40px;margin-bottom: 50px;}.footer-section {opacity: 0;animation: fadeInUp 0.8s ease-out forwards;}.footer-section:nth-child(1) {animation-delay: 0.1s;}.footer-section:nth-child(2) {animation-delay: 0.2s;}.footer-section:nth-child(3) {animation-delay: 0.3s;}.footer-section:nth-child(4) {animation-delay: 0.4s;}@keyframes fadeInUp {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}.footer-logo {display: flex;align-items: center;font-size: 2rem;font-weight: bold;margin-bottom: 20px;text-decoration: none;color: #fff;}.footer-logo::before {content: "🎰";margin-right: 10px;font-size: 2.5rem;}.footer-logo .woo {color: #ff4757;}.footer-description {font-size: 0.9rem;line-height: 1.6;color: rgba(255, 255, 255, 0.7);margin-bottom: 25px;}.footer-title {font-size: 1.2rem;font-weight: 700;margin-bottom: 20px;color: #ff4757;position: relative;}.footer-title::after {content: '';position: absolute;bottom: -5px;left: 0;width: 40px;height: 2px;background: linear-gradient(90deg, #ff4757, transparent);}.footer-links {list-style: none;}.footer-links li {margin-bottom: 12px;}.footer-links a {color: rgba(255, 255, 255, 0.7);text-decoration: none;font-size: 0.9rem;transition: all 0.3s ease;position: relative;padding-left: 15px;}.footer-links a::before {content: '→';position: absolute;left: 0;opacity: 0;transition: all 0.3s ease;color: #ff4757;}.footer-links a:hover {color: #fff;padding-left: 20px;}.footer-links a:hover::before {opacity: 1;}.social-links {display: flex;gap: 15px;margin-top: 20px;}.social-link {width: 45px;height: 45px;background: rgba(255, 255, 255, 0.1);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;text-decoration: none;font-size: 1.2rem;transition: all 0.3s ease;border: 1px solid rgba(255, 255, 255, 0.2);}.social-link:hover {background: #ff4757;transform: translateY(-3px);box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);}.contact-info {list-style: none;}.contact-info li {margin-bottom: 15px;display: flex;align-items: center;font-size: 0.9rem;color: rgba(255, 255, 255, 0.7);}.contact-info li::before {margin-right: 10px;font-size: 1.1rem;color: #ff4757;}.contact-info .email::before {content: '📧';}.contact-info .phone::before {content: '📞';}.contact-info .location::before {content: '📍';}.contact-info .time::before {content: '🕐';}.payment-methods {display: flex;flex-wrap: wrap;gap: 10px;margin-top: 20px;}.payment-method {background: rgba(255, 255, 255, 0.1);padding: 8px 12px;border-radius: 8px;font-size: 0.8rem;color: rgba(255, 255, 255, 0.8);border: 1px solid rgba(255, 255, 255, 0.2);transition: all 0.3s ease;}.payment-method:hover {background: rgba(255, 255, 255, 0.2);color: #fff;}.footer-middle {border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 40px 0;margin-bottom: 30px;}.footer-middle-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 30px;}.feature-highlight {text-align: center;padding: 20px;background: rgba(255, 255, 255, 0.05);border-radius: 16px;border: 1px solid rgba(255, 255, 255, 0.1);transition: all 0.3s ease;}.feature-highlight:hover {background: rgba(255, 255, 255, 0.08);transform: translateY(-2px);}.feature-icon {font-size: 2rem;margin-bottom: 10px;display: block;}.feature-text {font-size: 0.85rem;color: rgba(255, 255, 255, 0.8);line-height: 1.4;}.footer-bottom {border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 30px 0;text-align: center;}.footer-bottom-content {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px;}.copyright {font-size: 0.85rem;color: rgba(255, 255, 255, 0.6);}.footer-legal {display: flex;gap: 25px;flex-wrap: wrap;}.footer-legal a {color: rgba(255, 255, 255, 0.6);text-decoration: none;font-size: 0.85rem;transition: color 0.3s ease;}.footer-legal a:hover {color: #ff4757;}.responsible-gaming {background: rgba(255, 71, 87, 0.1);border: 1px solid rgba(255, 71, 87, 0.3);padding: 20px;border-radius: 12px;margin: 30px 0;text-align: center;}.responsible-gaming h4 {color: #ff4757;margin-bottom: 10px;font-size: 1rem;}.responsible-gaming p {font-size: 0.85rem;color: rgba(255, 255, 255, 0.7);line-height: 1.5;}@media (max-width: 768px) {.footer-container {padding: 40px 15px 0;}.footer-top {grid-template-columns: 1fr;gap: 35px;margin-bottom: 40px;}.footer-logo {font-size: 1.8rem;justify-content: center;text-align: center;}.footer-section {text-align: center;}.footer-title {font-size: 1.1rem;text-align: center;}.footer-title::after {left: 50%;transform: translateX(-50%);}.social-links {justify-content: center;}.footer-middle-grid {grid-template-columns: repeat(2, 1fr);gap: 20px;}.footer-bottom-content {flex-direction: column;text-align: center;gap: 15px;}.footer-legal {justify-content: center;gap: 15px;}.payment-methods {justify-content: center;}}@media (max-width: 480px) {.footer-container {padding: 30px 12px 0;}.footer-top {gap: 30px;margin-bottom: 30px;}.footer-logo {font-size: 1.6rem;}.footer-title {font-size: 1rem;}.footer-middle-grid {grid-template-columns: 1fr;gap: 15px;}.social-link {width: 40px;height: 40px;font-size: 1rem;}.footer-legal {flex-direction: column;gap: 10px;}.payment-method {font-size: 0.75rem;padding: 6px 10px;}.responsible-gaming {padding: 15px;margin: 20px 0;}}.casino-section {max-width: 1400px;margin: 20px auto;padding: 65px 20px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));backdrop-filter: blur(30px);border-radius: 36px;border: 1px solid rgba(255, 255, 255, 0.1);margin-bottom: 50px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);position: relative;overflow: hidden;}.casino-section::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 5px;background: linear-gradient(90deg, transparent, rgba(238, 130, 238, 0.8), transparent);}.casino-section:nth-child(even) {background: linear-gradient(135deg, rgba(238, 130, 238, 0.08), rgba(147, 112, 219, 0.04));}.casino-section:nth-child(even)::before {background: linear-gradient(90deg, transparent, rgba(147, 112, 219, 0.8), transparent);}.casino-main-title {font-size: 3.8rem;font-weight: 900;margin-bottom: 50px;color: #fff;text-align: center;background: linear-gradient(135deg, #ee82ee, #9370db);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;position: relative;text-shadow: 0 5px 25px rgba(238, 130, 238, 0.6);letter-spacing: 2px;}.casino-main-title::after {content: '';position: absolute;bottom: -25px;left: 50%;transform: translateX(-50%);width: 160px;height: 7px;background: linear-gradient(90deg, #ee82ee, #9370db);border-radius: 4px;box-shadow: 0 5px 25px rgba(238, 130, 238, 0.7);}.casino-heading {font-size: 2.6rem;font-weight: 800;margin: 60px 0 35px;color: #fff;position: relative;padding-left: 40px;}.casino-heading::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 50px;background: linear-gradient(135deg, #ee82ee, #9370db);border-radius: 5px;box-shadow: 0 0 30px rgba(238, 130, 238, 0.8);}.casino-text {font-size: 1.2rem;line-height: 2.1;margin-bottom: 32px;color: rgba(255, 255, 255, 0.95);text-align: justify;}.casino-text strong {color: #ee82ee;font-weight: 700;background: linear-gradient(135deg, rgba(238, 130, 238, 0.2), transparent);padding: 3px 8px;border-radius: 6px;}.casino-intro {font-size: 1.25rem;line-height: 2.1;margin-bottom: 45px;color: rgba(255, 255, 255, 0.93);background: linear-gradient(135deg, rgba(238, 130, 238, 0.12), rgba(147, 112, 219, 0.06));padding: 35px 40px;border-radius: 24px;border-left: 7px solid #ee82ee;position: relative;}.casino-intro::before {content: '🎰';position: absolute;top: 25px;right: 30px;font-size: 2rem;opacity: 0.7;}.casino-list {margin: 35px 0;padding-left: 35px;}.casino-list li {margin-bottom: 18px;color: rgba(255, 255, 255, 0.93);position: relative;list-style: none;padding-left: 40px;line-height: 1.9;}.casino-list li::before {content: '💎';position: absolute;left: 0;font-size: 1.3rem;}.casino-ordered-list {margin: 35px 0;padding-left: 35px;counter-reset: casino-counter;}.casino-ordered-list li {margin-bottom: 20px;color: rgba(255, 255, 255, 0.93);position: relative;list-style: none;padding-left: 55px;counter-increment: casino-counter;line-height: 1.9;}.casino-ordered-list li::before {content: counter(casino-counter);position: absolute;left: 0;top: 0;width: 35px;height: 35px;background: linear-gradient(135deg, #ee82ee, #9370db);color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 1.1rem;box-shadow: 0 5px 20px rgba(238, 130, 238, 0.6);}.casino-table-wrapper {overflow-x: auto;margin: 45px 0;border-radius: 24px;background: rgba(255, 255, 255, 0.05);padding: 12px;box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);border: 1px solid rgba(255, 255, 255, 0.12);}.casino-table {width: 100%;border-collapse: collapse;min-width: 650px;background: rgba(255, 255, 255, 0.03);border-radius: 20px;overflow: hidden;}.casino-table th {background: linear-gradient(135deg, #ee82ee, #9370db);color: #fff;padding: 22px 32px;text-align: left;font-weight: 800;font-size: 1.1rem;border: none;text-transform: uppercase;letter-spacing: 1px;}.casino-table td {padding: 20px 32px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);color: rgba(255, 255, 255, 0.93);font-size: 1.05rem;transition: background-color 0.3s ease;}.casino-table tr:nth-child(even) {background: rgba(255, 255, 255, 0.04);}.casino-table tr:hover {background: rgba(238, 130, 238, 0.15);}.casino-table tr:last-child td {border-bottom: none;}.casino-spotlight {background: linear-gradient(135deg, rgba(238, 130, 238, 0.15), rgba(147, 112, 219, 0.1));border: 1px solid rgba(238, 130, 238, 0.3);border-radius: 24px;padding: 40px;margin: 45px 0;position: relative;overflow: hidden;}.casino-spotlight::before {content: '';position: absolute;top: 0;left: 0;width: 8px;height: 100%;background: linear-gradient(135deg, #ee82ee, #9370db);}.casino-spotlight h3 {color: #ee82ee;margin-bottom: 25px;font-size: 1.6rem;font-weight: 800;}.casino-spotlight p {color: rgba(255, 255, 255, 0.9);line-height: 2;font-size: 1.15rem;}.casino-testimonial {background: rgba(255, 255, 255, 0.07);border-left: 8px solid #ee82ee;padding: 35px 45px;margin: 40px 0;border-radius: 0 24px 24px 0;font-style: italic;color: rgba(255, 255, 255, 0.9);position: relative;font-size: 1.2rem;line-height: 2;}.casino-testimonial::before {content: '"';position: absolute;top: -25px;left: 40px;font-size: 6rem;color: #ee82ee;opacity: 0.3;font-family: serif;}.casino-pro-tip {background: linear-gradient(135deg, rgba(147, 112, 219, 0.12), rgba(238, 130, 238, 0.08));border: 2px solid rgba(147, 112, 219, 0.3);border-radius: 20px;padding: 35px;margin: 42px 0;position: relative;}.casino-pro-tip::before {content: '🔥';position: absolute;top: 20px;right: 25px;font-size: 2rem;}.casino-pro-tip h4 {color: #ee82ee;margin-bottom: 18px;font-size: 1.4rem;font-weight: 700;}.casino-pro-tip p {color: rgba(255, 255, 255, 0.9);line-height: 1.8;font-size: 1.05rem;}.casino-faq-container {margin-top: 55px;}.casino-faq-item {background: rgba(255, 255, 255, 0.05);border-radius: 20px;margin-bottom: 22px;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.1);transition: all 0.4s ease;}.casino-faq-item:hover {background: rgba(255, 255, 255, 0.08);border-color: rgba(238, 130, 238, 0.3);transform: translateY(-3px);box-shadow: 0 10px 30px rgba(238, 130, 238, 0.2);}.casino-faq-question {font-weight: 800;color: #ee82ee;padding: 28px 35px;margin: 0;font-size: 1.2rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);background: linear-gradient(135deg, rgba(238, 130, 238, 0.08), transparent);}.casino-faq-answer {padding: 22px 35px 28px;color: rgba(255, 255, 255, 0.9);line-height: 1.9;font-size: 1.1rem;}.casino-final-message {background: linear-gradient(135deg, rgba(238, 130, 238, 0.18), rgba(147, 112, 219, 0.1));border: 3px solid rgba(238, 130, 238, 0.3);border-radius: 28px;padding: 45px;margin: 55px 0;text-align: center;position: relative;overflow: hidden;}.casino-final-message::before {content: '';position: absolute;top: -70%;left: -70%;width: 240%;height: 240%;background: conic-gradient(from 0deg, transparent, rgba(238, 130, 238, 0.15), transparent);animation: rotateGradient 12s linear infinite;}@keyframes rotateGradient {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.casino-final-message h3 {color: #ee82ee;margin-bottom: 30px;font-size: 1.8rem;font-weight: 900;position: relative;z-index: 2;}.casino-final-message p {color: rgba(255, 255, 255, 0.9);line-height: 2;font-size: 1.15rem;position: relative;z-index: 2;}.casino-highlight-box {background: linear-gradient(135deg, rgba(238, 130, 238, 0.1), rgba(147, 112, 219, 0.05));border: 2px solid rgba(238, 130, 238, 0.2);border-radius: 18px;padding: 30px;margin: 38px 0;position: relative;}.casino-highlight-box::before {content: '⭐';position: absolute;top: 15px;right: 20px;font-size: 1.8rem;}.casino-highlight-box h4 {color: #ee82ee;margin-bottom: 15px;font-size: 1.3rem;font-weight: 700;}.casino-highlight-box p {color: rgba(255, 255, 255, 0.9);line-height: 1.7;}@media (max-width: 768px) {.casino-section {padding: 50px 15px;margin-bottom: 40px;border-radius: 32px;}.casino-main-title {font-size: 3rem;margin-bottom: 45px;letter-spacing: 1.5px;}.casino-main-title::after {width: 140px;height: 6px;bottom: -20px;}.casino-heading {font-size: 2.2rem;margin: 50px 0 30px;padding-left: 35px;}.casino-heading::before {width: 7px;height: 45px;}.casino-text {font-size: 1.15rem;margin-bottom: 28px;text-align: left;}.casino-intro {font-size: 1.2rem;padding: 30px 35px;margin-bottom: 40px;}.casino-list {padding-left: 30px;}.casino-list li {padding-left: 35px;margin-bottom: 15px;}.casino-ordered-list li {padding-left: 50px;margin-bottom: 18px;}.casino-ordered-list li::before {width: 32px;height: 32px;font-size: 1rem;}.casino-table-wrapper {margin: 40px -15px;padding: 15px;border-radius: 0;}.casino-table {min-width: 600px;}.casino-table th, .casino-table td {padding: 18px 26px;font-size: 1rem;}.casino-spotlight {padding: 35px;margin: 40px 0;}.casino-testimonial {padding: 30px 40px;margin: 35px 0;}.casino-testimonial::before {font-size: 5rem;top: -20px;left: 35px;}.casino-pro-tip {padding: 30px;margin: 38px 0;}.casino-faq-question {padding: 24px 30px;font-size: 1.15rem;}.casino-faq-answer {padding: 20px 30px 24px;font-size: 1.05rem;}.casino-final-message {padding: 40px;margin: 50px 0;}}@media (max-width: 480px) {.casino-section {padding: 40px 12px;margin-bottom: 35px;border-radius: 28px;}.casino-main-title {font-size: 2.6rem;margin-bottom: 40px;}.casino-main-title::after {width: 120px;height: 5px;bottom: -18px;}.casino-heading {font-size: 2rem;margin: 45px 0 28px;padding-left: 30px;}.casino-text {font-size: 1.1rem;margin-bottom: 26px;}.casino-intro {font-size: 1.15rem;padding: 28px 30px;margin-bottom: 36px;}.casino-table-wrapper {margin: 35px -12px;padding: 12px;}.casino-table {min-width: 550px;}.casino-table th, .casino-table td {padding: 16px 22px;font-size: 0.95rem;}.casino-spotlight {padding: 30px;margin: 36px 0;}.casino-testimonial {padding: 28px 32px;margin: 32px 0;}.casino-testimonial::before {font-size: 4.5rem;top: -18px;left: 30px;}.casino-pro-tip {padding: 28px;margin: 35px 0;}.casino-final-message {padding: 35px;margin: 45px 0;}}.casino-table-wrapper::-webkit-scrollbar {height: 14px;}.casino-table-wrapper::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.1);border-radius: 7px;}.casino-table-wrapper::-webkit-scrollbar-thumb {background: rgba(238, 130, 238, 0.8);border-radius: 7px;}.casino-table-wrapper::-webkit-scrollbar-thumb:hover {background: rgba(238, 130, 238, 1);}.casino-section {opacity: 0;animation: slideInFromLeft 1.2s ease-out forwards;}.casino-section:nth-child(1) {animation-delay: 0.3s;}.casino-section:nth-child(2) {animation-delay: 0.6s;}@keyframes slideInFromLeft {from {opacity: 0;transform: translateX(-80px);}to {opacity: 1;transform: translateX(0);}}.sports-section {max-width: 1400px;margin: 0 auto;padding: 0 20px;}.sports-container {background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);border-radius: 24px;padding: 40px;position: relative;overflow: hidden;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);}.sports-container::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);pointer-events: none;}.sports-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;position: relative;z-index: 2;}.sports-title {color: #fff;font-size: 2.5rem;font-weight: 900;line-height: 1.2;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);}.sports-subtitle {color: rgba(255, 255, 255, 0.8);font-size: 1.1rem;margin-top: 8px;}.place-bet-btn {background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;padding: 14px 28px;border: none;border-radius: 25px;font-weight: 700;font-size: 1rem;text-transform: uppercase;letter-spacing: 0.5px;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);text-decoration: none;display: inline-block;}.place-bet-btn:hover {transform: translateY(-3px);box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);}.sports-events {display: grid;grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));gap: 20px;position: relative;z-index: 2;}.event-card {background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(10px);border-radius: 16px;padding: 24px;border: 1px solid rgba(255, 255, 255, 0.2);transition: all 0.3s ease;}.event-card:hover {background: rgba(255, 255, 255, 0.15);transform: translateY(-2px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);}.event-header {display: flex;align-items: center;gap: 8px;margin-bottom: 16px;}.event-sport {background: rgba(255, 255, 255, 0.2);padding: 4px 8px;border-radius: 12px;font-size: 0.75rem;font-weight: 600;color: #fff;text-transform: uppercase;letter-spacing: 0.5px;}.event-tournament {color: rgba(255, 255, 255, 0.8);font-size: 0.85rem;}.event-time {display: flex;align-items: center;gap: 6px;color: rgba(255, 255, 255, 0.7);font-size: 0.8rem;margin-bottom: 20px;}.event-time::before {content: '🕐';font-size: 0.9rem;}.match-info {display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}.team {display: flex;align-items: center;gap: 12px;flex: 1;}.team.team-right {flex-direction: row-reverse;text-align: right;}.team-flag {width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 1.2rem;background: rgba(255, 255, 255, 0.1);border: 2px solid rgba(255, 255, 255, 0.2);}.team-name {color: #fff;font-weight: 600;font-size: 0.95rem;}.vs-divider {color: #667eea;font-weight: 900;font-size: 1.2rem;margin: 0 16px;text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);}.betting-odds {display: grid;grid-template-columns: repeat(3, 1fr);gap: 8px;}.odd-button {background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 8px;padding: 12px 8px;text-align: center;cursor: pointer;transition: all 0.3s ease;position: relative;overflow: hidden;}.odd-button::before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);transition: left 0.5s;}.odd-button:hover::before {left: 100%;}.odd-button:hover {background: rgba(102, 126, 234, 0.3);border-color: rgba(102, 126, 234, 0.5);transform: translateY(-1px);}.odd-label {display: block;color: rgba(255, 255, 255, 0.8);font-size: 0.75rem;font-weight: 600;margin-bottom: 4px;}.odd-value {display: block;color: #fff;font-size: 1.1rem;font-weight: 700;}.pagination-dots {display: flex;justify-content: center;gap: 8px;margin-top: 30px;position: relative;z-index: 2;}.dot {width: 8px;height: 8px;border-radius: 50%;background: rgba(255, 255, 255, 0.3);cursor: pointer;transition: all 0.3s ease;}.dot.active {background: #667eea;box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);}.dot:hover {background: rgba(255, 255, 255, 0.6);}@media (max-width: 1024px) {.sports-container {padding: 35px;}.sports-title {font-size: 2.2rem;}.sports-events {grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));gap: 16px;}.event-card {padding: 20px;}.place-bet-btn {padding: 12px 24px;font-size: 0.9rem;}}@media (max-width: 768px) {.sports-section {padding: 0 15px;}.sports-container {padding: 25px 20px;border-radius: 20px;}.sports-header {flex-direction: column;align-items: flex-start;gap: 20px;margin-bottom: 25px;}.sports-title {font-size: 1.8rem;}.sports-subtitle {font-size: 1rem;}.place-bet-btn {padding: 10px 20px;font-size: 0.85rem;align-self: stretch;text-align: center;}.sports-events {grid-template-columns: 1fr;gap: 15px;}.event-card {padding: 18px;}.match-info {margin-bottom: 18px;}.team-flag {width: 28px;height: 28px;font-size: 1rem;}.team-name {font-size: 0.9rem;}.vs-divider {font-size: 1rem;margin: 0 12px;}.betting-odds {gap: 6px;}.odd-button {padding: 10px 6px;}.odd-label {font-size: 0.7rem;}.odd-value {font-size: 1rem;}}@media (max-width: 480px) {.sports-container {padding: 20px 15px;border-radius: 16px;}.sports-title {font-size: 1.6rem;}.sports-subtitle {font-size: 0.95rem;}.event-card {padding: 16px;}.event-header {margin-bottom: 14px;}.event-time {margin-bottom: 16px;font-size: 0.75rem;}.match-info {margin-bottom: 16px;}.team-flag {width: 24px;height: 24px;font-size: 0.9rem;}.team-name {font-size: 0.85rem;}.vs-divider {font-size: 0.9rem;margin: 0 8px;}.odd-button {padding: 8px 4px;}.odd-label {font-size: 0.65rem;}.odd-value {font-size: 0.95rem;}}.floating-ball {position: absolute;width: 60px;height: 60px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));border-radius: 50%;animation: float 6s ease-in-out infinite;pointer-events: none;}.floating-ball:nth-child(1) {top: 10%;right: 10%;animation-delay: 0s;}.floating-ball:nth-child(2) {bottom: 20%;left: 15%;animation-delay: 2s;}@keyframes float {0%, 100% {transform: translateY(0px) rotate(0deg);opacity: 0.3;}50% {transform: translateY(-20px) rotate(180deg);opacity: 0.6;}}.tournaments-section {max-width: 1400px;margin: 20px auto;padding: 0 20px;}.tournaments-header {margin-bottom: 30px;}.tournaments-title {font-size: 2.5rem;font-weight: 700;color: #fff;margin-bottom: 10px;}.tournaments-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));gap: 20px;}.tournament-card {background: linear-gradient(135deg, #2c2c54 0%, #40407a 100%);border-radius: 20px;padding: 40px;position: relative;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.1);transition: all 0.3s ease;min-height: 300px;display: flex;flex-direction: column;justify-content: space-between;}.tournament-card::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);pointer-events: none;}.tournament-card:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);border-color: rgba(255, 255, 255, 0.2);}.tournament-badge {display: inline-block;padding: 6px 12px;border-radius: 20px;font-size: 0.8rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;margin-bottom: 20px;border: 1px solid rgba(255, 255, 255, 0.3);}.badge-daily {background: rgba(255, 255, 255, 0.1);color: #fff;}.badge-live {background: rgba(34, 202, 236, 0.2);color: #22caec;border-color: #22caec;}.badge-progressive {background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;border: none;animation: pulse 2s infinite;}@keyframes pulse {0%, 100% {transform: scale(1);box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);}50% {transform: scale(1.05);box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);}}.tournament-content {flex: 1;position: relative;z-index: 2;}.tournament-prize {font-size: 3.5rem;font-weight: 900;color: #fff;line-height: 1;margin-bottom: 10px;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);}.tournament-bonus {font-size: 2rem;font-weight: 700;color: #fff;margin-bottom: 15px;text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);}.tournament-frequency {font-size: 1.2rem;font-weight: 600;color: rgba(255, 255, 255, 0.8);margin-bottom: 30px;text-transform: uppercase;letter-spacing: 1px;}.tournament-button {display: inline-block;padding: 12px 30px;background: rgba(255, 255, 255, 0.9);color: #2c2c54;text-decoration: none;border-radius: 25px;font-weight: 700;font-size: 0.9rem;text-transform: uppercase;letter-spacing: 0.5px;transition: all 0.3s ease;border: 2px solid transparent;}.tournament-button:hover {background: transparent;color: #fff;border-color: rgba(255, 255, 255, 0.8);transform: translateY(-2px);}.tournament-visual {position: absolute;right: -50px;top: 50%;transform: translateY(-50%);width: 200px;height: 200px;opacity: 0.3;pointer-events: none;}.slot-machine {width: 120px;height: 150px;background: linear-gradient(135deg, #8B4513, #DEB887);border-radius: 15px;position: relative;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);animation: float 3s ease-in-out infinite;}.slot-machine::before {content: '7';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 3rem;font-weight: bold;color: #FFD700;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.roulette-wheel {width: 150px;height: 150px;border: 8px solid #FFD700;border-radius: 50%;background: conic-gradient( from 0deg, #ff0000 0deg 30deg, #000000 30deg 60deg, #ff0000 60deg 90deg, #000000 90deg 120deg, #ff0000 120deg 150deg, #000000 150deg 180deg, #ff0000 180deg 210deg, #000000 210deg 240deg, #ff0000 240deg 270deg, #000000 270deg 300deg, #ff0000 300deg 330deg, #000000 330deg 360deg);position: relative;animation: spin 4s linear infinite;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);}.roulette-wheel::before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 20px;height: 20px;background: #FFD700;border-radius: 50%;box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);}@keyframes float {0%, 100% {transform: translateY(-50%) rotate(0deg);}50% {transform: translateY(-60%) rotate(5deg);}}@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.floating-coins {position: absolute;width: 100%;height: 100%;overflow: hidden;pointer-events: none;}.coin {position: absolute;width: 15px;height: 15px;background: linear-gradient(135deg, #FFD700, #FFA500);border-radius: 50%;animation: coinFloat 3s ease-in-out infinite;box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);}.coin:nth-child(1) {top: 20%;left: 10%;animation-delay: 0s;}.coin:nth-child(2) {top: 30%;right: 15%;animation-delay: 1s;}.coin:nth-child(3) {bottom: 30%;left: 20%;animation-delay: 2s;}.coin:nth-child(4) {bottom: 20%;right: 25%;animation-delay: 0.5s;}@keyframes coinFloat {0%, 100% {transform: translateY(0px) rotate(0deg);opacity: 0.6;}50% {transform: translateY(-15px) rotate(180deg);opacity: 1;}}@media (max-width: 1024px) {.tournaments-grid {grid-template-columns: 1fr;gap: 20px;}.tournament-card {padding: 35px;min-height: 280px;}.tournament-prize {font-size: 3rem;}.tournament-bonus {font-size: 1.8rem;}.tournament-visual {width: 180px;height: 180px;right: -40px;}.slot-machine {width: 100px;height: 130px;}.slot-machine::before {font-size: 2.5rem;}.roulette-wheel {width: 130px;height: 130px;border-width: 6px;}}@media (max-width: 768px) {.tournaments-section {padding: 0 15px;}.tournaments-title {font-size: 2rem;}.tournaments-grid {grid-template-columns: 1fr;gap: 15px;}.tournament-card {padding: 30px 25px;min-height: 250px;text-align: center;}.tournament-prize {font-size: 2.5rem;margin-bottom: 8px;}.tournament-bonus {font-size: 1.5rem;margin-bottom: 12px;}.tournament-frequency {font-size: 1rem;margin-bottom: 25px;}.tournament-button {padding: 10px 25px;font-size: 0.85rem;}.tournament-visual {display: none;}.tournament-badge {margin-bottom: 15px;}}@media (max-width: 480px) {.tournaments-section {padding: 0 12px;}.tournaments-title {font-size: 1.8rem;}.tournament-card {padding: 25px 20px;min-height: 220px;}.tournament-prize {font-size: 2.2rem;}.tournament-bonus {font-size: 1.3rem;}.tournament-frequency {font-size: 0.9rem;margin-bottom: 20px;}.tournament-button {padding: 9px 20px;font-size: 0.8rem;}.coin {width: 12px;height: 12px;}}.demo-content {max-width: 1400px;margin: 60px auto 0;padding: 0 20px;text-align: center;color: #fff;}.demo-content h2 {font-size: 2rem;margin-bottom: 20px;color: #fff;}.demo-content p {font-size: 1rem;color: rgba(255, 255, 255, 0.7);line-height: 1.6;}.experience-section {max-width: 1400px;margin: 0 auto;padding: 70px 20px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));backdrop-filter: blur(35px);border-radius: 40px;border: 1px solid rgba(255, 255, 255, 0.12);margin-bottom: 55px;box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);position: relative;overflow: hidden;}.experience-section::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 6px;background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.9), transparent);}.experience-section:nth-child(even) {background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.05));}.experience-section:nth-child(even)::before {background: linear-gradient(90deg, transparent, rgba(118, 75, 162, 0.9), transparent);}.experience-header {font-size: 4.2rem;font-weight: 900;margin-bottom: 55px;color: #fff;text-align: center;background: linear-gradient(135deg, #667eea, #764ba2);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;position: relative;text-shadow: 0 6px 30px rgba(102, 126, 234, 0.7);letter-spacing: 2.5px;}.experience-header::after {content: '';position: absolute;bottom: -30px;left: 50%;transform: translateX(-50%);width: 180px;height: 8px;background: linear-gradient(90deg, #667eea, #764ba2);border-radius: 5px;box-shadow: 0 6px 30px rgba(102, 126, 234, 0.8);}.experience-subheading {font-size: 2.8rem;font-weight: 800;margin: 65px 0 40px;color: #fff;position: relative;padding-left: 45px;}.experience-subheading::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 9px;height: 55px;background: linear-gradient(135deg, #667eea, #764ba2);border-radius: 6px;box-shadow: 0 0 35px rgba(102, 126, 234, 0.9);}.experience-paragraph {font-size: 1.25rem;line-height: 2.2;margin-bottom: 35px;color: rgba(255, 255, 255, 0.96);text-align: justify;}.experience-paragraph strong {color: #667eea;font-weight: 700;background: linear-gradient(135deg, rgba(102, 126, 234, 0.25), transparent);padding: 4px 10px;border-radius: 8px;}.experience-intro {font-size: 1.3rem;line-height: 2.2;margin-bottom: 50px;color: rgba(255, 255, 255, 0.94);background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.08));padding: 40px 45px;border-radius: 28px;border-left: 8px solid #667eea;position: relative;}.experience-intro::before {content: '🎲';position: absolute;top: 30px;right: 35px;font-size: 2.2rem;opacity: 0.8;}.experience-list {margin: 40px 0;padding-left: 40px;}.experience-list li {margin-bottom: 20px;color: rgba(255, 255, 255, 0.94);position: relative;list-style: none;padding-left: 45px;line-height: 2;}.experience-list li::before {content: '🌟';position: absolute;left: 0;font-size: 1.4rem;}.experience-ordered-list {margin: 40px 0;padding-left: 40px;counter-reset: experience-counter;}.experience-ordered-list li {margin-bottom: 22px;color: rgba(255, 255, 255, 0.94);position: relative;list-style: none;padding-left: 60px;counter-increment: experience-counter;line-height: 2;}.experience-ordered-list li::before {content: counter(experience-counter);position: absolute;left: 0;top: 0;width: 38px;height: 38px;background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 1.2rem;box-shadow: 0 6px 25px rgba(102, 126, 234, 0.7);}.experience-table-wrapper {overflow-x: auto;margin: 50px 0;border-radius: 28px;background: rgba(255, 255, 255, 0.06);padding: 15px;box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);border: 1px solid rgba(255, 255, 255, 0.15);}.experience-table {width: 100%;border-collapse: collapse;min-width: 700px;background: rgba(255, 255, 255, 0.04);border-radius: 24px;overflow: hidden;}.experience-table th {background: linear-gradient(135deg, #667eea, #764ba2);color: #fff;padding: 25px 35px;text-align: left;font-weight: 800;font-size: 1.15rem;border: none;text-transform: uppercase;letter-spacing: 1.2px;}.experience-table td {padding: 22px 35px;border-bottom: 1px solid rgba(255, 255, 255, 0.12);color: rgba(255, 255, 255, 0.94);font-size: 1.1rem;transition: background-color 0.3s ease;}.experience-table tr:nth-child(even) {background: rgba(255, 255, 255, 0.05);}.experience-table tr:hover {background: rgba(102, 126, 234, 0.18);}.experience-table tr:last-child td {border-bottom: none;}.experience-feature {background: linear-gradient(135deg, rgba(102, 126, 234, 0.18), rgba(118, 75, 162, 0.12));border: 1px solid rgba(102, 126, 234, 0.3);border-radius: 28px;padding: 45px;margin: 50px 0;position: relative;overflow: hidden;}.experience-feature::before {content: '';position: absolute;top: 0;left: 0;width: 9px;height: 100%;background: linear-gradient(135deg, #667eea, #764ba2);}.experience-feature h3 {color: #667eea;margin-bottom: 28px;font-size: 1.7rem;font-weight: 800;}.experience-feature p {color: rgba(255, 255, 255, 0.9);line-height: 2.1;font-size: 1.2rem;}.experience-testimonial {background: rgba(255, 255, 255, 0.08);border-left: 9px solid #667eea;padding: 40px 50px;margin: 45px 0;border-radius: 0 28px 28px 0;font-style: italic;color: rgba(255, 255, 255, 0.9);position: relative;font-size: 1.25rem;line-height: 2.1;}.experience-testimonial::before {content: '"';position: absolute;top: -30px;left: 45px;font-size: 7rem;color: #667eea;opacity: 0.3;font-family: serif;}.experience-insight {background: linear-gradient(135deg, rgba(118, 75, 162, 0.15), rgba(102, 126, 234, 0.1));border: 2px solid rgba(118, 75, 162, 0.3);border-radius: 24px;padding: 40px;margin: 48px 0;position: relative;}.experience-insight::before {content: '💡';position: absolute;top: 25px;right: 30px;font-size: 2.2rem;}.experience-insight h4 {color: #667eea;margin-bottom: 20px;font-size: 1.5rem;font-weight: 700;}.experience-insight p {color: rgba(255, 255, 255, 0.9);line-height: 1.9;font-size: 1.1rem;}.experience-faq-section {margin-top: 60px;}.experience-faq-item {background: rgba(255, 255, 255, 0.06);border-radius: 24px;margin-bottom: 25px;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.12);transition: all 0.4s ease;}.experience-faq-item:hover {background: rgba(255, 255, 255, 0.1);border-color: rgba(102, 126, 234, 0.3);transform: translateY(-4px);box-shadow: 0 12px 35px rgba(102, 126, 234, 0.25);}.experience-faq-question {font-weight: 800;color: #667eea;padding: 32px 40px;margin: 0;font-size: 1.25rem;border-bottom: 1px solid rgba(255, 255, 255, 0.12);background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), transparent);}.experience-faq-answer {padding: 25px 40px 32px;color: rgba(255, 255, 255, 0.9);line-height: 2;font-size: 1.15rem;}.experience-conclusion {background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.12));border: 3px solid rgba(102, 126, 234, 0.3);border-radius: 32px;padding: 50px;margin: 60px 0;text-align: center;position: relative;overflow: hidden;}.experience-conclusion::before {content: '';position: absolute;top: -80%;left: -80%;width: 260%;height: 260%;background: conic-gradient(from 0deg, transparent, rgba(102, 126, 234, 0.18), transparent);animation: rotateGlow 15s linear infinite;}@keyframes rotateGlow {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.experience-conclusion h3 {color: #667eea;margin-bottom: 35px;font-size: 2rem;font-weight: 900;position: relative;z-index: 2;}.experience-conclusion p {color: rgba(255, 255, 255, 0.9);line-height: 2.1;font-size: 1.2rem;position: relative;z-index: 2;}.experience-highlight-box {background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.07));border: 2px solid rgba(102, 126, 234, 0.25);border-radius: 20px;padding: 35px;margin: 42px 0;position: relative;}.experience-highlight-box::before {content: '🚀';position: absolute;top: 20px;right: 25px;font-size: 2rem;}.experience-highlight-box h4 {color: #667eea;margin-bottom: 18px;font-size: 1.4rem;font-weight: 700;}.experience-highlight-box p {color: rgba(255, 255, 255, 0.9);line-height: 1.8;}@media (max-width: 768px) {.experience-section {padding: 55px 15px;margin-bottom: 45px;border-radius: 36px;}.experience-header {font-size: 3.2rem;margin-bottom: 50px;letter-spacing: 2px;}.experience-header::after {width: 160px;height: 7px;bottom: -25px;}.experience-subheading {font-size: 2.4rem;margin: 55px 0 35px;padding-left: 40px;}.experience-subheading::before {width: 8px;height: 50px;}.experience-paragraph {font-size: 1.2rem;margin-bottom: 32px;text-align: left;}.experience-intro {font-size: 1.25rem;padding: 35px 40px;margin-bottom: 45px;}.experience-list {padding-left: 35px;}.experience-list li {padding-left: 40px;margin-bottom: 18px;}.experience-ordered-list li {padding-left: 55px;margin-bottom: 20px;}.experience-ordered-list li::before {width: 35px;height: 35px;font-size: 1.1rem;}.experience-table-wrapper {margin: 45px -15px;padding: 15px;border-radius: 0;}.experience-table {min-width: 650px;}.experience-table th, .experience-table td {padding: 20px 30px;font-size: 1.05rem;}.experience-feature {padding: 40px;margin: 45px 0;}.experience-testimonial {padding: 35px 45px;margin: 40px 0;}.experience-testimonial::before {font-size: 6rem;top: -25px;left: 40px;}.experience-insight {padding: 35px;margin: 45px 0;}.experience-faq-question {padding: 28px 35px;font-size: 1.2rem;}.experience-faq-answer {padding: 22px 35px 28px;font-size: 1.1rem;}.experience-conclusion {padding: 45px;margin: 55px 0;}}@media (max-width: 480px) {.experience-section {padding: 45px 12px;margin-bottom: 40px;border-radius: 32px;}.experience-header {font-size: 2.8rem;margin-bottom: 45px;}.experience-header::after {width: 140px;height: 6px;bottom: -22px;}.experience-subheading {font-size: 2.2rem;margin: 50px 0 32px;padding-left: 35px;}.experience-paragraph {font-size: 1.15rem;margin-bottom: 30px;}.experience-intro {font-size: 1.2rem;padding: 32px 35px;margin-bottom: 40px;}.experience-table-wrapper {margin: 40px -12px;padding: 12px;}.experience-table {min-width: 600px;}.experience-table th, .experience-table td {padding: 18px 25px;font-size: 1rem;}.experience-feature {padding: 35px;margin: 40px 0;}.experience-testimonial {padding: 32px 38px;margin: 36px 0;}.experience-testimonial::before {font-size: 5.5rem;top: -22px;left: 35px;}.experience-insight {padding: 32px;margin: 40px 0;}.experience-conclusion {padding: 40px;margin: 50px 0;}}.experience-table-wrapper::-webkit-scrollbar {height: 16px;}.experience-table-wrapper::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.1);border-radius: 8px;}.experience-table-wrapper::-webkit-scrollbar-thumb {background: rgba(102, 126, 234, 0.8);border-radius: 8px;}.experience-table-wrapper::-webkit-scrollbar-thumb:hover {background: rgba(102, 126, 234, 1);}.experience-section {opacity: 0;animation: slideInFromRight 1.4s ease-out forwards;}.experience-section:nth-child(1) {animation-delay: 0.3s;}.experience-section:nth-child(2) {animation-delay: 0.7s;}@keyframes slideInFromRight {from {opacity: 0;transform: translateX(100px);}to {opacity: 1;transform: translateX(0);}}