*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { overflow-x: hidden; max-width: 100vw; font-family: 'Outfit', sans-serif; background: #0f141a; color: #e0e0e0; padding-top: var(--hh); }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, a, span, li { word-break: break-word; overflow-wrap: break-word; max-width: 100%; }

:root {
  --bg: #0f141a;
  --surface: #1a1f26;
  --accent: #d4af37;
  --text: #e0e0e0;
  --hh: 80px;
  --f1: 'Fraunces', serif;
  --f2: 'Outfit', sans-serif;
  --rad: 12px;
}

.ab { position: fixed; top: 0; left: 0; width: 100%; height: var(--hh); background: #0a0d11; z-index: 1000; border-bottom: 1px solid rgba(212,175,55,0.2); }
.ac { max-width: 1400px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; }
.ad { display: flex; align-items: center; gap: 15px; text-decoration: none; color: var(--accent); }
.ae { font-family: var(--f1); font-size: 1.5rem; font-weight: 700; }
.af { display: flex; gap: 30px; }
.ag { text-decoration: none; color: var(--text); font-weight: 400; font-size: 0.9rem; letter-spacing: 1px; text-transform: uppercase; transition: color 0.3s; }
.ag:hover { color: var(--accent); }
.ah { display: none; background: none; border: none; flex-direction: column; gap: 6px; cursor: pointer; }
.ah span { display: block; width: 25px; height: 2px; background: var(--accent); }

.ai { min-height: calc(100vh - var(--hh)); display: flex; align-items: center; background: radial-gradient(circle at 70% 30%, #1a2533 0%, #0f141a 100%); }
.aj { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; padding: 0 40px; }
.ak { display: flex; flex-direction: column; justify-content: center; }
.al { font-family: var(--f1); font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1; margin-bottom: 30px; color: #fff; }
.am { font-size: 1.25rem; line-height: 1.6; margin-bottom: 40px; opacity: 0.8; max-width: 500px; }
.an { display: flex; gap: 20px; }
.ao { padding: 18px 35px; background: var(--accent); color: #000; text-decoration: none; font-weight: 600; border-radius: var(--rad); transition: transform 0.3s; }
.ao:hover { transform: translateY(-3px); }
.ap { padding: 18px 35px; border: 2px solid var(--accent); color: var(--accent); text-decoration: none; font-weight: 600; border-radius: var(--rad); transition: background 0.3s, color 0.3s; }
.ap:hover { background: var(--accent); color: #000; }
.aq { position: relative; height: 600px; border-radius: var(--rad); overflow: hidden; border: 1px solid rgba(212,175,55,0.3); }
.aq img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.ar { padding: 120px 0; background: #0a0d11; }
.as { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.at { font-family: var(--f1); font-size: 3rem; margin-bottom: 80px; text-align: center; }
.au { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.av { padding: 40px; background: var(--surface); border-radius: var(--rad); border: 1px solid rgba(255,255,255,0.05); transition: border-color 0.3s; }
.av:hover { border-color: var(--accent); }
.av h3 { font-family: var(--f1); font-size: 1.5rem; margin-bottom: 20px; color: var(--accent); }
.av p { line-height: 1.6; opacity: 0.7; }

.aw { padding: 100px 0; background: var(--accent); color: #000; }
.ax { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; padding: 0 40px; text-align: center; }
.ay { display: flex; flex-direction: column; }
.az { font-family: var(--f1); font-size: 3rem; font-weight: 700; }
.ay label { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; margin-top: 5px; }

.ba { padding: 120px 0; background: #0f141a; }
.bb { max-width: 1400px; margin: 0 auto; padding: 0 40px; text-align: center; }
.bc { font-family: var(--f1); font-size: 3rem; margin-bottom: 10px; }
.bd { margin-bottom: 60px; opacity: 0.6; }
.be { max-width: 700px; margin: 0 auto; background: var(--surface); padding: 50px; border-radius: 24px; border: 4px solid #2a313a; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.bf { background: #0a0d11; padding: 15px; border-radius: 12px; display: inline-block; margin-bottom: 40px; border: 1px solid var(--accent); }
.bf strong { color: var(--accent); font-size: 1.4rem; }
.bg { display: flex; gap: 20px; justify-content: center; margin-bottom: 40px; }
.bh { width: 120px; height: 160px; background: #0a0d11; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 4rem; border: 2px solid #333; overflow: hidden; position: relative; }
.bh::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 30%; background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); z-index: 2; }
.bh::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 30%; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); z-index: 2; }
.bi { position: relative; z-index: 1; color: var(--accent); }
.bj { display: flex; justify-content: center; gap: 20px; align-items: flex-end; margin-bottom: 30px; }
.bk { display: flex; flex-direction: column; text-align: left; gap: 8px; }
.bk label { font-size: 0.8rem; text-transform: uppercase; opacity: 0.6; }
.bk input { background: #0a0d11; border: 1px solid #333; color: #fff; padding: 12px; border-radius: 8px; width: 100px; font-size: 1.1rem; }
.bl { padding: 15px 50px; background: var(--accent); border: none; border-radius: 8px; font-weight: 700; cursor: pointer; transition: transform 0.1s; }
.bl:active { transform: scale(0.95); }
.bl:disabled { opacity: 0.5; cursor: not-allowed; }
.bm { padding: 20px; border-radius: 8px; font-weight: 600; margin-bottom: 20px; transition: 0.3s; }
.win { background: rgba(0,255,100,0.1); color: #00ff64; border: 1px solid #00ff64; }
.loss { background: rgba(255,50,50,0.1); color: #ff3232; border: 1px solid #ff3232; }
.bn { font-size: 0.75rem; opacity: 0.4; margin-top: 30px; }

.bo { padding: 120px 0; background: #0a0d11; }
.bp { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.bq { font-family: var(--f1); font-size: 3rem; text-align: center; margin-bottom: 80px; }
.br { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.bs { padding: 40px; background: var(--surface); border-radius: var(--rad); }
.bs p { font-style: italic; font-size: 1.1rem; line-height: 1.7; margin-bottom: 30px; opacity: 0.9; }
.bs h4 { font-family: var(--f1); font-size: 1.2rem; color: var(--accent); }
.bs span { font-size: 0.8rem; opacity: 0.5; text-transform: uppercase; }

.bt { padding: 120px 0; }
.bu { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.bv { font-family: var(--f1); font-size: 3rem; text-align: center; margin-bottom: 60px; }
.bw { border-top: 1px solid rgba(255,255,255,0.1); }
.bx { border-bottom: 1px solid rgba(255,255,255,0.1); }
.by { width: 100%; padding: 25px 0; background: none; border: none; color: var(--text); text-align: left; font-size: 1.2rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.bz { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.bz p { padding-bottom: 25px; line-height: 1.7; opacity: 0.7; }

.ca { padding: 120px 0; background: #0a0d11; }
.cb { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.cc { font-family: var(--f1); font-size: 3rem; margin-bottom: 80px; text-align: center; }
.cd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ce { background: var(--surface); border-radius: var(--rad); overflow: hidden; transition: transform 0.3s; }
.ce:hover { transform: translateY(-10px); }
.cf { height: 250px; overflow: hidden; }
.cf img { width: 100%; height: 100%; object-fit: cover; }
.ce h3 { padding: 25px 25px 10px; font-family: var(--f1); font-size: 1.4rem; }
.ce p { padding: 0 25px 30px; opacity: 0.6; line-height: 1.6; }

.cg { padding: 150px 0; text-align: center; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('img/pic-5.jpg'); background-size: cover; background-position: center; }
.ch h2 { font-family: var(--f1); font-size: 4rem; margin-bottom: 20px; }
.ch p { font-size: 1.3rem; margin-bottom: 40px; opacity: 0.8; }
.ci { padding: 20px 50px; background: var(--accent); color: #000; text-decoration: none; font-weight: 700; border-radius: var(--rad); font-size: 1.1rem; }

.cj { padding: 100px 0 40px; background: #070a0e; border-top: 1px solid rgba(212,175,55,0.1); }
.ck { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 80px; }
.cl { display: flex; flex-direction: column; gap: 20px; }
.cm { display: flex; align-items: center; gap: 15px; color: var(--accent); font-family: var(--f1); font-size: 1.6rem; font-weight: 700; }
.cl p { opacity: 0.5; line-height: 1.6; }
.cn { display: flex; flex-direction: column; gap: 15px; }
.cn h4 { font-family: var(--f1); font-size: 1.1rem; margin-bottom: 10px; }
.cn a { text-decoration: none; color: var(--text); opacity: 0.6; transition: 0.3s; }
.cn a:hover { opacity: 1; color: var(--accent); }
.cn p { opacity: 0.6; font-size: 0.9rem; }
.co { max-width: 1400px; margin: 0 auto; padding: 40px; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; }
.co p { opacity: 0.3; font-size: 0.8rem; }

.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@keyframes slotSpin { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } }

@media (max-width: 768px) {
  .ah { display: flex !important; }
  .af { display: none !important; position: fixed; top: var(--hh); left: 0; width: 100%; flex-direction: column; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; z-index: 999; background: #0a0d11; padding: 0; }
  .af.is-open { max-height: 100vh; display: flex !important; padding: 40px 0; }
  .ag { padding: 15px 40px; font-size: 1.2rem; }
  .aj, .au, .ax, .br, .cd, .ck { grid-template-columns: 1fr !important; gap: 40px !important; }
  .aq { min-height: 320px; }
  section { padding: 60px 20px; overflow: hidden; }
  .al { font-size: 3.5rem; }
  h1, h2, h3 { hyphens: auto; }
}
@media (max-width: 480px) {
  body { font-size: 14px; }
  section { padding: 40px 16px; }
  .ao, .ap, .ci { width: 100%; display: block; text-align: center; }
  .bg { gap: 10px; }
  .bh { width: 80px; height: 110px; font-size: 2.5rem; }
  .be { padding: 25px; }
}