*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
button{border:none;background:none;cursor:pointer;font-family:inherit;}
.top-bar{background:#e72f39;padding:15px 10px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.15);}
.bar-wrap{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;position:relative;}
.logo-box img{width:160px;height:21px;}
.menu-btn{display:none;flex-direction:column;z-index:1001;}
.bar-line{width:28px;height:3px;background:#ffffff;display:block;margin-bottom:5px;transition:all 0.3s ease;}
.bar-line:last-child{margin-bottom:0;}
.menu-btn.btn-active .bar-line:nth-child(1){transform:rotate(45deg) translate(8px,8px);}
.menu-btn.btn-active .bar-line:nth-child(2){opacity:0;}
.menu-btn.btn-active .bar-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.link-nav{display:flex;align-items:center;}
.link-nav a{color:#ffffff;padding:8px 18px;font-size:15px;font-weight:500;transition:background 0.3s ease;}
.link-nav a:hover{background:rgba(255,255,255,0.15);border-radius:4px;}
.link-nav a.current-page{color:#ffffff;pointer-events:none;background:rgba(255,255,255,0.2);border-radius:4px;}
.auth-box{display:flex;align-items:center;}
.signin-link{color:#ffffff;padding:9px 22px;font-size:14px;font-weight:600;margin-right:12px;background:rgba(255,255,255,0.2);border-radius:6px;transition:background 0.3s ease;}
.signin-link:hover{background:rgba(255,255,255,0.3);}
.signup-link{background:#000000;color:#ffffff;padding:9px 24px;font-size:14px;font-weight:600;border-radius:6px;transition:transform 0.2s ease,background 0.3s ease;}
.signup-link:hover{background:#1a1a1a;transform:translateY(-2px);}
.slide-menu{display:none;flex-direction:column;position:fixed;top:60px;right:0;width:280px;background:#ffffff;box-shadow:-2px 0 12px rgba(0,0,0,0.2);height:calc(100vh - 60px);padding:20px 0;z-index:999;transform:translateX(100%);transition:transform 0.3s ease;}
.slide-menu.menu-open{transform:translateX(0);}
.slide-menu a{padding:14px 25px;color:#1a1a1a;font-size:16px;font-weight:500;display:block;transition:background 0.2s ease;}
.slide-menu a:hover{background:#f5f5f5;}
.menu-signup{background:#e72f39;color:#ffffff;margin:15px 25px 10px;padding:12px;text-align:center;border-radius:6px;font-weight:600;}
.menu-signin{background:#000000;color:#ffffff;margin:0 25px;padding:12px;text-align:center;border-radius:6px;font-weight:600;}
.sports-hero{background:linear-gradient(135deg,rgba(26,10,10,0.95) 0%,rgba(61,21,21,0.95) 100%);padding:60px 10px;position:relative;overflow:hidden;}
.sports-hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(231,47,57,0.08) 50px,rgba(231,47,57,0.08) 100px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(231,47,57,0.08) 50px,rgba(231,47,57,0.08) 100px);z-index:1;}
.hero-wrapper{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center;}
.hero-wrapper h1{font-size:42px;color:#ffffff;margin-bottom:24px;font-weight:800;text-shadow:3px 3px 8px rgba(0,0,0,0.8);}
.hero-wrapper p{font-size:18px;color:#ffffff;line-height:1.75;margin-bottom:32px;text-shadow:2px 2px 6px rgba(0,0,0,0.8);}
.hero-cta{margin-top:30px;}
.content-area{max-width:1200px;margin:0 auto;padding:50px 10px;}
article{margin-bottom:60px;}
article h2{font-size:32px;color:#1a1a1a;margin-bottom:24px;font-weight:700;}
article h3{font-size:24px;color:#1a1a1a;margin:30px 0 16px;font-weight:600;}
article p{font-size:17px;color:#2d2d2d;margin-bottom:18px;line-height:1.75;}
.sports-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.sport-card{background:#f9f9f9;padding:26px 22px;border-radius:12px;box-shadow:0 3px 12px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;}
.sport-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px rgba(0,0,0,0.14);}
.sport-icon{font-size:48px;margin-bottom:12px;}
.sport-card h3{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:600;}
.sport-card p{font-size:15px;color:#3d3d3d;line-height:1.7;margin-bottom:0;}
.feature-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;}
.feature-box{background:linear-gradient(135deg,rgba(231,47,57,0.04) 0%,rgba(231,47,57,0.01) 100%);padding:28px 22px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.06);transition:transform 0.3s ease;}
.feature-box:hover{transform:translateY(-4px);}
.feature-box h3{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:600;}
.feature-box p{font-size:15px;color:#3d3d3d;line-height:1.7;margin-bottom:12px;}
.feature-box p:last-child{margin-bottom:0;}
.action-center{text-align:center;margin:40px 0;}
.primary-action{display:inline-block;background:#e72f39;color:#ffffff;padding:16px 48px;font-size:18px;font-weight:700;border-radius:8px;transition:transform 0.2s ease,box-shadow 0.3s ease;}
.primary-action:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(231,47,57,0.4);}
.odds-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.odds-tile{background:#f9f9f9;padding:26px 22px;border-radius:12px;box-shadow:0 3px 12px rgba(0,0,0,0.08);transition:transform 0.3s ease;}
.odds-tile:hover{transform:translateY(-4px);}
.odds-tile h3{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:600;}
.odds-tile p{font-size:15px;color:#3d3d3d;line-height:1.7;margin-bottom:12px;}
.odds-tile p:last-child{margin-bottom:0;}
.faq-block{margin-bottom:28px;padding:20px;background:#f8f8f8;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}
.faq-block h3{font-size:20px;color:#1a1a1a;margin-bottom:12px;font-weight:600;}
.faq-block p{font-size:16px;color:#2d2d2d;line-height:1.7;margin-bottom:0;}
.base-bar{background:#000000;color:#f5f5f5;padding:50px 10px 30px;}
.base-wrap{max-width:1200px;margin:0 auto;}
.link-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;}
.link-strip a{color:#f5f5f5;font-size:14px;transition:color 0.3s ease;}
.link-strip a:hover{color:#e72f39;}
.icon-row{margin-bottom:35px;text-align:center;}
.icon-row h4{font-size:16px;color:#f5f5f5;margin-bottom:18px;font-weight:600;}
.icon-flex{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px;}
.icon-flex img{filter:brightness(0) invert(1);opacity:0.8;transition:opacity 0.3s ease;}
.icon-flex img:hover{opacity:1;}
.licence-text{max-width:900px;margin:40px auto 25px;text-align:center;}
.licence-text p{font-size:13px;color:#cccccc;line-height:1.7;}
.copyright-text{text-align:center;padding-top:20px;}
.copyright-text p{font-size:13px;color:#999999;}
@media(max-width:1080px){
.menu-btn{display:flex;}
.link-nav{display:none;}
.auth-box{display:none;}
.slide-menu{display:flex;}
.hero-wrapper h1{font-size:36px;}
.hero-wrapper p{font-size:17px;}
.sports-grid{grid-template-columns:repeat(2,1fr);}
.feature-blocks{grid-template-columns:1fr;}
.odds-tiles{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
.sports-hero{padding:40px 10px;}
.hero-wrapper h1{font-size:30px;margin-bottom:20px;}
.hero-wrapper p{font-size:16px;margin-bottom:28px;}
.content-area{padding:40px 10px;}
article h2{font-size:28px;}
article h3{font-size:22px;}
article p{font-size:15px;}
.sports-grid{grid-template-columns:1fr;}
.sport-card{padding:24px 18px;}
.feature-box{padding:24px 18px;}
.odds-tiles{grid-template-columns:1fr;}
.primary-action{padding:14px 38px;font-size:16px;}
}
@media(max-width:480px){
.top-bar{padding:12px 10px;}
.logo-box img{width:140px;height:18px;}
.sports-hero{padding:30px 10px;}
.hero-wrapper h1{font-size:26px;margin-bottom:18px;}
.hero-wrapper p{font-size:15px;margin-bottom:24px;}
.content-area{padding:30px 10px;}
article h2{font-size:24px;margin-bottom:20px;}
article h3{font-size:20px;}
article p{font-size:14px;}
.sport-card{padding:22px 18px;}
.sport-icon{font-size:40px;}
.sport-card h3{font-size:20px;}
.sport-card p{font-size:14px;}
.feature-box{padding:22px 18px;}
.feature-box h3{font-size:20px;}
.feature-box p{font-size:14px;}
.odds-tile{padding:22px 18px;}
.odds-tile h3{font-size:20px;}
.odds-tile p{font-size:14px;}
.faq-block{padding:16px;}
.faq-block h3{font-size:18px;}
.faq-block p{font-size:15px;}
.primary-action{padding:13px 32px;font-size:15px;}
.link-strip{gap:15px;}
.icon-flex{gap:18px;}
}
@media(max-width:320px){
.logo-box img{width:120px;height:16px;}
.sports-hero{padding:25px 10px;}
.hero-wrapper h1{font-size:22px;margin-bottom:16px;}
.hero-wrapper p{font-size:14px;margin-bottom:20px;}
.content-area{padding:25px 10px;}
article h2{font-size:21px;margin-bottom:18px;}
article h3{font-size:18px;}
article p{font-size:13px;line-height:1.7;}
.sport-card{padding:20px 16px;}
.sport-icon{font-size:36px;margin-bottom:10px;}
.sport-card h3{font-size:18px;margin-bottom:12px;}
.sport-card p{font-size:13px;}
.feature-box{padding:20px 16px;}
.feature-box h3{font-size:18px;margin-bottom:12px;}
.feature-box p{font-size:13px;margin-bottom:10px;}
.odds-tile{padding:20px 16px;}
.odds-tile h3{font-size:18px;margin-bottom:12px;}
.odds-tile p{font-size:13px;margin-bottom:10px;}
.faq-block{padding:14px;}
.faq-block h3{font-size:16px;}
.faq-block p{font-size:14px;}
.primary-action{padding:12px 28px;font-size:14px;}
.link-strip a{font-size:13px;}
.icon-flex{gap:14px;}
.licence-text p{font-size:12px;}
.copyright-text p{font-size:12px;}
}