/* IDEAS OVERVIEW CSS */

/* --------------------------------------------------------------------------
   BAW-D IDEAS OVERVIEW PAGE
   Scope root: .bawd-ideas-sales-block
   Route: /myideas
   Sized to match the Brain Stormer landing page.
   -------------------------------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-block {
  --bawd-ideas-teal-ink: #083F4B;
  --bawd-ideas-teal-deep: #0D6E82;
  --bawd-ideas-teal-mid: #2998A7;
  --bawd-ideas-teal-soft: #7ABFBE;
  --bawd-ideas-teal-mist: #E6F4F6;
  --bawd-ideas-off-white: #F8FAFB;
  --bawd-ideas-text: #1C1C1C;
  --bawd-ideas-white: #FFFFFF;
  --bawd-ideas-border: #B8DBE1;
  --bawd-ideas-shadow-card: 0 8px 20px rgba(8, 63, 75, 0.08);

  width: 100%;
  max-width: 1180px;
  margin: 0 auto 2rem;
  color: var(--bawd-ideas-text);
  background:
    radial-gradient(
      circle at 72% 20%,
      rgba(230, 244, 246, 0.98) 0%,
      rgba(230, 244, 246, 0.68) 34%,
      rgba(248, 250, 251, 0.92) 68%
    ),
    linear-gradient(
      90deg,
      var(--bawd-ideas-white) 0%,
      var(--bawd-ideas-off-white) 100%
    );
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

body.path-myideas .bawd-ideas-sales-block,
body.path-myideas .bawd-ideas-sales-block * {
  box-sizing: border-box;
}

body.path-myideas .bawd-ideas-sales-block img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Hero -------------------------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(390px, 1.08fr);
  gap: 0.75rem;
  width: 100%;
  max-width: 900px;
  min-height: 350px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  background: transparent;
}

body.path-myideas .bawd-ideas-sales-hero__copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 420px;
}

body.path-myideas .bawd-ideas-sales-hero__title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: clamp(2.15rem, 2.8vw, 2.85rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0.005em;
}

body.path-myideas .bawd-ideas-sales-hero__tagline {
  max-width: 410px;
  margin: 1rem 0 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.25;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-hero__text {
  max-width: 405px;
  margin: 0.9rem 0 0;
  color: var(--bawd-ideas-text);
  font-size: clamp(0.95rem, 1.05vw, 1.03rem);
  line-height: 1.5;
}

body.path-myideas .bawd-ideas-sales-hero__list {
  display: grid;
  gap: 0.45rem;
  max-width: 405px;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

body.path-myideas .bawd-ideas-sales-hero__list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--bawd-ideas-teal-ink);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 700;
}

body.path-myideas .bawd-ideas-sales-hero__list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bawd-ideas-teal-mid);
  border-radius: 50%;
  color: var(--bawd-ideas-teal-deep);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}


/* Hero image -------------------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-hero__media {
  position: relative;
  z-index: 2;
  min-height: 100%;
  overflow: visible;
}

body.path-myideas .bawd-ideas-sales-hero-image-slot {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body.path-myideas .bawd-ideas-sales-hero-image-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle at 82% 45%,
      rgba(230, 244, 246, 0.88) 0%,
      rgba(230, 244, 246, 0.50) 42%,
      rgba(230, 244, 246, 0) 72%
    );
}

body.path-myideas .bawd-ideas-sales-hero-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  mix-blend-mode: multiply;
}


/* Shared section headings ------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-section-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-section-title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: clamp(1.55rem, 1.9vw, 1.9rem);
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-section-intro {
  max-width: 620px;
  margin: 0.55rem auto 0;
  color: var(--bawd-ideas-text);
  font-size: 0.92rem;
  line-height: 1.4;
  text-align: center;
}


/* Workspace features ------------------------------------------------------ */

body.path-myideas .bawd-ideas-sales-workspace {
  padding: 1.85rem 3.25rem 1.9rem;
  background: var(--bawd-ideas-white);
}

body.path-myideas .bawd-ideas-sales-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 880px;
  margin: 1.35rem auto 0;
}

body.path-myideas .bawd-ideas-sales-feature-card {
  display: flex;
  min-width: 0;
  min-height: 275px;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--bawd-ideas-border);
  border-radius: 8px;
  background: var(--bawd-ideas-white);
  box-shadow: var(--bawd-ideas-shadow-card);
}

body.path-myideas .bawd-ideas-sales-feature-card__header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  min-height: 88px;
  margin-bottom: 0.7rem;
}

body.path-myideas .bawd-ideas-sales-feature-card__icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--bawd-ideas-teal-mist);
  color: var(--bawd-ideas-teal-deep);
  font-size: 1.35rem;
  line-height: 1;
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(1)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "▥";
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(2)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "▤";
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(3)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "⌁";
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(4)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "▣";
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(5)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "◎";
}

body.path-myideas .bawd-ideas-sales-feature-card:nth-child(6)
  .bawd-ideas-sales-feature-card__icon::before {
  content: "⇩";
}

body.path-myideas .bawd-ideas-sales-feature-card__heading {
  min-width: 0;
}

body.path-myideas .bawd-ideas-sales-feature-card__title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: 0.96rem;
  line-height: 1.2;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-feature-card__text {
  margin: 0.3rem 0 0;
  color: var(--bawd-ideas-text);
  font-size: 0.8rem;
  line-height: 1.4;
}

body.path-myideas .bawd-ideas-sales-feature-card__image-slot {
  position: relative;
  display: flex;
  min-height: 150px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.65rem;
  border: 1px dashed var(--bawd-ideas-teal-soft);
  border-radius: 6px;
  background:
    linear-gradient(
      135deg,
      rgba(230, 244, 246, 0.88),
      rgba(248, 250, 251, 0.96)
    );
  color: #56747B;
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-feature-card__placeholder-text {
  color: #56747B;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

body.path-myideas .bawd-ideas-sales-feature-card__image-slot img {
  width: 100%;
  height: 100%;
  max-height: 175px;
  object-fit: contain;
  object-position: center;
}


/* Colorbox image support -------------------------------------------------- */

body.path-myideas
  .bawd-ideas-sales-feature-card__image-slot
  .bawd-ideas-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

body.path-myideas
  .bawd-ideas-sales-feature-card__image-slot
  .bawd-ideas-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.path-myideas .bawd-ideas-gallery-item::after {
  content: "+";
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(8, 63, 75, 0.90);
  color: var(--bawd-ideas-white);
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
}


/* How it works ------------------------------------------------------------ */

body.path-myideas .bawd-ideas-sales-process {
  padding: 1.85rem 3.25rem 1.9rem;
  background:
    linear-gradient(
      180deg,
      var(--bawd-ideas-teal-mist) 0%,
      var(--bawd-ideas-off-white) 100%
    );
  border-top: 1px solid #C9E2E6;
  border-bottom: 1px solid #C9E2E6;
}

body.path-myideas .bawd-ideas-sales-process__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) 42px
    minmax(0, 1fr) 42px
    minmax(0, 1fr) 42px
    minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  max-width: 880px;
  margin: 1.35rem auto 0;
}

body.path-myideas .bawd-ideas-sales-process-step {
  min-width: 0;
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-process-step__marker {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  border: 1px solid var(--bawd-ideas-border);
  border-radius: 50%;
  background: var(--bawd-ideas-white);
  box-shadow: var(--bawd-ideas-shadow-card);
}

body.path-myideas .bawd-ideas-sales-process-step__number {
  color: var(--bawd-ideas-teal-deep);
  font-size: 1.25rem;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-process-step__title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: 0.94rem;
  line-height: 1.25;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-process-step__text {
  max-width: 190px;
  margin: 0.4rem auto 0;
  color: var(--bawd-ideas-text);
  font-size: 0.8rem;
  line-height: 1.4;
}

body.path-myideas .bawd-ideas-sales-process__arrow {
  padding-top: 1rem;
  color: var(--bawd-ideas-teal-mid);
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}


/* Audiences --------------------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-audiences {
  padding: 1.85rem 3.25rem 1.9rem;
  background: var(--bawd-ideas-white);
}

body.path-myideas .bawd-ideas-sales-audiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 880px;
  margin: 1.35rem auto 0;
}

body.path-myideas .bawd-ideas-sales-audience {
  min-width: 0;
  padding: 0.35rem 1.1rem 0.55rem;
  text-align: center;
}

body.path-myideas
  .bawd-ideas-sales-audience
  + .bawd-ideas-sales-audience {
  border-left: 1px solid var(--bawd-ideas-border);
}

body.path-myideas .bawd-ideas-sales-audience__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  background: var(--bawd-ideas-teal-mist);
  color: var(--bawd-ideas-teal-deep);
  font-size: 1.5rem;
}

body.path-myideas .bawd-ideas-sales-audience:nth-child(1)
  .bawd-ideas-sales-audience__icon::before {
  content: "♙";
}

body.path-myideas .bawd-ideas-sales-audience:nth-child(2)
  .bawd-ideas-sales-audience__icon::before {
  content: "▦";
}

body.path-myideas .bawd-ideas-sales-audience:nth-child(3)
  .bawd-ideas-sales-audience__icon::before {
  content: "▣";
}

body.path-myideas .bawd-ideas-sales-audience:nth-child(4)
  .bawd-ideas-sales-audience__icon::before {
  content: "⌂";
}

body.path-myideas .bawd-ideas-sales-audience__title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: 0.94rem;
  line-height: 1.25;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-audience__text {
  margin: 0.4rem 0 0;
  color: var(--bawd-ideas-text);
  font-size: 0.8rem;
  line-height: 1.4;
}


/* Closing ----------------------------------------------------------------- */

body.path-myideas .bawd-ideas-sales-closing {
  padding: 1.35rem 3.25rem;
  background: var(--bawd-ideas-teal-ink);
  color: var(--bawd-ideas-white);
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-closing__title {
  margin: 0;
  color: var(--bawd-ideas-white);
  font-size: clamp(1.2rem, 1.55vw, 1.5rem);
  line-height: 1.2;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-closing__text {
  max-width: 720px;
  margin: 0.45rem auto 0;
  color: var(--bawd-ideas-teal-mist);
  font-size: 0.9rem;
  line-height: 1.45;
}


/* Responsive -------------------------------------------------------------- */

@media (max-width: 1060px) {
  body.path-myideas .bawd-ideas-sales-block {
    max-width: 100%;
  }

  body.path-myideas .bawd-ideas-sales-hero {
    grid-template-columns: minmax(315px, 0.95fr) minmax(340px, 1.05fr);
    gap: 0.65rem;
    padding: 10px;
  }

  body.path-myideas .bawd-ideas-sales-workspace,
  body.path-myideas .bawd-ideas-sales-process,
  body.path-myideas .bawd-ideas-sales-audiences,
  body.path-myideas .bawd-ideas-sales-closing {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 860px) {
  body.path-myideas .bawd-ideas-sales-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }

  body.path-myideas .bawd-ideas-sales-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 640px;
  }

  body.path-myideas .bawd-ideas-sales-process__arrow {
    display: none;
  }

  body.path-myideas .bawd-ideas-sales-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 0;
    max-width: 640px;
  }

  body.path-myideas .bawd-ideas-sales-audience:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body.path-myideas .bawd-ideas-sales-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding: 1rem;
  }

  body.path-myideas .bawd-ideas-sales-hero__copy,
  body.path-myideas .bawd-ideas-sales-hero__tagline,
  body.path-myideas .bawd-ideas-sales-hero__text {
    max-width: 100%;
  }

  body.path-myideas .bawd-ideas-sales-hero__title {
    font-size: clamp(2rem, 8vw, 2.65rem);
  }

  body.path-myideas .bawd-ideas-sales-hero__media {
    min-height: 310px;
  }

  body.path-myideas .bawd-ideas-sales-hero-image {
    object-position: center top;
  }

  body.path-myideas .bawd-ideas-sales-workspace,
  body.path-myideas .bawd-ideas-sales-process,
  body.path-myideas .bawd-ideas-sales-audiences {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media (max-width: 560px) {
  body.path-myideas .bawd-ideas-sales-hero {
    padding: 0.8rem;
  }

  body.path-myideas .bawd-ideas-sales-hero__media {
    min-height: 270px;
  }

  body.path-myideas .bawd-ideas-sales-feature-grid,
  body.path-myideas .bawd-ideas-sales-process__grid,
  body.path-myideas .bawd-ideas-sales-audiences__grid {
    grid-template-columns: 1fr;
  }

  body.path-myideas .bawd-ideas-sales-feature-card {
    min-height: 0;
  }

  body.path-myideas .bawd-ideas-sales-feature-card__header {
    min-height: 0;
  }

  body.path-myideas .bawd-ideas-sales-audience {
    padding: 1rem 0.75rem;
    border-bottom: 1px solid var(--bawd-ideas-border);
  }

  body.path-myideas
    .bawd-ideas-sales-audience
    + .bawd-ideas-sales-audience,
  body.path-myideas .bawd-ideas-sales-audience:nth-child(3) {
    border-left: 0;
  }

  body.path-myideas .bawd-ideas-sales-audience:last-child {
    border-bottom: 0;
  }

  body.path-myideas .bawd-ideas-sales-closing {
    padding: 1.3rem 1.2rem;
  }
}

/* Ideas Overview: Workspace Access */

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access {
  padding: 1.85rem 3.25rem;
  background:
    linear-gradient(
      135deg,
      #fff4d6,
      #fff9e8
    );
  text-align: center;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__content {
  max-width: 700px;
  margin: 0 auto;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__title {
  margin: 0;
  color: var(--bawd-ideas-teal-ink);
  font-size: clamp(1.45rem, 1.85vw, 1.8rem);
  line-height: 1.15;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
  justify-content: center;
  margin: 0.85rem 0 0;
  color: var(--bawd-ideas-text);
  font-size: 1rem;
  line-height: 1.35;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__price s {
  color: #7a6666;
  font-size: 1.05rem;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__price strong {
  color: var(--bawd-ideas-teal-ink);
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  line-height: 1;
  font-weight: 900;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__text {
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: var(--bawd-ideas-text);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__action {
  margin: 1rem 0 0;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border: 2px solid var(--bawd-ideas-teal-ink);
  border-radius: 7px;
  background: var(--bawd-ideas-teal-ink);
  color: var(--bawd-ideas-white);
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__link:hover,
body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__link:focus-visible {
  border-color: var(--bawd-ideas-teal-deep);
  background: var(--bawd-ideas-teal-deep);
  color: var(--bawd-ideas-white);
  outline: none;
}

@media (max-width: 760px) {
  body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media (max-width: 560px) {
  body.path-myideas .bawd-ideas-sales-block .bawd-ideas-sales-access__price {
    flex-direction: column;
    align-items: center;
  }
}