/* ===========================
   Base / Reset
   =========================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body { height: 100%; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #071019;
  color: #e6eef2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

/* ===========================
   Layout container
   =========================== */
.container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
h1, h2, h3, h4 {color: #009be1;}
a {color: #009be1; text-decoration: none;}
ul {margin-left: 20px;}
/* ===========================
   Header
   =========================== */
.site-header {
  background: #0b1116;
  box-shadow: 0 8px 24px rgba(3,7,12,0.6);
  padding: 1rem 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-img { display: block; height: auto; max-width: 200px; }

/* ===========================
   Hero
   =========================== */
.hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.25rem 0;
  background: linear-gradient(90deg, rgba(16,24,39,1) 0%, rgba(7,10,18,1) 100%);
}
.hero-inner { text-align: center; width: 100%; }
.brand-row { display: flex; justify-content: center; }
.hero-logo { max-width: 300px; height: auto; margin-bottom: 1rem; }

/* Search */
.search-wrap { margin: 1rem auto 1.25rem; max-width: 720px; }
.search-form {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.search-form input[type="search"] {
  flex: 1 1 320px;
  max-width: 100%;
  padding: .9rem 1.25rem;
  border-radius: .6rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: #fff;
  color: #0b1116;
  font-size: 1rem;
  outline: none;
}
.search-form input::placeholder { color: #9aa6b0; }
.search-form input:focus {
  box-shadow: 0 0 0 4px rgba(86,192,186,0.12);
  border-color: #56C0BA;
}
.search-wrap p {
    font-style: italic;
    margin-top: 10px;
    font-size: 0.9rem;
    margin-bottom: 0;
}
/* ===========================
   SOCIAL SHARE BAR
   =========================== */
.social-share {
  background: linear-gradient(180deg, rgba(8,20,45,0.9), rgba(8,20,45,0.85));
  padding: 1rem 0;
  text-align: center;
}

.social-share .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.total-shares {
  color: #bfcbd4;
  font-size: 0.95rem;
  margin-right: 0.5rem;
}

.total-shares strong {
  color: #fff;
  font-weight: 600;
  margin-right: 0.2rem;
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.3rem;
  padding: 0.55rem 1rem;
  font-size: 0.95rem;
  transition: 0.2s ease;
  text-decoration: none;
}

.social-btn i {
  font-size: 1rem;
}

.social-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.social-btn.facebook { background: #3b5998; }
.social-btn.twitter { background: #000000; }
.social-btn.whatsapp { background: #25D366; }
.social-btn.messenger { background: #0078FF; }
.social-btn.reddit { background: #FF4500; }
.social-btn.telegram { background: #0088cc; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .9rem 1.25rem;
  border-radius: .6rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-accent {
  background: #009be1;
  color: #fff;
  padding: 1rem 2.5rem;
}
.btn-accent:hover { background: #00a6ff; }
.btn-cta {
  margin-top: 0.9rem;
  background: linear-gradient(180deg, #00a6ff, #009be1);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: .75rem;
  display: inline-flex;
  align-items: center;
}
.btn-cta:hover { opacity: .95; transform: translateY(-1px); }

.icon-arrow { width: 1em; height:1em; margin-left: .5rem; }

/* ===========================
   Content area
   =========================== */
.content {
  padding: 2.25rem 0 4rem;
  color: #dce9ef;
}
h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
h3 {
    margin-bottom: 1rem;
    color: #e8f6f5;
    font-size: 1.25rem;
}
p {
    margin-bottom: 1rem;
}
ul, ol {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  color: #cfe7ee;
}
.aligncenter {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 16px;
  background-color: #0f172a;
  color: #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

thead {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

th {
  padding: 14px 18px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}

tr {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background-color 0.3s ease;
}

tr:nth-child(even) {
  background-color: rgba(255,255,255,0.03);
}

tr:hover {
  background-color: rgba(59,130,246,0.1);
}

td {
  padding: 14px 18px;
  color: #e2e8f0;
  vertical-align: middle;
}

table a {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

table a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.cta-block { text-align: center; margin-top: 1.5rem; }

/* ===========================
   Footer
   =========================== */
.site-footer {
  background: #0b1116;
  color: #bcd7d9;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.03);
}
.footer-inner { text-align: center; }
.footer-logo { max-width: 200px; height: auto; margin: 0 auto 1rem; display: block; }
.footer-text { max-width: 820px; margin: 0.5rem auto; color: #c9e6e7; }
.disclaimer { color: #93b9bb; font-size: .9rem; margin-top: .5rem; }
.divider { height: 1px; background: rgba(255,255,255,0.03); margin: 1rem auto; width: 100%; max-width: 800px; }

/* ===========================
   Responsive
   =========================== */
@media (max-width: 880px) {
  .hero { padding: 2rem 0; }
  .hero-logo { max-width: 220px; }
  .card-img { height: 200px; }
}
@media (max-width: 520px) {
  .search-form { flex-direction: column; gap: .6rem; align-items: stretch; }
  .search-form input { width: 100%; }
  .cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 380px) {
  .cards { grid-template-columns: 1fr; }
}
