/* Tundra Casino Resort - Stylesheet v2.4.7k */
/* Unique identifier block: TRS-X7K-M3Q-Z9F */

* { margin: 0; padding: 0; box-sizing: border-box; }

body.trs-body-x7k {
  font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, sans-serif;
  background: linear-gradient(180deg, #0a1f2e 0%, #12283a 50%, #0a1f2e 100%);
  color: #e8f1f5;
  line-height: 1.65;
  min-height: 100vh;
}

.wrap-main-x9k { max-width: 1180px; margin: 0 auto; padding: 0 18px; }

/* === HEADER === */
.hdr-trs-7m2 {
  background: linear-gradient(90deg, #061520 0%, #0d2738 100%);
  border-bottom: 3px solid #1a8a9e;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 18px rgba(0,0,0,0.5);
}
.hdr-inner-q4f {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.logo-trs-k8n {
  font-size: 26px;
  font-weight: bold;
  color: #5fd4e6;
  text-decoration: none;
  letter-spacing: 1px;
}
.logo-trs-k8n span { color: #e8f1f5; font-size: 15px; display: block; font-weight: normal; letter-spacing: 0; }

.nav-trs-m6p ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; }
.nav-trs-m6p a {
  color: #cfe6ee;
  text-decoration: none;
  padding: 8px 11px;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
.nav-trs-m6p a:hover { background: #1a8a9e; color: #061520; }

/* === HERO === */
.hero-trs-v3z {
  background: linear-gradient(135deg, #0d2738 0%, #1a4a5e 50%, #0d2738 100%);
  padding: 55px 18px;
  text-align: center;
  border-bottom: 2px solid #1a8a9e;
}
.hero-trs-v3z h1 {
  font-size: 38px;
  color: #5fd4e6;
  margin-bottom: 14px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.hero-trs-v3z p { font-size: 17px; max-width: 720px; margin: 0 auto 22px; color: #d4e8f0; }
.btn-trs-r9w {
  display: inline-block;
  background: #1a8a9e;
  color: #061520;
  padding: 13px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.2s, transform 0.1s;
}
.btn-trs-r9w:hover { background: #5fd4e6; transform: translateY(-2px); }

/* === CONTENT BLOCKS === */
.blk-trs-a1b { margin: 38px 0; padding: 26px; background: #0f2a3c; border-radius: 10px; border-left: 4px solid #1a8a9e; }
.blk-trs-a1b h2 { color: #5fd4e6; font-size: 23px; margin-bottom: 12px; }
.blk-trs-a1b h3 { color: #7fdfee; font-size: 18px; margin: 16px 0 8px; }
.blk-trs-a1b p { margin-bottom: 12px; color: #d4e8f0; }

.grid-trs-c5d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin: 24px 0; }
.card-trs-e8g {
  background: #122e42;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #1a4a5e;
  transition: border-color 0.2s, transform 0.2s;
}
.card-trs-e8g:hover { border-color: #1a8a9e; transform: translateY(-3px); }
.card-trs-e8g h3 { color: #5fd4e6; margin-bottom: 8px; font-size: 18px; }
.card-trs-e8g p { color: #cfe6ee; font-size: 14px; }
.card-trs-e8g a { color: #7fdfee; text-decoration: none; font-weight: bold; }

/* === HISTORY TIMELINE === */
.tl-trs-h2j { position: relative; padding-left: 30px; border-left: 2px solid #1a8a9e; margin: 20px 0; }
.tl-item-trs-j7l { margin-bottom: 22px; position: relative; }
.tl-item-trs-j7l::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #1a8a9e;
  border-radius: 50%;
  border: 3px solid #0a1f2e;
}
.tl-item-trs-j7l h4 { color: #5fd4e6; font-size: 17px; }
.tl-item-trs-j7l p { color: #cfe6ee; font-size: 14px; }

/* === REVIEWS === */
.rev-trs-n4p { background: #122e42; padding: 18px; border-radius: 8px; margin-bottom: 14px; border-left: 3px solid #5fd4e6; }
.rev-trs-n4p .stars-r8t { color: #f0c040; font-size: 16px; letter-spacing: 2px; }
.rev-trs-n4p h4 { color: #5fd4e6; margin: 8px 0 4px; }
.rev-trs-n4p p { color: #cfe6ee; font-style: italic; font-size: 14px; }
.rev-trs-n4p .who-q1m { color: #7fdfee; font-size: 13px; margin-top: 6px; }

/* === FAQ === */
.faq-trs-t6v { margin: 20px 0; }
.faq-q-trs-w3y {
  background: #122e42;
  padding: 14px 18px;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px solid #1a4a5e;
}
.faq-q-trs-w3y h4 { color: #5fd4e6; font-size: 16px; }
.faq-q-trs-w3y p { color: #cfe6ee; font-size: 14px; margin-top: 8px; }

/* === FORMS === */
.form-trs-b5n { max-width: 560px; margin: 20px auto; }
.fld-trs-d9x { margin-bottom: 16px; }
.fld-trs-d9x label { display: block; color: #7fdfee; margin-bottom: 5px; font-size: 14px; }
.fld-trs-d9x input, .fld-trs-d9x select, .fld-trs-d9x textarea {
  width: 100%;
  padding: 10px;
  background: #0a1f2e;
  border: 1px solid #1a4a5e;
  border-radius: 5px;
  color: #e8f1f5;
  font-size: 15px;
}
.fld-trs-d9x input:focus, .fld-trs-d9x select:focus, .fld-trs-d9x textarea:focus { border-color: #1a8a9e; outline: none; }

/* === FOOTER === */
.ftr-trs-f2m {
  background: #061520;
  border-top: 3px solid #1a8a9e;
  padding: 36px 18px 18px;
  margin-top: 40px;
}
.ftr-grid-trs-g7k { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.ftr-col-trs-h1q h4 { color: #5fd4e6; margin-bottom: 12px; font-size: 16px; }
.ftr-col-trs-h1q ul { list-style: none; }
.ftr-col-trs-h1q li { margin-bottom: 7px; }
.ftr-col-trs-h1q a { color: #cfe6ee; text-decoration: none; font-size: 14px; }
.ftr-col-trs-h1q a:hover { color: #5fd4e6; text-decoration: underline; }
.ftr-contact-trs-k9p { color: #cfe6ee; font-size: 14px; }
.ftr-contact-trs-k9p strong { color: #7fdfee; }
.ftr-bot-trs-l4m { max-width: 1180px; margin: 26px auto 0; padding-top: 16px; border-top: 1px solid #1a4a5e; text-align: center; color: #8aa6b2; font-size: 13px; }

/* === COOKIE BANNER === */
.cookie-trs-x5z {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #061520;
  border-top: 3px solid #1a8a9e;
  padding: 18px;
  z-index: 999;
  display: none;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
}
.cookie-trs-x5z.show-k3r { display: block; }
.cookie-inner-trs-m8n { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.cookie-inner-trs-m8n p { color: #cfe6ee; font-size: 14px; max-width: 760px; }
.cookie-inner-trs-m8n p a { color: #5fd4e6; }
.btn-cookie-trs-q2w {
  background: #1a8a9e;
  color: #061520;
  border: none;
  padding: 10px 22px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.btn-cookie-trs-q2w:hover { background: #5fd4e6; }
.btn-cookie-decl-trs-v6n {
  background: transparent;
  color: #cfe6ee;
  border: 1px solid #1a4a5e;
  padding: 10px 18px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 8px;
}

/* === DECORATIVE BLOCKS === */
.stat-trs-p3q { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin: 22px 0; }
.stat-item-trs-r7t { background: #122e42; padding: 18px; border-radius: 8px; text-align: center; border: 1px solid #1a4a5e; }
.stat-item-trs-r7t .num-v2w { font-size: 28px; color: #5fd4e6; font-weight: bold; display: block; }
.stat-item-trs-r7t .lbl-k9x { color: #cfe6ee; font-size: 13px; }

.feature-strip-trs-a4b { background: #0d2738; padding: 22px; border-radius: 10px; margin: 24px 0; border: 1px solid #1a4a5e; }
.feature-strip-trs-a4b ul { list-style: none; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.feature-strip-trs-a4b li { color: #7fdfee; font-size: 14px; padding: 6px 14px; background: #0a1f2e; border-radius: 20px; border: 1px solid #1a4a5e; }

.anchor-trs-z1x { scroll-margin-top: 90px; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .hero-trs-v3z h1 { font-size: 28px; }
  .nav-trs-m6p ul { gap: 2px; }
  .nav-trs-m6p a { padding: 6px 8px; font-size: 13px; }
  .hdr-inner-q4f { flex-direction: column; align-items: flex-start; }
}
