: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: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.by-hero-desc,
.by-rw-card p,
.by-bquest > p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-steps-sub {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: #00152b;
}

.by-step-text p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-calendar-inner > p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: #00152b;
}

.by-cycle-left p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #00152b;
  margin-top: 10px !important;
}

.by-social-text > p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-steps h2,
.by-step-text h3,
.by-comm-item h4,
.by-calendar-inner h2,
.by-cycle-left h2,
.by-rw-card h2,
.by-aib-left h2,
.by-aib-left .sub,
.by-social-text h2,
.by-social-item strong,
.by-bquest h2,
.by-bquest-card strong,
.by-org-left h2,
.by-org-col-head strong,
.by-org-right h3,
.by-footer-banner-text strong,
.by-footer-perk strong,
.by-hero-chip strong,
.by-hero-badge {
  font-family: "Satoshi-Bold", sans-serif !important;
}

/* Medium-weight small labels/links with no matching 600 face. */
.by-bquest-link {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-weight: 500;
}

.by-hero-perk {
  font-family: "Satoshi-Medium", sans-serif !important;
  letter-spacing: -0.39px;
}

.by-comm-item p {
  font-family: "Satoshi-Medium", sans-serif !important;
  letter-spacing: -0.48px;
}

.by-aib-left .desc {
  font-family: "Satoshi-Medium", sans-serif !important;
  letter-spacing: -0.48px;
}

.by-footer-perk span,
.by-hero-chip span {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.36px;
}

.by-social-item span,
.by-bquest-card span {
  font-family: "Satoshi-Medium", sans-serif !important;
  letter-spacing: -0.42px;
}

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;
}

/* .by-container — defined in by-shared.css */

/* NAV */
.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 {
  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;
  background: none;
  border: none;
}

.by-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #00152b;
  border-radius: 2px;
  transition: all 0.2s;
}

.by-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  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: 16px;
}

/* HERO */
.by-hero {
  padding: 64px 0 64px;
  overflow: hidden;
  background: #f8f9fd;
}

.by-hero .by-container {
  max-width: 100%;
  padding: 0;
}

.by-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 897px);
  gap: 40px;
  align-items: center;
  padding-left: max(
    var(--by-gutter),
    calc((100vw - var(--by-max-w)) / 2 + var(--by-gutter))
  );
}

.by-hero-badge {
  display: inline-block;
  background: #f3eefe;
  color: #802acb;
  border: 1px solid #d8b4fe;
  border-radius: 999px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.by-hero-title {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.92px;
  color: #00152b;
  white-space: nowrap;
}

.by-hero-title .green {
  font-family: "Satoshi-Bold", sans-serif !important;
  color: #078e45;
}

.by-hero-desc {
  margin-top: 16px;
  max-width: 420px;
}

.by-hero-btns {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.by-hero-perks {
  margin-top: 18px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.by-hero-perk {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 28px;
  color: #00152b;
  letter-spacing: -0.54px;
}

.by-hero-perk img {
  width: 16px;
  height: 16px;
}

.by-hero-visual img {
  width: 100%;
  border-radius: 12px;
}

/* STEPS */
.by-steps {
  padding: 56px 0 56px;
  text-align: center;
}

.by-steps h2 {
  font-size: 34px;
  letter-spacing: -0.5px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2;
  white-space: nowrap;
}

.by-steps-sub {
  margin-top: 10px;
}

.by-steps-row {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.by-step-card {
  flex: 1;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.by-step-svg {
  width: 90px;
  height: 110px;
  flex-shrink: 0;
  object-fit: contain;
}

/* New Create/Connect/Grow icon markup: numbered badge sits inside the tinted box, near the top */
.by-step-icon {
  position: relative;
  width: 70px;
  height: 115px;
  flex-shrink: 0;
}

.by-step-num {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 13px;
  line-height: 1;
  z-index: 2;
}

.by-step-num-green {
  background: #088e4a;
}

.by-step-num-blue {
  background: #1c82e1;
}

.by-step-num-purple {
  background: #8224d0;
}

.by-step-icon-box {
  width: 70px;
  height: 115px;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
}

.by-step-icon-box img {
  width: 34px;
  height: auto;
  display: block;
}

.by-step-icon-box-green {
  background: #e6f3ec;
}

.by-step-icon-box-blue {
  background: #e7f4fd;
}

.by-step-icon-box-purple {
  background: #f2e9fa;
}

.by-step-text h3 {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.66px;
  margin-bottom: 6px;
}

.by-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  flex-shrink: 0;
}

.by-step-arrow img {
  width: 80px;
}

/* CALENDAR */
.by-calendar {
  padding: 0 0 48px;
}

.by-calendar-inner {
  background: #f8f9fd;
  border-radius: 20px;
  padding: 48px 40px;
}

.by-calendar-inner h2 {
  font-size: 35px;
  line-height: 47px;
  letter-spacing: -1.05px;
}

.by-calendar-inner > p {
  margin-top: 8px;
}

.by-comm-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.by-comm-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.by-comm-img-wrap {
  position: relative;
}

.by-comm-img-wrap img.photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
}

.by-comm-icn {
  position: absolute;
  bottom: -12px;
  left: 12px;
  width: 32px;
  height: 32px;
  z-index: 1;
}

.by-comm-item h4 {
  padding: 20px 12px 4px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
}

.by-comm-item p {
  padding: 0 12px 14px;
  font-size: 16px;
  color: #00152b;
  line-height: 22px;
}

/* CYCLES */
.by-cycles {
  padding: 0 0 48px;
}

.by-cycles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.by-cycle-card {
  background: #f8f9fd;
  border-radius: 20px;
  overflow: hidden;
}

.by-cycle-card-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: end;
  height: 100%;
}

.by-cycle-left {
  padding: 32px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.by-cycle-left h2 {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.66px;
  color: #00152b;
}

.by-cycle-left p {
  margin-top: 8px;
}

.by-cycle-left img.people {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  margin-top: 20px;
}

.by-cycle-right {
  padding: 20px 20px 20px 0;
}

.by-cycle-right img {
  width: 100%;
  display: block;
}

.by-rw-card {
  background: #f8f9fd;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.by-rw-card h2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #00152b;
}

.by-rw-card p {
  margin-top: 10px !important;
}

.by-rw-card img {
  width: 100%;
  display: block;
}

.by-rw-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.by-rw-top > div:first-child {
  min-width: 0;
}

.by-rw-card .by-rw-posters-img {
  width: 126px;
  height: 125px;
  flex-shrink: 0;
  object-fit: contain;
  background: transparent;
}
/* AI BOOKIE */
.by-aib {
  padding: 0 0 48px;
}

.by-aib-inner {
  background: #00152b;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 400px 1fr 1fr 1fr;
  gap: 16px;
  min-height: 260px;
  align-items: stretch;
}

.by-aib-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.by-aib-left h2 {
  font-size: 35px;
  color: #fff;
  line-height: 47px;
  letter-spacing: -1.05px;
}

.by-aib-left .sub {
  font-size: 26px;
  color: #078e45;
  line-height: 35px;
  letter-spacing: -0.78px;
  margin-top: 6px;
  white-space: nowrap;
}

.by-aib-left .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 2px;
}

.by-aib-bot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.by-aib-bot img.msg {
  width: 257px;
  height: 80px;
  object-fit: contain;
}

.by-aib-bot img.robot {
  width: 147px;
  height: 128px;
  object-fit: contain;
  transform: rotate(1.85deg);
}

.by-aib-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.by-aib-box img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.by-aib-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.by-aib-card img {
  width: 100%;
  max-height: 200px;
  display: block;
  object-fit: contain;
}

/* FOOTER */
.by-footer {
  border-top: 1px solid #e5e7eb;
  padding: 40px 0;
}

.by-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: #6b7280;
}

.by-footer-links {
  display: flex;
  gap: 24px;
}

.by-footer-links a:hover {
  color: #00152b;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .by-nav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    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;
  }

  .by-header {
    position: relative;
  }

  .by-comm-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .by-hero-title {
    font-size: 42px;
  }

  .by-org-inner {
    grid-template-columns: 1fr;
  }

  .by-org-right {
    max-width: 400px;
  }

  .by-org-grow-image-wrap {
    grid-column: 1 / -1;
    border-right: none;
  }

  .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: start;
    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: 1250px) {
  .by-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 0;
  }

  .by-hero .by-container {
    max-width: var(--by-max-w);
    padding: 0 var(--by-gutter);
  }

  .by-hero-dashboard {
    max-width: 897px;
  }
}

.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;
  }
}

@media (max-width: 768px) {
  .by-hero {
    padding: 40px 0;
  }

  .by-nav-actions {
    gap: 6px;
  }

  .by-nav-actions .by-btn {
    padding: 8px 12px;
    font-size: 13px;
  }

  .by-hamburger {
    flex-shrink: 0;
  }

  .by-hero .by-container {
    max-width: var(--by-max-w);
    padding: 0 var(--by-gutter);
  }

  .by-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 0;
  }

  .by-hero-title {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -1px;
    white-space: normal;
  }

  .by-steps h2 {
    white-space: normal;
    font-size: 28px;
  }

  .by-steps-row {
    flex-direction: column;
    gap: 16px;
  }

  .by-step-arrow {
    display: none;
  }

  .by-calendar-inner {
    padding: 28px 20px;
  }

  .by-comm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .by-cycles-grid {
    grid-template-columns: 1fr;
  }

  .by-cycle-card-inner {
    grid-template-columns: 1fr;
  }

  .by-aib-inner {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .by-aib-bot {
    flex-wrap: wrap;
  }

  .by-aib-bot img.msg {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .by-aib-bot img.robot {
    width: 90px;
    height: auto;
  }

  .by-org-col-head strong {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .by-aib-left .sub {
    white-space: normal;
    font-size: 22px;
    line-height: 30px;
  }

  .by-org-inner {
    padding: 24px 20px;
  }

  .by-org-col-head {
    gap: 8px;
  }

  .by-org-col-head img {
    width: 28px;
    height: 28px;
  }

  .by-org-col-head strong {
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .by-comm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .by-hero-title {
    font-size: 30px;
  }
}

/* SOCIAL LIFE / BOOKEDQUEST */
.by-social {
  padding: 0 0 48px;
}

.by-social-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1.3fr;
  gap: 24px;
  align-items: stretch;
  background: #f8f9fd;
  border-radius: 20px;
  padding: 40px;
}

.by-social-text,
.by-bquest {
  display: flex;
  flex-direction: column;
}

.by-social-text h2 {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.66px;
  color: #00152b;
}

.by-social-text > p {
  margin-top: 8px;
}

.by-social-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.by-social-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.by-social-item img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.by-social-item strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-social-item span {
  font-size: 14px;
  line-height: 24px;
  color: #00152b;
}

.by-social-cal img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.by-bquest h2 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #00152b;
}

.by-bquest > p {
  margin-top: 12px;
  max-width: 320px;
}

.by-bquest-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #00152b;
}

.by-bquest-link:hover {
  color: #078e45;
}

.by-bquest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.by-bquest-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.by-bquest-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.by-bquest-card strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: #00152b;
  margin: 10px 10px 0;
}

.by-bquest-card span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #00152b;
  margin: 2px 10px 0;
}

.by-bquest-card span:last-child {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .by-social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .by-bquest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .by-social-grid {
    grid-template-columns: 1fr;
  }

  .by-bquest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .by-bquest > p {
    max-width: none;
  }
}

/* ORG SECTION */
.by-org {
  padding: 0 0 0;
}

.by-org-inner {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 24px;
  align-items: start;
  background: #f8f9fd;
  border-radius: 20px;
  padding: 40px;
}

.by-org-left h2 {
  font-size: 22px;
  letter-spacing: -0.66px;
  color: #00152b;
  line-height: 29px;
}

.by-org-left > p {
  margin-top: 8px;
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-org-cols {
  display: grid;
  grid-template-columns: repeat(4, max-content) 80px;
  gap: 0;
  margin-top: 28px;
}

.by-org-grow-image {
  width: 140px;
  height: 117px;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 10px;
}

.by-org-grow-image-wrap {
  width: 154px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  padding-right: 14px;
}

.by-org-col:nth-of-type(4) {
  border-right: none;
  padding-right: 0;
}

.by-org-col {
  min-width: 0;
  padding-right: 16px;
  border-right: 1px solid #e5e7eb;
  padding-left: 0;
}

.by-org-col:last-child {
  border-right: none;
  padding-right: 0;
}

.by-org-col + .by-org-col {
  padding-left: 16px;
}

.by-org-col-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.by-org-col-head img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.by-org-col-head strong {
  min-width: 0;
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #00152b;
  white-space: normal;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.by-org-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.by-org-col ul li {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: -0.36px;
  color: #00152b;
  overflow-wrap: break-word;
}

.by-org-col ul li::before {
  content: "\00B7";
  margin-right: 6px;
  color: #078e45;
  font-size: 16px;
  line-height: 1;
}

.by-org-right {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding-left: 24px;
  position: relative;
}

.by-org-right::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e7eb;
}

.by-org-right h3 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: #00152b;
}

.by-org-right > p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
  color: #00152b;
}

.by-org-right-btns {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  flex-wrap: nowrap;
}

.by-org-right-btns .by-btn {
  flex: 1;
  justify-content: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 10px 8px;
}

.by-org-note {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.42px;
  color: #00152b;
  text-align: center;
}

/* 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;
}

@media (max-width: 1024px) {
  .by-org-inner {
    grid-template-columns: 1fr;
  }

  .by-org-grow-image-wrap {
    display: none;
  }

  .by-org-right {
    max-width: 400px;
  }

  .by-org-grow-image-wrap {
    grid-column: 1 / -1;
    border-right: none;
  }

  .by-footer-banner-perks {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .by-org-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .by-org-grow-image-wrap {
    grid-column: 1 / -1;
  }

  .by-org-col {
    border-right: none;
    padding: 0 0 16px 0;
  }

  .by-org-col + .by-org-col {
    padding-left: 0;
  }

  .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-org-right-btns {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .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-cycle-left img.people {
    max-height: 260px;
    object-fit: cover;
  }
  .by-org-col ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .by-org-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .by-org-col ul li {
    font-size: 16px;
  }
  .by-aib-bot {
    flex-wrap: wrap;
    justify-content: center;
  }

  .by-aib-bot img.msg {
    max-width: 100%;
  }

  .by-aib-bot img.robot {
    width: 70px;
  }
}

/* HERO NOTIFICATION CHIPS */
.by-hero-visual {
  position: relative;
  padding: 100px 0 40px;
}

.by-hero-dashboard {
  width: 100%;
  max-width: 897px;
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 1;
}
.by-hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content !important;
  max-width: none;
  height: 72px;
  padding: 0 14px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
}

.by-hero-chip img {
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px;
  margin-top: 0;
}

.by-hero-chip div {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
  display: block;
}

.by-hero-chip strong {
  display: block;
  width: max-content;
  font-size: 15px;
  color: #00152b;
  letter-spacing: -0.48px;
  line-height: 1.2;
}

.by-hero-chip span {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 14px;
  color: #00152b;
  letter-spacing: -0.48px;
  margin-top: 2px;
  white-space: nowrap;
  display: block;
  width: max-content;
}

.by-hero-chip em {
  position: absolute;
  top: 14px;
  right: 14px;
  font-style: normal;
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 12px;
  letter-spacing: -0.36px;
  color: #00152b;
  opacity: 0.6;
  white-space: nowrap;
  width: max-content;
  padding-left: 0;
}
/* Top chips sit above the image, bottom chips sit below */
.by-chip-tl {
  top: 0;
  left: 0;
}

.by-chip-tr {
  top: 0;
  right: 3%;
}

.by-chip-bl {
  bottom: 0;
  left: 8%;
}

.by-chip-br {
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .by-hero-visual {
    padding: 72px 0 28px;
  }

  .by-hero-chip {
    max-width: 340px;
  }
}

@media (max-width: 768px) {
  .by-hero-chip {
    display: none;
  }

  .by-hero-visual {
    padding: 0;
  }
}

/* ============================================================
   DEMO REQUEST MODAL
   ============================================================ */

.demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 9999;
}

.demo-modal.active {
  opacity: 1;
  visibility: visible;
}

.demo-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 21, 43, 0.5);
}

.demo-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.3s ease-out;
  z-index: 10000;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.demo-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #00152b;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.demo-modal-close:hover {
  color: #078e45;
}

.demo-modal-content h2 {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.84px;
  color: #00152b;
  margin-bottom: 8px;
}

.demo-modal-content > p {
  font-family: "Satoshi-Medium", sans-serif !important;
  font-size: 15px;
  letter-spacing: -0.48px;
  color: #00152b;
  margin-bottom: 24px;
}

.demo-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.demo-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  font-family: "Satoshi-Bold", sans-serif !important;
}

.demo-form-group label {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.42px;
  color: #00152b;
}

.demo-form-group input,
.demo-form-group textarea {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  padding: 10px 12px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  color: #00152b;
  transition: border-color 0.2s;
}

.demo-form-group input:focus,
.demo-form-group textarea:focus {
  outline: none;
  border-color: #078e45;
  box-shadow: 0 0 0 3px rgba(7, 142, 69, 0.1);
}

.demo-form-group textarea {
  resize: vertical;
}

.demo-success-message {
  text-align: center;
  padding: 20px;
}

.demo-success-message p {
  font-family: "Satoshi-Bold", sans-serif !important;
  font-size: 16px;
  color: #078e45;
  letter-spacing: -0.48px;
}

@media (max-width: 768px) {
  .demo-modal-content {
    padding: 32px 24px;
    width: 95%;
  }

  .demo-modal-content h2 {
    font-size: 24px;
  }
}
