:root {
  --by-max-w: 1280px;
  --by-gutter: 24px;
}

.by-container {
  max-width: var(--by-max-w);
  margin: 0 auto;
  padding: 0 var(--by-gutter);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Satoshi-Regular", sans-serif;
  color: #00152b;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

/* ---- NAV (identical to home/explore/pricing) ---- */
.by-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 249, 253, 0.98);
  backdrop-filter: blur(10px);
}

.admin-bar .by-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .by-header {
    top: 46px;
  }
}

.by-nav-inner {
  max-width: var(--by-max-w);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.by-nav-logo img {
  height: 36px;
}

.by-nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.by-nav-links ul {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.by-nav-links a {
  font-size: 15px;
  font-family: "Satoshi-Bold", sans-serif !important;
  color: #00152b;
  transition: color 0.15s;
  letter-spacing: -0.48px;
}

.by-nav-links a:hover,
.by-nav-links a.active,
.by-nav-links .current-menu-item a {
  color: #078e45;
}

.by-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.by-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.by-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #00152b;
  border-radius: 2px;
  transition: all 0.2s;
}

/* ---- BUTTONS (identical to home/explore/pricing) ---- */
.by-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Satoshi-Bold", sans-serif !important;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  white-space: nowrap;
}

.by-btn-green {
  background: #078e45;
  color: #fff;
}

.by-btn-green:hover {
  background: #066b35;
}

.by-btn-outline {
  background: transparent;
  color: #00152b;
  border: 1.5px solid #00152b;
}

.by-btn-outline:hover {
  background: #00152b;
  color: #fff;
}

.by-btn-ghost {
  background: transparent;
  color: #374151;
  border: 1.5px solid #e5e7eb;
}

.by-btn-ghost:hover {
  border-color: #00152b;
  color: #00152b;
}

.by-btn-lg {
  padding: 13px 26px;
  font-size: 15px;
}

/* ---- HERO ---- */
.comm-hero {
  padding: 64px 0 56px;
}

.comm-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.comm-hero-text h1 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  color: #00152b;
  margin-bottom: 16px;
}

.comm-hero-text p {
  margin-top: 16px;
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 18px;
  letter-spacing: -0.54px;
  color: #00152b;
  max-width: 440px;
}

.comm-hero-text .by-btn {
  margin-top: 28px;
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 16px !important;
}

.comm-hero-visual img {
  width: 100%;
  border-radius: 16px;
}

/* ---- POSTER DOORWAY ---- */
.comm-doorway {
  padding: 56px 0;
  text-align: center;
}

.comm-doorway h2 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 35px;
  letter-spacing: -1.05px;
  color: #00152b;
}

.comm-doorway-sub {
  font-family: "Satoshi-Medium", sans-serif !important;
  margin-top: 8px;
  font-size: 18px;
  color: #00152b;
  letter-spacing: -0.54px;
}

.comm-doorway-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 0;
}

.comm-doorway-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* .comm-poster,
.comm-phone {
  width: 230px;
} */

.engage {
  margin-top: 30px;
}

.comm-doorway-item span {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 20px;
  color: #00152b;
  line-height: 1.4;
  letter-spacing: -0.6px;
}

.comm-doorway-arrow {
  padding: 0 20px;
  flex-shrink: 0;
}

/* ---- GROWTH STATS ---- */
.comm-grow {
  padding: 0 0 56px;
  text-align: center;
}

.comm-grow h2 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 35px;
  letter-spacing: -1.05px;
  color: #00152b;
}

.comm-grow-sub {
  font-family: "Satoshi-Medium", sans-serif !important;
  margin-top: 8px;
  font-size: 18px;
  color: #00152b;
  letter-spacing: -0.54px;
}

.comm-grow-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 8px;
}

.comm-grow-card {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 190px;
}

.comm-grow-icn {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comm-grow-icn img {
  width: 72px;
  height: 72px;
}

.comm-grow-card span {
  font-family: "Satoshi-Medium", sans-serif !important;
  margin-top: 4px;
  font-size: 18px;
  color: #00152b;
  letter-spacing: -0.54px;
}

.comm-grow-arrow {
  padding: 0 24px;
}

/* ---- FEATURES GRID ---- */
.comm-features {
  padding: 0 0 56px;
}

.comm-features h2 {
  font-family: "Satoshi-Bold", sans-serif !important;
  text-align: center;
  font-size: 35px;
  letter-spacing: -1.05px;
  color: #00152b;
  margin-bottom: 32px;
}

.comm-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.comm-feature-card {
  background: #fff;
  border: 2px solid rgba(0, 21, 43, 0.05);
  border-radius: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 18px 20px;
  max-width: 310px;
  min-height: 220px;
}

.comm-feature-icn {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.comm-feature-icn img {
  width: 70px;
  height: 70px;
}

.comm-feature-card h4 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 22px;
  color: #00152b;
  margin-bottom: 6px;
  letter-spacing: -0.66px;
}

.comm-feature-card p,
.comm-feature-card p span {
  font-size: 18px;
  color: #00152b !important;
  font-family: "Satoshi-Medium", sans-serif !important;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

/* ---- ZERO START CTA ---- */
.comm-zero {
  padding: 0 0 56px;
}

.comm-zero-inner {
  background: #e8ebed;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.68fr 1fr;
  align-items: stretch;
  overflow: hidden;
}

.comm-zero-text {
  padding: 40px 24px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.comm-zero-text h2 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 35px;
  letter-spacing: -1.05px;
  color: #00152b;
  line-height: 1.3;
}

.comm-zero-text p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 18px;
  color: #00152b;
  letter-spacing: -0.54px;
}

.comm-zero-text .by-btn {
  margin-top: 6px;
  width: fit-content;
}

.comm-zero-visual {
  position: relative;
  align-self: stretch;
}

.comm-zero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  display: block;
}

/* ---- FOOTER BANNER (identical to home/explore/pricing) ---- */
.by-footer-banner {
  max-width: 1800px;
  margin: 0 auto;
  background: transparent linear-gradient(270deg, #7037d6 0%, #04553c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
  padding: 24px 32px;
  box-sizing: border-box;
  width: calc(100% - 48px);
}

.by-footer-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.by-footer-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.by-footer-banner-text strong {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.66px;
}

.by-footer-banner-text span {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.48px;
}
.by-footer-banner-perks {
  display: flex;
  align-items: center;
}

.by-footer-perk {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.by-footer-perk:last-child {
  border-right: none;
  padding-right: 0;
}

.by-footer-perk:first-child {
  padding-left: 0;
}

.by-footer-perk img {
  width: 14px;
  height: 20px;
}

.by-footer-perk strong {
  font-family: "Satoshi-Bold", sans-serif !important;
  display: block;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #fff;
}

.by-footer-perk span {
  font-family: "Satoshi-Medium", sans-serif !important;
  display: block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.48px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .by-nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 0;
    z-index: 200;
  }

  .by-nav-links.open {
    display: flex;
  }

  .by-nav-links ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .by-nav-links a {
    padding: 12px 24px;
    font-size: 15px;
    display: block;
  }

  .by-hamburger {
    display: flex;
  }

  .comm-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .comm-hero-text h1 {
    font-size: 34px;
  }

  .comm-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .comm-zero-inner {
    grid-template-columns: 1fr;
  }

  .comm-zero-text {
    padding: 32px 24px;
  }

  .comm-zero-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .comm-hero {
    padding: 40px 0;
  }

  .comm-hero-text h1 {
    font-size: 28px;
  }

  .comm-doorway h2,
  .comm-grow h2,
  .comm-features h2 {
    font-size: 26px;
  }

  .comm-doorway-row,
  .comm-grow-row {
    flex-direction: column;
    gap: 20px;
  }

  .comm-doorway-arrow,
  .comm-grow-arrow {
    padding: 0;
  }

  .comm-doorway-arrow img,
  .comm-grow-arrow img {
    transform: rotate(90deg);
  }

  .comm-poster,
  .comm-phone {
    width: 200px;
  }

  .by-footer-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .by-footer-banner-perks {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .by-footer-perk {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
    width: 100%;
  }

  .by-footer-perk:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .by-footer-perk:first-child {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .comm-features-grid {
    grid-template-columns: 1fr;
  }

  .comm-hero-text h1 {
    font-size: 24px;
  }

  .comm-grow-card {
    padding: 20px 24px;
    min-width: 140px;
  }
}

/* FOOTER BANNER */
.by-footer-banner {
  max-width: 1800px;
  margin: 0 auto;
  background: transparent linear-gradient(270deg, #7037d6 0%, #04553c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 20px 20px 0 0;
  padding: 24px 32px;
  box-sizing: border-box;
  width: calc(100% - 48px);
}

.by-footer-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.by-footer-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.by-footer-banner-text strong {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.66px;
}

.by-footer-banner-text span {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.48px;
}

.by-footer-banner-perks {
  display: flex;
  align-items: center;
}

.by-footer-perk {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.by-footer-perk:last-child {
  border-right: none;
  padding-right: 0;
}

.by-footer-perk:first-child {
  padding-left: 0;
}

.by-footer-perk img {
  width: 14px;
  height: 20px;
}

.by-footer-perk strong {
  font-family: "Satoshi-Bold", sans-serif !important;
  display: block;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #fff;
}

.by-footer-perk span {
  font-family: "Satoshi-Medium", sans-serif !important;
  display: block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.48px;
}

.by-nav-links a.by-nav-login-mobile {
  display: none;
}

@media (max-width: 400px) {
  .by-nav-links a.by-nav-login-mobile {
    display: inline-flex;
    justify-content: center;
    margin: 8px 24px 4px;
    width: calc(100% - 48px);
    padding: 10px 20px;
    font-size: 15px;
  }

  .by-nav-actions > a[href*="login"] {
    display: none;
  }
}

@media (max-width: 1024px) {
  .by-footer-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .by-footer-banner-perks {
    width: 100%;
    gap: 0;
    flex-wrap: wrap;
  }

  .by-footer-perk {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    min-width: 180px;
  }

  .by-footer-perk:last-child {
    border-bottom: none;
  }

  .by-footer-perk:first-child {
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {

    .by-nav-actions {
    gap: 6px;
  }

  .by-nav-actions .by-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .by-footer-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .by-footer-banner-perks {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .by-footer-perk {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .by-footer-perk:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .by-footer-perk:first-child {
    padding-top: 0;
  }
}
.by-mobile-cta-bar {
  display: none;
}

@media (max-width: 500px) {
  .by-nav-actions .by-btn {
    display: none;
  }

  .by-mobile-cta-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 12px rgba(0, 21, 43, 0.06);
    z-index: 999;
  }

  .by-mobile-cta-bar .by-btn {
    flex: 1;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body {
      padding-bottom: 85px !important;
  }
}