
/* -------------------------------------------------- */
/* Header CSS */
/* -------------------------------------------------- */
.sa-site-header {
  position: relative;
  z-index: 1030;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.14), transparent 36%),
    linear-gradient(180deg, #061325 0%, #08192e 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.sa-site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(35, 185, 255, 0.04) 50%, transparent 100%);
  pointer-events: none;
}

.sa-site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 226, 181, 0.30), transparent);
  pointer-events: none;
}

.sa-navbar {
  background: transparent;
}

.sa-navbar-inner {
  min-height: 82px;
}

.sa-navbar-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sa-logo img,
.sa-logo svg {
  display: block;
  max-height: 42px;
  width: auto;
}

/* Menu wrapper */
.sa-site-header .sa-nav-menu-wrap,
.sa-site-header .sa-nav-menu-wrap .main-menu {
  position: relative;
  z-index: 2;
}

/* Real menu structure */
.sa-site-header .sa-nav-menu-wrap .main-menu .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-site-header .sa-nav-menu-wrap .main-menu .nav-item {
  margin: 0;
  padding: 0;
}

.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

/* Default visible state */
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link:not(.active) {
  opacity: 0.96;
}

/* Hover */
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link:hover,
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

/* Active/current */
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link.active,
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-item.active > .nav-link,
.sa-site-header .sa-nav-menu-wrap .main-menu .current-menu-item > .nav-link,
.sa-site-header .sa-nav-menu-wrap .main-menu .current-menu-item > a,
.sa-site-header .sa-nav-menu-wrap .main-menu .active > a {
  color: #ffffff !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Accent underline */
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.48rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #20d2c4, #3aa0ff);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: center;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link:hover::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link:focus::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-link.active::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .nav-item.active > .nav-link::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .current-menu-item > .nav-link::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .current-menu-item > a::after,
.sa-site-header .sa-nav-menu-wrap .main-menu .active > a::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Actions area */
[data-sa-ref="actions"] {
  position: relative;
  z-index: 2;
}

[data-sa-ref="actions"] > * {
  flex-shrink: 0;
}

/* CTA from [header_actions] */
[data-sa-ref="actions"] .sa-header-cta,
[data-sa-ref="actions"] .btn.sa-header-cta,
[data-sa-ref="actions"] a.sa-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(62, 221, 194, 0.26);
  background: linear-gradient(180deg, rgba(17, 105, 128, 0.52), rgba(10, 70, 108, 0.42));
  color: #f7fbff !important;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.22);
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}

[data-sa-ref="actions"] .sa-header-cta:hover,
[data-sa-ref="actions"] .btn.sa-header-cta:hover,
[data-sa-ref="actions"] a.sa-header-cta:hover {
  color: #ffffff !important;
  border-color: rgba(62, 221, 194, 0.40);
  background: linear-gradient(180deg, rgba(20, 121, 145, 0.58), rgba(11, 78, 118, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 14px 30px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(41, 168, 255, 0.14);
  transform: translateY(-1px);
  text-decoration: none;
}

/* Secondary buttons from [header_actions] */
[data-sa-ref="actions"] .btn:not(.sa-header-cta),
[data-sa-ref="actions"] a.btn:not(.sa-header-cta) {
  border-radius: 999px;
}

/* Mobile toggler */
.sa-nav-toggler {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sa-toggler-lines {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.sa-toggler-lines span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .sa-navbar {
    padding: 0.85rem 0;
  }

  .sa-navbar-inner {
    min-height: 72px;
  }

  .sa-logo img,
  .sa-logo svg {
    max-height: 38px;
  }
}

.sa-unified-offcanvas .offcanvas-header {
    background: #062f48;
}

.sa-unified-offcanvas .sa-offcanvas-actions {
		background: #062f48!important;
}

.btn-close {
  filter: var(--bs-btn-close-white-filter);
}


/* -------------------------------------------------- */
/* Footer css */
/* -------------------------------------------------- */
.sa-site-footer {
  position: relative;
  margin-top: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(0, 194, 255, 0.08), transparent 42%),
    linear-gradient(180deg, #061325 0%, #08192e 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.sa-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(35, 185, 255, 0.035) 50%, transparent 100%);
  pointer-events: none;
}

.sa-site-footer::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 226, 181, 0.24), transparent);
  pointer-events: none;
}

.sa-site-footer-top {
  position: relative;
  z-index: 1;
  padding: 4rem 0 2.5rem;
}

.sa-footer-brand,
.sa-footer-card,
.sa-footer-links-group {
  position: relative;
  z-index: 1;
}

.sa-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

.sa-footer-logo img,
.sa-footer-logo svg {
  display: block;
  max-height: 42px;
  width: auto;
}

.sa-footer-text {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.8;
}

.sa-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.sa-footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.sa-footer-social-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(62, 221, 194, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.sa-footer-social-link i {
  font-size: 1rem;
  line-height: 1;
}

.sa-footer-card {
  padding: 1.6rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.18);
}

.sa-footer-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.sa-footer-quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.85;
}

.sa-footer-quote-author {
  margin-top: 1.15rem;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
}

.sa-footer-links-group {
  height: 100%;
}

.sa-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sa-footer-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.sa-footer-links a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.sa-site-footer-bottom {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sa-site-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.sa-site-footer-copy {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
}

.sa-site-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.sa-site-footer-bottom-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.22s ease;
}

.sa-site-footer-bottom-links a:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .sa-site-footer-top {
    padding: 3rem 0 2rem;
  }

  .sa-footer-text {
    max-width: none;
  }

  .sa-site-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* -------------------------------------------------- */
/* Custom CSS */
/* -------------------------------------------------- */
.ba-pricing-hero {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.14), transparent 35%),
    linear-gradient(180deg, #071427 0%, #0a1d35 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ba-pricing-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 226, 181, 0.28), transparent);
}

.ba-pricing-section {
  background: #f4f7fb;
}

.ba-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #f4fbff;
  font-weight: 600;
  font-size: 0.95rem;
}

.ba-mini-badge {
  background: rgba(109, 77, 242, 0.08);
  color: #5d42d3;
  font-weight: 700;
  font-size: 0.9rem;
}

.ba-card {
  border-radius: 1.5rem;
  background: #ffffff;
}

.ba-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  background: linear-gradient(180deg, rgba(17, 105, 128, 0.12), rgba(10, 70, 108, 0.08));
  color: #0b6b88;
  font-size: 1.2rem;
}

.ba-price-panel,
.ba-soft-box {
  background: linear-gradient(180deg, #f4f8fc 0%, #eef4fa 100%);
  border: 1px solid rgba(8, 25, 46, 0.05);
}

.ba-price-value {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  line-height: 1;
  color: #0c1f36;
}

.ba-check-list {
  display: grid;
  gap: 0.85rem;
}

.ba-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #31445a;
  line-height: 1.65;
}

.ba-check-list i {
  margin-top: 0.18rem;
  color: #6d4df2;
  flex-shrink: 0;
}

.ba-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(62, 221, 194, 0.24);
  background: linear-gradient(180deg, rgba(9, 67, 93, 0.96), rgba(7, 48, 74, 0.92));
  color: #f7fbff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 26px rgba(0, 0, 0, 0.16);
  transition: all 0.22s ease;
}

.ba-btn-primary:hover {
  color: #ffffff;
  border-color: rgba(62, 221, 194, 0.34);
  background: linear-gradient(180deg, rgba(11, 78, 108, 0.98), rgba(8, 57, 86, 0.96));
  transform: translateY(-1px);
}

.ba-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(24, 34, 48, 0.92), rgba(14, 22, 34, 0.90));
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 22px rgba(0, 0, 0, 0.10);
  transition: all 0.22s ease;
}

.ba-btn-dark:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(30, 42, 58, 0.96), rgba(18, 28, 42, 0.94));
  transform: translateY(-1px);
}

.ba-btn-outline {
  border-radius: 999px;
}

.ba-bottom-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.08), transparent 38%),
    linear-gradient(180deg, #071427 0%, #0a1d35 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 36px rgba(8, 25, 46, 0.12);
}

.py-lg-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (max-width: 991.98px) {
  .ba-card {
    border-radius: 1.25rem;
  }
}


/* -------------------------------------------------- */
/* About */
/* -------------------------------------------------- */
.ba-about-hero {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.14), transparent 35%),
    linear-gradient(180deg, #071427 0%, #0a1d35 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.ba-about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 226, 181, 0.28), transparent);
}

.ba-about-section {
  background: #f4f7fb;
}

.ba-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #f4fbff;
  font-weight: 600;
  font-size: 0.95rem;
}

.ba-card,
.ba-soft-card,
.ba-memory-card {
  background: #ffffff;
}

.ba-dark-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 194, 255, 0.08), transparent 38%),
    linear-gradient(180deg, #111923 0%, #1a2029 100%);
}

.ba-soft-card {
  background: linear-gradient(180deg, #f4f8fc 0%, #eef4fa 100%);
  border: 1px solid rgba(8, 25, 46, 0.05);
}

.ba-info-list {
  display: grid;
  gap: 1.25rem;
}

.ba-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.ba-info-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.05rem;
}

.ba-info-item h4 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.ba-info-item p {
  margin: 0;
  color: white;
  line-height: 1.7;
}

.ba-check-list {
  display: grid;
  gap: 0.85rem;
}

.ba-check-list span {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #31445a;
  line-height: 1.65;
}

.ba-check-list i {
  margin-top: 0.18rem;
  color: #6d4df2;
  flex-shrink: 0;
}

.ba-memory-card {
  border-radius: 1.75rem;
}

.ba-memory-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(233, 30, 99, 0.10);
  color: #e91e63;
  font-size: 1.7rem;
}

.ba-memory-text {
  max-width: 820px;
  margin: 0 auto 1.25rem;
  color: #4e6075;
  line-height: 1.95;
  font-size: 1.04rem;
}

.py-lg-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mt-xl-6 {
  margin-top: 5rem !important;
}

@media (max-width: 991.98px) {
  .ba-memory-text {
    line-height: 1.8;
  }
}


/* -------------------------------------------------- */
/* Start CSS */
/* -------------------------------------------------- */
.bad-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248, 252, 252, 1) 0%, rgba(248, 252, 252, 0.96) 44%, rgba(248, 252, 252, 0.58) 100%),
    radial-gradient(circle at 14% 24%, rgba(20, 184, 166, 0.1), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(59, 130, 246, 0.08), transparent 26rem),
    url("https://siteadmin.zhub.se/uploads/1/50/bingoadmin2_hero.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.bad-hero-section *,
.bad-hero-section *::before,
.bad-hero-section *::after {
  box-sizing: border-box;
}

.bad-hero-section .min-vh-75 {
  min-height: 580px;
}

.bad-hero-title {
  max-width: 720px;
  color: #0f172a;
  font-size: clamp(2.15rem, 3.7vw, 3.8rem);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.bad-hero-lead {
  max-width: 680px;
  color: #64748b;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.75;
}

.bad-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bad-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 32px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-size: 0.78rem;
  font-weight: 400;
}

.bad-hero-pills i {
  color: #14b8a6;
}

@media (max-width: 991.98px) {
  .bad-hero-section {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(248, 252, 252, 0.98) 0%, rgba(248, 252, 252, 0.92) 100%),
      url("https://siteadmin.zhub.se/uploads/1/50/bingoadmin_hero_hero.webp");
    background-size: cover;
    background-position: center;
  }

  .bad-hero-section .min-vh-75 {
    min-height: auto;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 575.98px) {
  .bad-hero-section .d-flex {
    flex-direction: column;
  }

  .bad-hero-section .bad-btn {
    width: 100%;
  }
}

.bad-venue-section,
.bad-types-section,
.bad-visibility-section,
.bad-ad-section,
.bad-admin-section,
.bad-cta-section {
  position: relative;
}

.bad-venue-section,
.bad-visibility-section,
.bad-admin-section {
  background: #ffffff;
}

.bad-types-section,
.bad-ad-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.08), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, rgba(240, 253, 250, 0.9) 100%);
}

.bad-cta-section {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.92) 0%, #ffffff 100%);
}

.bad-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 14px;
  background: rgba(20, 184, 166, 0.08);
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.bad-section-title,
.bad-cta-title {
  color: #0f172a;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.bad-section-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.bad-cta-title {
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.bad-section-lead,
.bad-cta-text {
  color: #64748b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.bad-section-text {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.7;
}

.bad-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.bad-btn-primary {
  border: 1px solid #14b8a6;
  background: #14b8a6;
  color: #ffffff;
}

.bad-btn-primary:hover {
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
}

.bad-btn-secondary {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  color: #0f172a;
}

.bad-btn-secondary:hover {
  border-color: rgba(20, 184, 166, 0.24);
  background: rgba(20, 184, 166, 0.06);
  color: #0f766e;
}

.bad-price-box {
  display: inline-grid;
  gap: 0.1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 18px;
  background: rgba(20, 184, 166, 0.08);
}

.bad-price-box span,
.bad-price-box small {
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bad-price-box strong {
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
}

.bad-feature-card,
.bad-panel-card,
.bad-cta-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.1), transparent 22rem),
    rgba(255, 255, 255, 0.96);
}

.bad-feature-item,
.bad-check-item,
.bad-ad-item {
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.bad-feature-item:hover,
.bad-type-card:hover,
.bad-admin-card:hover,
.bad-ad-item:hover {
  border-color: rgba(20, 184, 166, 0.32);
  transform: translateY(-2px);
}

.bad-feature-item-featured,
.bad-type-card-featured,
.bad-admin-card-featured,
.bad-ad-item-featured {
  border-color: rgba(20, 184, 166, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.1), transparent 13rem),
    #ffffff;
}

.bad-feature-item i,
.bad-icon-box,
.bad-ad-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
}

.bad-feature-item i,
.bad-ad-item i {
  width: 42px;
  height: 42px;
  margin-bottom: 0.8rem;
  border-radius: 14px;
  font-size: 1.1rem;
}

.bad-feature-item strong,
.bad-feature-item span,
.bad-ad-item strong {
  display: block;
}

.bad-feature-item strong,
.bad-ad-item strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 850;
}

.bad-feature-item span {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.bad-type-card,
.bad-admin-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.bad-type-card .card-body,
.bad-admin-card .card-body {
  padding: 1.35rem;
}

.bad-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  font-size: 1.25rem;
}

.bad-card-title {
  color: #0f172a;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.bad-card-text {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.bad-check-list {
  display: grid;
  gap: 0.75rem;
}

.bad-check-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  height: auto;
}

.bad-check-item i {
  flex: 0 0 auto;
  color: #14b8a6;
  font-size: 1rem;
}

.bad-check-item span {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 750;
}

.bad-ad-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.1), transparent 18rem),
    rgba(255, 255, 255, 0.96);
}

.bad-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 575.98px) {
  .bad-ad-grid {
    grid-template-columns: 1fr;
  }

  .bad-cta-actions,
  .bad-venue-section .d-flex {
    flex-direction: column;
  }

  .bad-btn {
    width: 100%;
  }
}


/* -------------------------------------------------- */
/* Contact CSS */
/* -------------------------------------------------- */
.bad-contact-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.08), transparent 28rem),
    #ffffff;
}

.bad-contact-section *,
.bad-contact-section *::before,
.bad-contact-section *::after {
  box-sizing: border-box;
}

.bad-contact-title {
  color: #0f172a;
  font-size: clamp(2.25rem, 3.8vw, 4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.bad-contact-lead {
  color: #64748b;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.75;
}

.bad-info-card,
.bad-form-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.bad-info-card {
  padding: 1.5rem;
}

.bad-form-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.1), transparent 18rem),
    #ffffff;
}

.bad-info-card h2,
.bad-form-card h2 {
  margin: 0 0 1.25rem;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.bad-contact-list {
  display: grid;
  gap: 1rem;
}

.bad-contact-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.bad-contact-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 1.05rem;
}

.bad-contact-item span,
.bad-contact-item strong,
.bad-contact-item a,
.bad-contact-item p {
  display: block;
}

.bad-contact-item span {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
}

.bad-contact-item strong,
.bad-contact-item a {
  margin-top: 0.15rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
}

.bad-contact-item a:hover {
  color: #0f766e;
}

.bad-contact-item p {
  margin: 0.1rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.bad-info-divider {
  height: 1px;
  margin: 1.35rem 0;
  background: rgba(15, 23, 42, 0.08);
}

.bad-support-label {
  display: block;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 850;
}

.bad-support-box p {
  margin: 0.5rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.bad-support-box a {
  display: inline-block;
  margin-top: 0.45rem;
  color: #0f766e;
  font-size: 0.9rem;
  font-weight: 850;
}

.bad-info-note {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(20, 184, 166, 0.08);
  color: #0f766e;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.5;
}

.bad-info-note i {
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.bad-contact-section .form-label {
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 750;
}

.bad-contact-section .form-label span,
.bad-contact-section .form-check-label span {
  color: #14b8a6;
}

.bad-input-wrap {
  position: relative;
}

.bad-input-wrap > i {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  z-index: 2;
  color: #64748b;
  font-size: 0.95rem;
  transform: translateY(-50%);
}

.bad-textarea-wrap > i {
  top: 1rem;
  transform: none;
}

.bad-contact-section .form-control {
  min-height: 46px;
  padding-left: 2.65rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none;
}

.bad-contact-section select.form-control {
  appearance: auto;
}

.bad-contact-section textarea.form-control {
  min-height: 130px;
  padding-top: 0.8rem;
}

.bad-contact-section .form-control:focus {
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}

.bad-check {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

.bad-contact-section .form-check-input:checked {
  border-color: #14b8a6;
  background-color: #14b8a6;
}

.bad-contact-section .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.12);
}

.bad-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: 1px solid #14b8a6;
  border-radius: 14px;
  background: #14b8a6;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.bad-submit-btn:hover {
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .bad-contact-item {
    flex-direction: column;
  }
}


/* -------------------------------------------------- */
/* Policy CSS */
/* -------------------------------------------------- */
.bad-policy-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.08), transparent 28rem),
    #ffffff;
}

.bad-policy-section *,
.bad-policy-section *::before,
.bad-policy-section *::after {
  box-sizing: border-box;
}

.bad-policy-card {
  padding: clamp(1.35rem, 4vw, 3rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.08), transparent 20rem),
    rgba(255, 255, 255, 0.96);
}

.bad-policy-title {
  color: #0f172a;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.bad-policy-lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #64748b;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.75;
}

.bad-policy-content {
  color: #64748b;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.75;
}

.bad-policy-content h2 {
  margin: 2rem 0 0.75rem;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.bad-policy-content p {
  margin: 0.75rem 0 0;
}

.bad-policy-content ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  padding-left: 1.25rem;
}

.bad-policy-content li {
  padding-left: 0.15rem;
}

.bad-policy-content strong {
  color: #0f172a;
  font-weight: 850;
}

.bad-policy-content a {
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
}

.bad-policy-content a:hover {
  text-decoration: underline;
}

.bad-policy-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 18px;
  background: rgba(20, 184, 166, 0.08);
  color: #0f766e;
}

.bad-policy-note i {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  font-size: 1rem;
}

.bad-policy-note p {
  margin: 0;
  color: #0f766e;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
}

.bad-policy-note strong {
  color: #0f766e;
}

.bad-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bad-policy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.82rem 1.05rem;
  border-radius: 14px;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.bad-policy-btn-primary {
  border: 1px solid #14b8a6;
  background: #14b8a6;
  color: #ffffff;
}

.bad-policy-btn-primary:hover {
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
}

.bad-policy-btn-secondary {
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  color: #0f172a;
}

.bad-policy-btn-secondary:hover {
  border-color: rgba(20, 184, 166, 0.24);
  background: rgba(20, 184, 166, 0.06);
  color: #0f766e;
}

@media (max-width: 575.98px) {
  .bad-policy-actions {
    flex-direction: column;
  }

  .bad-policy-btn {
    width: 100%;
  }
}


/* -------------------------------------------------- */
/* Resurser CSS */
/* -------------------------------------------------- */
.bad-resources-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.08), transparent 26rem),
    #ffffff;
}

.bad-resources-section *,
.bad-resources-section *::before,
.bad-resources-section *::after {
  box-sizing: border-box;
}

.bad-resources-title {
  color: #0f172a;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.bad-resources-title span {
  color: #14b8a6;
}

.bad-resources-lead {
  color: #64748b;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.75;
}

.bad-resources-card {
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.96);
}

.bad-resources-main-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.04);
  color: #0f172a;
  font-size: 1.7rem;
}

.bad-resources-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.08);
  color: #0f766e;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.bad-resources-card-title {
  color: #0f172a;
  font-size: 1.65rem;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.bad-resources-card-lead {
  max-width: 520px;
  margin: 0.65rem auto 0;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.bad-resources-list {
  display: grid;
  gap: 0.85rem;
}

.bad-resource-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(240, 253, 250, 0.55);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.bad-resource-item:hover {
  border-color: rgba(20, 184, 166, 0.28);
  background: rgba(20, 184, 166, 0.07);
  transform: translateY(-2px);
}

.bad-resource-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 13px;
  background: #ffffff;
  color: #0f766e;
  font-size: 1.05rem;
}

.bad-resource-item strong,
.bad-resource-item span {
  display: block;
}

.bad-resource-item strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 850;
}

.bad-resource-item span {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.bad-resources-note {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.bad-resources-note i {
  flex: 0 0 auto;
  color: #0f766e;
  margin-top: 0.1rem;
}

