body {
  background: #050505;
}

.plug420-front-page-wrap,
.plug420-homepage {
  width: 100%;
  overflow-x: clip;
}

.plug420-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.plug420-homepage * {
  box-sizing: border-box;
}

.plug420-homepage a {
  text-decoration: none;
}

.plug420-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(152, 255, 88, 0.18), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(70, 110, 255, 0.18), transparent 32%),
    linear-gradient(90deg, #081015 0%, #10220e 52%, #0a1a3b 100%);
  padding: 20px 0 64px;
}

.plug420-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 90%);
  pointer-events: none;
}

.plug420-headerbar,
.plug420-hero-inner,
.plug420-section-title-row,
.plug420-footer-grid,
.plug420-two-column-layout,
.plug420-category-grid,
.plug420-featured-grid,
.plug420-business-grid,
.plug420-news-grid {
  position: relative;
  z-index: 1;
}

.plug420-headerbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 18px;
}

.plug420-brand img,
.plug420-footer-logo {
  display: block;
  height: auto;
}

.plug420-brand img {
  width: 118px;
}

.plug420-mini-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.plug420-mini-nav a {
  color: rgba(255,255,255,0.84);
}

.plug420-cta-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 700;
  color: #083000;
  background: #66d613;
  box-shadow: 0 12px 30px rgba(89, 214, 43, 0.25);
}

.plug420-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: 48px;
  padding-top: 34px;
}

.plug420-badge,
.plug420-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
}

.plug420-badge {
  color: #baf56d;
  background: rgba(123, 211, 30, 0.14);
  border: 1px solid rgba(123, 211, 30, 0.32);
}

.plug420-hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.plug420-hero-copy h1 span {
  color: #7ddd2a;
}

.plug420-hero-copy p {
  max-width: 660px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}

.plug420-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.plug420-keywords span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 600;
}

.plug420-searchbar {
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr auto;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0,0,0,0.28);
}

.plug420-searchbar input,
.plug420-searchbar button {
  height: 54px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
}

.plug420-searchbar input {
  background: #f4f6f4;
  padding: 0 16px;
  color: #172114;
}

.plug420-searchbar button {
  padding: 0 20px;
  font-weight: 800;
  color: #083000;
  background: #66d613;
}

.plug420-hero-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(12,17,12,0.58);
  box-shadow: 0 20px 60px rgba(0,0,0,0.26);
  backdrop-filter: blur(10px);
}

.plug420-hero-card-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(186,245,109,0.12);
  color: #bbf36d;
  font-size: 12px;
  font-weight: 700;
}

.plug420-hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plug420-hero-card-grid > div {
  min-height: 128px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.plug420-hero-card-grid strong,
.plug420-section-title-row h2,
.plug420-category-card strong,
.plug420-business-body h3,
.plug420-ad-panel h3,
.plug420-news-card h3,
.plug420-footer h4 {
  font-weight: 900;
  letter-spacing: -0.03em;
}

.plug420-hero-card-grid strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.plug420-hero-card-grid span {
  display: block;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  font-size: 14px;
}

.plug420-section {
  padding: 72px 0;
}

.plug420-dark-section {
  background: #040707;
  color: #fff;
}

.plug420-light-section {
  background: #f8f8f5;
  color: #141914;
}

.plug420-section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.plug420-overline {
  display: inline-block;
  margin-bottom: 10px;
  color: #7ddd2a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.plug420-section-title-row h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.plug420-section-title-row a {
  color: #7ddd2a;
  font-size: 14px;
  font-weight: 700;
}

.plug420-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.plug420-category-card {
  min-height: 165px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #0c1010;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.plug420-category-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(125, 221, 42, 0.14);
  color: #7ddd2a;
}

.plug420-category-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.plug420-category-card small {
  display: block;
  color: rgba(255,255,255,0.66);
  line-height: 1.5;
  font-size: 13px;
}

.plug420-featured-grid,
.plug420-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.plug420-two-column-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) 360px;
  gap: 30px;
}

.plug420-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.plug420-business-card {
  overflow: hidden;
  border-radius: 26px;
}

.plug420-business-card-light {
  background: #fff;
  border: 1px solid #e4e8dd;
  box-shadow: 0 18px 34px rgba(22, 28, 21, 0.08);
}

.plug420-business-card-dark {
  background: #0d1010;
  border: 1px solid rgba(255,255,255,0.1);
}

.plug420-business-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.plug420-business-body {
  padding: 18px 18px 20px;
}

.plug420-status {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf8d6;
  color: #507512;
  font-size: 11px;
  font-weight: 800;
}

.plug420-business-body h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.plug420-business-card-light h3 a {
  color: #0d160f;
}

.plug420-business-card-dark h3 a,
.plug420-ad-panel h3,
.plug420-ad-panel,
.plug420-footer,
.plug420-footer a,
.plug420-news-card a {
  color: #fff;
}

.plug420-business-body p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
}

.plug420-business-card-light p,
.plug420-news-card p {
  color: #5b6459;
}

.plug420-business-card-dark p {
  color: rgba(255,255,255,0.62);
}

.plug420-view-link {
  font-size: 14px;
  font-weight: 800;
  color: #79db2a;
}

.plug420-ad-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #123311 0%, #041a08 100%);
  border: 1px solid rgba(125, 221, 42, 0.18);
}

.plug420-pill {
  color: #b8f06a;
  background: rgba(236,248,214,0.1);
  border: 1px solid rgba(236,248,214,0.1);
}

.plug420-ad-panel h3 {
  margin: 18px 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.plug420-ad-panel p,
.plug420-ad-panel li {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  font-size: 16px;
}

.plug420-ad-panel ul {
  margin: 0 0 22px 18px;
  padding: 0;
}

.plug420-ad-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  color: #061d00;
  background: #92e316;
}

.plug420-koala {
  position: absolute;
  right: -22px;
  bottom: -12px;
  width: 220px;
  max-width: 45%;
  opacity: 0.94;
}

.plug420-news-card {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #e4e8dd;
  background: #fff;
}

.plug420-news-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #79db2a;
  font-size: 13px;
  font-weight: 800;
}

.plug420-news-card h3 {
  margin: 0 0 12px;
  color: #0f1610;
  font-size: 24px;
  line-height: 1.12;
}

.plug420-news-card a {
  color: #0f1610;
  font-size: 14px;
  font-weight: 800;
}

.plug420-footer {
  background: #040707;
  padding: 34px 0 44px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.plug420-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 1fr 1fr;
  gap: 24px;
}

.plug420-footer-logo {
  width: 120px;
  margin-bottom: 12px;
}

.plug420-footer p {
  max-width: 420px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
}

.plug420-footer h4 {
  margin: 0 0 14px;
  font-size: 16px;
}

.plug420-footer a {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,0.78);
}

.plug420-empty-state {
  min-height: 220px;
}

.plug420-editor-note {
  width: min(1200px, calc(100% - 40px));
  margin: 24px auto 10px;
  padding: 16px 20px;
  border-left: 4px solid #84cc16;
  border-radius: 10px;
  background: #141b16;
  color: #fff;
  font-weight: 700;
}

.plug420-content-area {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 40px;
}

@media (max-width: 1180px) {
  .plug420-hero-inner,
  .plug420-two-column-layout {
    grid-template-columns: 1fr;
  }

  .plug420-business-grid,
  .plug420-category-grid,
  .plug420-featured-grid,
  .plug420-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plug420-ad-panel {
    min-height: 440px;
  }
}

@media (max-width: 860px) {
  .plug420-headerbar {
    flex-wrap: wrap;
  }

  .plug420-mini-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
  }

  .plug420-searchbar {
    grid-template-columns: 1fr;
  }

  .plug420-hero-card-grid,
  .plug420-business-grid,
  .plug420-featured-grid,
  .plug420-news-grid,
  .plug420-category-grid,
  .plug420-footer-grid {
    grid-template-columns: 1fr;
  }

  .plug420-cta-top {
    min-height: 44px;
  }

  .plug420-ad-panel {
    min-height: 360px;
  }

  .plug420-koala {
    width: 180px;
  }
}


.plug420-dark-section .plug420-overline,
.plug420-dark-section .plug420-section-title-row a {
  color: #75e31d;
}

.plug420-dark-section .plug420-section-title-row h2,
.plug420-dark-section .plug420-section-title-row h3,
.plug420-dark-section .plug420-category-card strong,
.plug420-dark-section .plug420-business-body h3,
.plug420-dark-section .plug420-business-body h3 a,
.plug420-ad-panel h3,
.plug420-footer h4,
.plug420-footer a,
.plug420-footer p {
  color: #ffffff;
}

.plug420-footer h4 {
  margin: 0 0 12px;
  font-size: 18px;
}

.plug420-footer a {
  display: block;
  margin-bottom: 10px;
}

.plug420-footer p {
  max-width: 460px;
  opacity: 0.82;
}

.plug420-category-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plug420-category-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.plug420-category-image {
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(117, 227, 29, 0.12);
}

.plug420-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plug420-business-thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.plug420-business-grid .plug420-business-thumb,
.plug420-featured-grid .plug420-business-thumb {
  aspect-ratio: 16 / 10;
}

@media (max-width: 1100px) {
  .plug420-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .plug420-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.plug420-homepage { background:#050505; }
.plug420-hero-copy h1 { max-width: 760px; }
.plug420-footer p { color: rgba(255,255,255,0.72); }
.plug420-news-card h3 a,
.plug420-business-body h3 a,
.plug420-section-title-row a,
.plug420-footer a,
.plug420-mini-nav a { text-decoration:none; }
.plug420-news-card h3 a { color: inherit; }
.plug420-news-card h3 a:hover,
.plug420-business-body h3 a:hover,
.plug420-section-title-row a:hover,
.plug420-footer a:hover,
.plug420-mini-nav a:hover { color:#8bea34; }
.plug420-business-thumb { display:block; background-color:#101010; }
.plug420-business-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
