/* Hawking - shared styles */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: #222;
  background: #ffffff;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }

/* ===== HEADER / NAV ===== */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-flags {
  width: 42px;
  height: 30px;
}
.logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.05;
}
.logo-text .enginers { color: #d81f2a; font-size: 22px; font-weight: 800; letter-spacing: 0.4px; }

nav.main-nav ul {
  display: flex;
  gap: 34px;
}
nav.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
nav.main-nav a:hover {
  color: #d81f2a;
}
nav.main-nav a.active {
  color: #d81f2a;
  border-bottom-color: #d81f2a;
}

/* ===== PAGE HEADER (title + underline) ===== */
.page-title-wrap {
  padding: 40px 40px 10px 40px;
}
.page-title-wrap h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #1a1a1a;
}
.underline {
  width: 46px;
  height: 3px;
  background: #d81f2a;
  margin-bottom: 10px;
}

/* ===== GENERIC LIGHT SECTION ===== */
.light-section {
  padding: 0 40px 60px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== DARK SECTION (hero-style pages) ===== */
.dark-hero {
  position: relative;
  background: #0c0c0e;
  color: #fff;
  padding: 70px 40px 90px 40px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.dark-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6,6,8,0.72);
}
.dark-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.dark-hero h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 14px 0;
}
.dark-hero p {
  font-size: 15px;
  color: #d6d6d6;
  margin: 0;
}

/* ===== RULES LIST ===== */
.rules-list p {
  font-size: 15px;
  line-height: 1.9;
  color: #1e1e1e;
  margin: 0 0 18px 0;
}

/* ===== MENU GRID (screenshots) ===== */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 30px;
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.menu-card figure { margin: 0; }
.menu-card figcaption {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-top: 12px;
}
.console-mock {
  background: #0b0b0b;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  padding: 14px 16px;
  height: 150px;
  overflow: hidden;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 11px;
  line-height: 1.55;
}
.console-mock .title { color: #ffffff; font-weight: 700; margin-bottom: 6px; }
.console-mock .yellow { color: #f2c744; }
.console-mock .green { color: #3fd63f; }
.console-mock .red { color: #e34848; }
.console-mock .gray { color: #9a9a9a; }
.console-mock .white { color: #e9e9e9; }

/* ===== BAYRAK KAPMA PAGE ===== */
.bk-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
  padding: 10px 40px 50px 40px;
  max-width: 1150px;
  margin: 0 auto;
}
.bk-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bk-shots figure { margin: 0; }
.bk-shots .console-mock { height: 120px; }
.bk-shots figcaption {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  font-weight: 500;
}
.gt-widget {
  background: #101012;
  border: 1px solid #232323;
  border-radius: 4px;
  color: #d8d8d8;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 12px;
}
.gt-widget .gt-head {
  background: #17171a;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #262626;
}
.gt-widget .gt-body { padding: 10px 12px; }
.gt-widget .gt-row { display:flex; justify-content: space-between; padding: 2px 0; color:#bfbfbf;}
.gt-widget .gt-row b { color: #7fd0ff; }
.gt-widget .gt-list { max-height: 230px; overflow-y: auto; margin-top: 6px; border-top: 1px solid #262626; padding-top: 6px;}
.gt-widget .gt-list-row { display:flex; justify-content: space-between; padding: 1px 0; }
.gt-widget .gt-list-row .rank { color:#777; width: 22px; display:inline-block; }
.gt-widget .top10-title { padding: 8px 10px; font-weight:700; color:#fff; border-top:1px solid #262626; }

.bk-teams {
  padding: 0 40px 60px 40px;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bk-teams h3 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.bk-teams li {
  font-size: 13.5px;
  color: #333;
  padding: 3px 0;
}
.bk-teams li b { color: #d81f2a; }
.bk-stats-strip {
  padding: 30px 40px 10px 40px;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bk-stats-strip figure { margin: 0; }
.bk-stats-strip figcaption {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  color: #1a1a1a;
}

/* ===== PRICING (Adminlik Satış) ===== */
.pricing-page { background: #0a0a0c; padding-bottom: 70px;}
.pricing-heading {
  text-align: center;
  color: #fff;
  padding: 50px 20px 20px 20px;
}
.pricing-heading h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}
.pricing-heading p { color: #aaa; margin: 0; font-size: 14px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1150px;
  margin: 30px auto 60px auto;
  padding: 0 40px;
}
.plan-card {
  background: #1b1b1e;
  border-radius: 4px;
  overflow: hidden;
  color: #eee;
  display: flex;
  flex-direction: column;
}
.plan-card .plan-head {
  padding: 16px 18px 12px 18px;
}
.plan-card .plan-head .brand { font-size: 13px; font-weight: 700; letter-spacing: .5px;}
.plan-card .plan-head .sub { font-size: 11.5px; color: #cfcfcf; margin-top: 2px; }
.plan-card .plan-price {
  padding: 14px 18px 18px 18px;
}
.plan-card .plan-price .amt { font-size: 30px; font-weight: 800; }
.plan-card .plan-price .per { font-size: 13px; font-weight: 500; opacity: .85; }
.plan-card .plan-feats { padding: 4px 18px 18px 18px; flex:1;}
.plan-card .plan-feats li {
  font-size: 12.5px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  color: #d6d6d6;
}
.plan-card .plan-cta { padding: 0 18px 20px 18px; }
.plan-card .plan-cta button {
  width: 100%;
  padding: 11px 0;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: .3px;
}

/* VIP theme (blue) */
.vip .plan-head, .vip .plan-price { background: #16324f; }
.vip .plan-cta button { background: #d81f2a; color:#fff; }

/* Silver theme (gray) */
.silver .plan-head, .silver .plan-price { background: #3c3c3c; }
.silver .plan-cta button { background: #444; color:#fff; }

/* Gold theme (orange) */
.gold .plan-head, .gold .plan-price { background: #caa000; color:#1a1a1a; }
.gold .plan-head .sub { color:#3a2f00; }
.gold .plan-price .amt, .gold .plan-price .per { color: #1a1a1a; }
.gold .plan-cta button { background: #f2a900; color:#1a1a1a; }

/* ===== CONTACT FORM PAGE ===== */
.contact-hero {
  position: relative;
  background: #0c0c0e;
  color: #fff;
  padding: 60px 40px 100px 40px;
  text-align: center;
  overflow: hidden;
}
.contact-hero .bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: .55;
}
.contact-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,10,0.55) 0%, rgba(8,8,10,0.85) 100%);
}
.contact-hero .content { position: relative; z-index: 2; max-width: 950px; margin: 0 auto; }
.contact-hero h1 { font-size: 34px; font-weight: 800; letter-spacing: 1px; margin: 0 0 10px 0; }
.contact-hero p { color: #d8d8d8; font-size: 14.5px; margin: 0 0 34px 0; }

.contact-form {
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 26px 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  text-align: left;
}
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 11px 12px;
  font-size: 13.5px;
  font-family: inherit;
  color: #333;
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.contact-form .recaptcha-fake {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #555;
}
.contact-form button.send {
  background: #d81f2a;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: .4px;
}

/* ===== SIMPLE LIST PAGES (Dosyalar / Duyurular) ===== */
.simple-list { padding: 0 40px 60px 40px; max-width: 1000px; margin: 0 auto; }
.simple-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-bottom: 12px;
}
.simple-list .item .name { font-weight: 600; color: #1a1a1a; font-size: 14.5px; }
.simple-list .item .meta { font-size: 12.5px; color: #888; margin-top: 3px; }
.simple-list .item a.dl {
  background: #d81f2a;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 3px;
}
.announcement {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px 22px;
  margin-bottom: 16px;
}
.announcement .date { font-size: 12px; color: #d81f2a; font-weight: 700; margin-bottom: 6px; }
.announcement h3 { margin: 0 0 8px 0; font-size: 16px; color: #1a1a1a; }
.announcement p { margin: 0; font-size: 13.5px; color: #444; line-height: 1.7; }

/* ===== DISCORD PAGE ===== */
.discord-hero {
  background: #0c0c0e;
  color: #fff;
  text-align: center;
  padding: 70px 40px 60px 40px;
}
.discord-hero .discord-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 14px;
}
.discord-hero h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 0 14px 0;
}
.discord-hero p {
  color: #c9c9c9;
  font-size: 15px;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 30px auto;
}
.discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5865F2;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 6px;
  transition: background .15s;
}
.discord-btn:hover { background: #4752c4; }
.discord-btn svg { width: 13px; height: 13px; fill: #fff; flex-shrink: 0; }

.discord-features {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 40px 70px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.discord-features .feat { text-align: center; }
.discord-features .feat .emoji { font-size: 30px; margin-bottom: 12px; }
.discord-features .feat h4 { margin: 0 0 6px 0; font-size: 14.5px; color: #1a1a1a; }
.discord-features .feat p { margin: 0; font-size: 12.5px; color: #666; line-height: 1.7; }

/* ===== FOOTER ===== */
footer.site-footer {
  background: #0c0c0e;
  color: #999;
  text-align: center;
  padding: 22px;
  font-size: 12.5px;
}
footer.site-footer a { color: #d81f2a; }

@media (max-width: 900px) {
  .site-header { flex-direction: column; gap: 14px; padding: 16px 20px;}
  nav.main-nav ul { flex-wrap: wrap; gap: 16px; justify-content: center; }
  .menu-grid, .bk-layout, .bk-teams, .pricing-grid, .contact-form .row, .bk-stats-strip, .discord-features { grid-template-columns: 1fr !important; }
}
