/* Home page – index.html (uses brand vars from ssc-landing.css) */
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-sans, system-ui, sans-serif); line-height: 1.5; color: var(--text); background: #ffffff; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1rem; }

/* Site header – 3 row layout matching main site */
.site-header {
  padding: 0;
  margin: 0 0 0.75rem;
  font-family: var(--font-sans, system-ui, sans-serif);
}

.site-header-top {
  background: #111827;
  color: #e5e7eb;
  font-size: 0.75rem;
}

.site-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.3rem 0;
}

.site-header-date {
  white-space: nowrap;
}

.site-header-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.site-header-top-link {
  color: #e5e7eb;
  text-decoration: none;
}

.site-header-top-link:hover {
  text-decoration: underline;
}

.site-header-main {
  background: #ffffff;
}

/* Mobile-specific header tweaks */
@media (max-width: 768px) {
  .site-header-main-inner {
    border-bottom: none;
  }

  .site-logo-link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.4rem;
    margin-bottom: 0.25rem;
    /* Border removed to avoid double divider under the header */
    border-bottom: none;
  }

  .site-logo-img {
    margin: 0 auto;
  }
}

.site-header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.6rem 0;
}

.site-header-main-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 0.75rem;
}

.site-header-menu-toggle {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
  display: none; /* shown only on mobile */
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand-700);
}

.site-logo-img {
  height: 70px;
  width: auto;
  display: block;
}

.site-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--gradient-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(61, 133, 198, 0.4);
}

.site-logo-text {
  font-size: 1.1rem;
}

.site-nav-primary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background: var(--gradient-brand-button);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.4);
  white-space: nowrap;
}

.site-nav-pill:hover,
.site-nav-pill.is-active {
  background: var(--gradient-brand-button-hover);
}

/* Bottom navigation bar */
.site-header-nav {
  background: transparent; /* keep page background full-width */
}

.site-header-nav-inner {
  background: linear-gradient(90deg, #0b1726 0%, #10233a 40%, #12273f 100%);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
}

.site-header-nav-menu {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.site-header-mobile-menu-header,
.site-header-mobile-menu-title,
.site-header-menu-close {
  display: none;
}

.site-header-nav-section-label {
  display: none;
}

body.site-header-menu-open {
  overflow: hidden;
}

/* ---------- Desktop main nav tweaks ---------- */
@media (min-width: 992px) {
  .site-header-nav {
    background: #0f2b46;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

  .site-header-nav-inner {
    border-radius: 0;
    justify-content: flex-start;
    padding: 0;
  }

  .site-header-nav-menu {
    gap: 0;
  }

  .site-header-nav-item {
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    transform: none;
  }

  .site-header-nav-item.is-active {
    background: transparent;
    box-shadow: none;
    border-left: none;
    border-bottom-color: #3d85c6;
  }

  .site-header-nav-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: none;
  }
}

.site-header-nav-item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.site-header-nav-icon {
  margin-right: 0.35rem;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}


/* Secondary items (Privacy, Terms, About, Contact) – hidden on desktop */
.site-header-nav-item-secondary {
  display: none;
}

.site-header-nav-item.is-active {
  background: linear-gradient(135deg, #3d85c6, #2f6ba3);
  box-shadow: 0 0 0 1px rgba(61, 133, 198, 0.7), 0 8px 18px rgba(61, 133, 198, 0.45);
}

.site-header-nav-item:hover {
  background: #1f2937;
  transform: translateY(-1px);
}

.site-header-search-btn {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  padding: 4px 8px;
}

.site-header-search-btn:hover {
  opacity: 0.9;
}

.site-header-search-form {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.site-header-search-input {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 0.9rem;
  min-width: 140px;
}

.site-header-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-header-search-input:focus {
  outline: none;
  border-color: #3d85c6;
  background: rgba(255, 255, 255, 0.2);
}

.site-header-search-submit {
  border: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 4px;
  font-size: 1rem;
}

.site-nav-secondary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.85rem;
}

.back-home-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 25px;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 0.95rem;
  text-decoration: none;
  color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddddd;
  box-sizing: border-box;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.back-home-pill:hover {
  background: var(--brand-50);
  border-color: var(--brand-200);
  box-shadow: 0 4px 14px rgba(61, 133, 198, 0.15);
  transform: translateY(-1px);
}

.back-home-arrow {
  font-size: 1.1rem;
}

.back-home-brand-majhi { color: #3d85c6; font-weight: 700; }
.back-home-brand-naukri { color: #fa6920; font-weight: 700; }
.back-home-brand-dot { color: #000000; font-weight: 700; }

.site-nav-link-secondary {
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 600;
}

.site-nav-link-secondary:hover,
.site-nav-link-secondary.is-active {
  color: var(--brand-600);
}

.site-hero {
  position: relative;
  max-width: 900px;
  margin: 2.5rem auto 1.5rem;
  padding: 3.125rem 1.875rem;
  text-align: center;
  border-radius: 16px;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(61,133,198,0.08) 1px, transparent 0),
    linear-gradient(135deg, #e6f0fb, #d5e6fa);
  background-size: 20px 20px, auto;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.site-hero::before {
  content: '';
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(61, 133, 198, 0.25), transparent),
    radial-gradient(ellipse 60% 40% at 100% 20%, rgba(37, 99, 235, 0.18), transparent),
    radial-gradient(ellipse 65% 45% at 50% 100%, rgba(129, 199, 255, 0.2), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.site-hero > * {
  position: relative;
  z-index: 1;
}

.site-hero h1 {
  margin: 0 0 0.75rem;
  font-size: 2.375rem;
  font-weight: 700;
  color: #2c5e9e;
  letter-spacing: -0.03em;
}

.tagline {
  margin: 0;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  color: #374151;
}

.site-hero-cta {
  margin-top: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1.65rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #3d85c6, #2f6ea9);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(61,133,198,0.35);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.site-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(61,133,198,0.4);
}

.site-hero-cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(61,133,198,0.3);
}

@media (min-width: 900px) {
  .site-hero {
    padding: 3.25rem 3rem;
    margin-bottom: 1.5rem;
  }

  .site-hero h1 {
    font-size: 2.75rem;
  }
}
main { padding: 1rem 0 2rem; }
h2 { margin: 0 0 1rem; font-size: 1.25rem; }

.ad-container {
  max-width: 1100px;
  margin: 30px auto;
  padding: 10px 0;
  text-align: center;
}

/* ---------- Mobile header tweaks ---------- */
@media (max-width: 768px) {
  .site-header {
    margin-bottom: 0.4rem;
    padding: 4px 12px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    border-bottom: 1px solid #e6edf5;
  }

  /* Hide dark top strip on mobile */
  .site-header-top {
    display: none;
  }

  .site-header-top-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  .site-header-top-links,
  .site-header-date {
    display: none;
  }

  .site-header-menu-toggle {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: background 0.2s ease;
    border: none;
    font-size: 26px;
    line-height: 1;
  }

  .site-header-menu-toggle svg {
    width: 26px;
    height: 26px;
  }

  .site-header-menu-toggle:active {
    background: rgba(0, 0, 0, 0.1);
  }

  .site-header-main-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
  }

  .site-header-main-inner {
    padding: 0.25rem 0;
  }

  .site-logo-img {
    height: 36px;
  }

  .site-nav-secondary {
    justify-content: center;
    margin-top: 0.25rem;
  }

  .back-home-pill {
    display: none;
    padding: 4px 14px;
    font-size: 14px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  body.mock-test-home .back-home-pill {
    display: inline-flex;
  }

  .back-pills-row {
    display: none !important;
  }

  .site-header-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    margin-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    pointer-events: auto;
    transition: left 0.3s ease;
  }

  .site-header-nav.is-open {
    left: 0;
  }

  .site-header-nav-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0.35rem 0.55rem 0.6rem;
    border-radius: 18px;
    background: #0f2b46;
  }

  .site-header-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 10px 2px 6px;
    margin-bottom: 4px;
    background: #0f2b46;
    border-bottom: 1px solid rgba(148, 163, 184, 0.45);
  }

  .site-header-mobile-menu-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.9);
  }

  .site-header-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.7);
    color: #e5e7eb;
    font-size: 1.1rem;
    cursor: pointer;
  }

  .site-header-menu-close:hover {
    background: rgba(30, 64, 175, 0.95);
    border-color: rgba(129, 140, 248, 0.9);
  }

  .site-header-nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0.25rem;
  }

  .site-header-nav-item {
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }

  .site-header-nav-item::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    flex-shrink: 0;
    font-size: 1.15rem;
  }

  /* Icon assignments – mobile only (Home uses dashicon in HTML, no ::before to avoid duplicate) */
  .site-header-nav-item[data-category="ssc"]::before {
    content: '📘';
  }

  .site-header-nav-item[data-category="banking"]::before {
    content: '🏦';
  }

  .site-header-nav-item[data-category="railway"]::before {
    content: '🚆';
  }

  .site-header-nav-item[data-category="police"]::before {
    content: '👮';
  }

  .site-header-nav-item.site-header-nav-item--typing::before {
    content: '⌨️';
  }

  .site-header-nav-item.site-header-nav-item--tools::before {
    content: '🧰';
  }

  .site-header-nav-item.site-header-nav-item--career::before {
    content: '🧭';
  }

  /* Hide ::before icon only on items that have .site-header-nav-icon (Home has dashicon in HTML) */
  .site-header-nav-item:has(.site-header-nav-icon)::before {
    content: none;
    display: none;
  }

  .site-header-nav-item.is-active {
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid #3d85c6;
    box-shadow: none;
  }

  .site-header-nav-item + .site-header-nav-item {
    margin-top: 0;
  }

  .site-header-nav-section-label {
    display: block;
    padding: 10px 6px 4px;
    margin: 4px 0 2px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.7);
    border-top: 1px solid rgba(148, 163, 184, 0.4);
  }

  .site-header-nav-section-label:first-of-type {
    border-top-color: transparent;
    padding-top: 4px;
  }

  /* Show secondary items only in mobile hamburger menu */
  .site-header-nav-item-secondary {
    display: inline-flex;
  }

  .site-hero {
    padding-top: 0.5rem;
  }
}

.exams-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: stretch; }
@media (min-width: 600px) { .exams-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .exams-grid { grid-template-columns: repeat(3, 1fr); } }

.exam-card, a.exam-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}
.exam-card:hover, a.exam-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: var(--brand-200);
  background-color: #ffffff;
}
.exam-card-soon {
  cursor: not-allowed;
  opacity: 0.9;
  pointer-events: none; /* prevent clicking */
}

.exam-card-soon:hover {
  transform: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  border-color: var(--border);
}

.exam-logo-circle {
  background: #f5f8ff;
  border-radius: 50%;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.exam-logo-img {
  width: 45px;
  height: auto;
  object-fit: contain;
  display: block;
}

.exam-logo-circle-generic {
  background: #eef2ff;
}

.exam-logo-circle-feedback {
  background: linear-gradient(135deg, rgba(61, 133, 198, 0.08), rgba(44, 106, 160, 0.18));
}

.exam-logo-icon svg {
  width: 28px;
  height: 28px;
  color: #2c6aa0;
}

.exam-logo-initials {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-700);
  letter-spacing: 0.05em;
}

.exam-card-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.exam-card-feedback {
  background: linear-gradient(135deg, #f5f8ff 0%, #eef4ff 40%, #f8fbff 100%);
  border-color: var(--brand-200);
}

.exam-card-text::after {
  content: 'Start Test \2192';
  margin-top: 0.35rem;
  align-self: flex-start;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(61, 133, 198, 0.08);
  border: 1px solid rgba(61, 133, 198, 0.2);
  font-size: 0.8rem;
  font-weight: 600;
  color: #3d85c6;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.exam-card-feedback .exam-card-text::after {
  content: 'Send Feedback \2192';
}

.exam-card-feedback-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.1rem 0.55rem;
  margin-bottom: 0.15rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.4);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #15803d;
}

.exam-card-soon .exam-card-text::after {
  content: 'Stay tuned for upcoming mock tests';
  margin-top: 0.35rem;
  align-self: flex-start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .exam-card-feedback .exam-card-text::after {
    opacity: 1;
    transform: translateY(0);
  }
}

.exam-card:hover .exam-card-text::after {
  opacity: 1;
  transform: translateY(0);
}

.exam-card-feedback:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.exam-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
}

.exam-card p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.modes-section { margin-top: 1rem; }
.modes-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 600px) { .modes-grid { grid-template-columns: repeat(3, 1fr); } }
.mode-card, a.mode-card { display: block; padding: 1.25rem; background: var(--card-bg); border-radius: 12px; text-decoration: none; color: inherit; border: 1px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: box-shadow 0.2s, border-color 0.2s; }
.mode-card:hover, a.mode-card:hover { border-color: var(--brand-300); box-shadow: 0 4px 16px rgba(61, 133, 198, 0.1); }
.mode-icon { font-size: 1.75rem; margin-bottom: 0.5rem; }
.mode-card h3 { margin: 0 0 0.25rem; font-size: 1.05rem; }
.mode-card p { margin: 0; font-size: 0.85rem; color: var(--text-muted); }
.mode-desc { margin-top: 0.35rem; font-size: 0.8rem !important; }
.btn-back { padding: 0.6rem 1rem; background: #fff; border: 1px solid var(--brand-600); color: var(--brand-600); border-radius: 8px; font-weight: 600; cursor: pointer; font-size: 0.9rem; }
.btn-back:hover { background: var(--brand-50); }
/* Social share section – above footer on all pages */
.mn-share-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  text-align: center;
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.mn-share-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  margin: 0 0 0.875rem;
  display: block;
}

.mn-share-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.mn-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  font-family: inherit;
  border: none;
  flex-shrink: 0;
}

.mn-share-btn svg {
  display: block;
  pointer-events: none;
}

.mn-share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.mn-share-fb {
  background: #1877f2;
  color: #fff;
}

.mn-share-fb:hover { opacity: 0.92; }

.mn-share-x {
  background: #0f172a;
  color: #fff;
}

.mn-share-x:hover { opacity: 0.92; }

.mn-share-tg {
  background: #0088cc;
  color: #fff;
}

.mn-share-tg:hover { opacity: 0.92; }

.mn-share-wa {
  background: #25d366;
  color: #fff;
}

.mn-share-wa:hover { opacity: 0.92; }

.mn-share-copy {
  background: #fff;
  color: #475569;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mn-share-copy:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.mn-share-copy .mn-share-copy-text {
  font-size: 0.65rem;
  font-weight: 600;
  color: #475569;
}

@media (max-width: 480px) {
  .mn-share-section {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding: 1rem 1.25rem;
  }
  .mn-share-buttons {
    gap: 0.5rem;
  }
  .mn-share-btn {
    width: 40px;
    height: 40px;
  }
}

/* ---------- Legal pages (privacy-policy, terms-conditions, about-us) ---------- */
.legal-page-body {
  background: #f1f5f9;
}

.legal-page-body main {
  padding: 1.5rem 1rem 2.5rem;
  min-height: 50vh;
}

.legal-page-body .landing-section {
  padding: 0;
  min-height: 0;
}

.legal-page-body .landing-container.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2.25rem 2.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}

.legal-page-body .legal-page .info-box {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
}

.legal-page-body .legal-page .info-box:last-of-type {
  margin-bottom: 0;
}

.legal-page-body .legal-page .info-box-title {
  margin-bottom: 0.75rem;
}

.legal-page-body .legal-page .info-para {
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.legal-page-body .legal-page .info-para:last-child {
  margin-bottom: 0;
}

.legal-page-body .legal-page .mode-features {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1rem;
  gap: 0.5rem;
}

.legal-page-body .legal-page .mode-features li {
  line-height: 1.6;
  padding: 0.25rem 0;
}

@media (max-width: 640px) {
  .legal-page-body .landing-container.legal-page {
    padding: 1.5rem 1.25rem;
  }
  .legal-page-body .legal-page .info-box {
    padding: 1rem 1.25rem;
  }
}

.mn-site-footer {
  margin-top: 0;
  background: #050810;
  color: #e5e7eb;
  font-size: 0.85rem;
  padding: 2.75rem 0 1rem;
}

.mn-site-footer a {
  color: inherit;
  text-decoration: none;
}

.mn-site-footer a:hover {
  text-decoration: underline;
}

.mn-footer-main {
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  border-top: 1px solid rgba(55, 65, 81, 0.8);
  padding-top: 2rem;
}

.mn-footer-about {
  max-width: 520px;
  flex: 1 1 auto;
}

.mn-footer-about .mn-footer-heading {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #9ca3af;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
}

.mn-footer-about .mn-footer-heading::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9em;
  margin-right: 0.4rem;
  opacity: 0.9;
  color: #9ca3af;
}

.mn-footer-heading {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #9ca3af;
  margin: 0 0 0.75rem;
}

.mn-footer-follow .mn-footer-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #e5e7eb;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.mn-footer-text {
  margin: 0;
  color: #e5e7eb;
  line-height: 1.75;
  max-width: 520px;
}

.mn-footer-follow {
  min-width: 200px;
  max-width: 320px;
  text-align: center;
  padding: 1.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.mn-footer-follow-desc {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #9ca3af;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
}

.mn-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.mn-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111827;
  border: 1px solid #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #e5e7eb;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.mn-social-link:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.mn-social-fb:hover {
  background: #1877F2;
  border-color: #1877F2;
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}

.mn-social-ig:hover {
  background: #E1306C;
  border-color: #E1306C;
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.4);
}

.mn-social-li:hover {
  background: #0A66C2;
  border-color: #0A66C2;
  box-shadow: 0 6px 20px rgba(10, 102, 194, 0.4);
}

.mn-social-x:hover {
  background: #000;
  border-color: #374151;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.mn-social-link .fab {
  font-size: 1.1rem;
}

.mn-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(156, 163, 175, 0.8);
}

.mn-footer-bottom-text {
  margin: 0;
}

.mn-heart {
  color: #f97316;
}

.mn-footer-brand {
  color: #facc15;
  font-weight: 600;
}

.mn-footer-separator {
  margin: 0 0.4rem;
  color: #4b5563;
}

@media (max-width: 768px) {
  .mn-site-footer {
    padding: 2rem 0 0.875rem;
  }

  .mn-footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .mn-footer-about {
    max-width: 100%;
  }

  .mn-footer-about .mn-footer-heading {
    justify-content: center;
  }

  .mn-footer-text {
    margin-left: auto;
    margin-right: auto;
  }

  .mn-footer-follow {
    max-width: 100%;
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .mn-footer-follow-desc {
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
  }

  .mn-footer-social {
    gap: 0.75rem;
  }
}
