@media (min-width: 768px) {
  body.lessonly-growth-enabled {
    --growth-ink: #172033;
    --growth-muted: #697386;
    --growth-border: #e2e7ef;
    --growth-purple: #6857e5;
  }

  .growth-audience-card {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid var(--growth-border);
    border-radius: 1.05rem;
    background: #fff;
  }

  .growth-audience-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }

  .growth-audience-head h3 {
    margin: 0;
    color: var(--growth-ink);
    font-size: 1rem;
  }

  .growth-audience-head p {
    margin: 0.28rem 0 0;
    color: var(--growth-muted);
    font-size: 0.85rem;
  }

  .guided-home-kicker {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--growth-purple);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .growth-audience-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(10rem, 1fr));
    gap: 0.7rem;
    margin-top: 0.85rem;
  }

  .growth-audience-option {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.78rem 0.85rem;
    border: 1px solid #dde2ec;
    border-radius: 0.85rem;
    background: #fafbfc;
    color: var(--growth-ink);
    text-align: left;
    cursor: pointer;
  }

  .growth-audience-option b {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 0.65rem;
    background: #ece9ff;
    color: #5845dc;
  }

  .growth-audience-option span {
    display: grid;
    gap: 0.12rem;
    font-size: 0.82rem;
  }

  .growth-audience-option strong {
    font-size: 0.9rem;
  }

  .growth-audience-option.is-selected {
    border-color: #8c7cf5;
    background: #f3f0ff;
    box-shadow: 0 0 0 2px rgba(109, 93, 252, 0.1);
  }

  .growth-product-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.85rem;
  }

  .growth-product-card {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
    border: 1px solid #e4e7ed;
    border-radius: 0.8rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
  }

  .growth-product-card strong {
    color: var(--growth-ink);
    font-size: 0.82rem;
  }

  .growth-product-card small {
    color: var(--growth-muted);
    line-height: 1.35;
  }

  .guided-growth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
  }

  .guided-growth-actions button,
  .guided-growth-actions a {
    padding: 0.66rem 0.85rem;
    border: 1px solid #d3dae6;
    border-radius: 0.72rem;
    background: #fff;
    color: var(--growth-ink);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
  }

  .guided-growth-actions .is-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--growth-purple), #8577f8);
    color: #fff;
  }

  .formflow-audience-wrap {
    margin: 0 0 1rem;
  }

  .formflow-audience-wrap .growth-audience-card {
    box-shadow: 0 10px 30px rgba(32, 42, 66, 0.07);
  }

  .formflow-milestone-card {
    margin: 0.85rem 0;
    padding: 0.9rem;
    border: 1px solid #dce9e0;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #f1faf4, #fff);
  }

  .formflow-milestone-card h3 {
    margin: 0;
    color: var(--growth-ink);
    font-size: 0.98rem;
  }

  .formflow-milestone-card p {
    margin: 0.3rem 0 0;
    color: var(--growth-muted);
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .lessonly-growth-toast {
    position: fixed;
    z-index: 1900;
    right: 1.25rem;
    bottom: 1.25rem;
    max-width: 22rem;
    padding: 0.78rem 0.95rem;
    border: 1px solid #dce3ec;
    border-radius: 0.8rem;
    background: #172033;
    color: #fff;
    box-shadow: 0 16px 40px rgba(18, 26, 43, 0.24);
    font-size: 0.84rem;
  }

  .lessonly-growth-toast[hidden] {
    display: none;
  }

  @media (max-width: 980px) {
    .growth-product-row {
      grid-template-columns: 1fr;
    }
  }
}

@media (max-width: 767px) {
  body.lessonly-growth-enabled {
    --growth-ink: #172033;
    --growth-muted: #697386;
    --growth-purple: var(--lessonly-mode-accent, #0f9f76);
  }

  .guided-growth-card,
  .formflow-milestone-card {
    display: grid;
    gap: 0.45rem;
    margin: 0.8rem 0;
    padding: 0.85rem;
    border: 1px solid #dce9e0;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #f1faf4, #fff);
  }

  .guided-growth-card > span {
    color: var(--growth-purple);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .guided-growth-card h3,
  .formflow-milestone-card h3 {
    margin: 0;
    color: var(--growth-ink);
    font-size: 0.94rem;
  }

  .guided-growth-card p,
  .formflow-milestone-card p {
    margin: 0;
    color: var(--growth-muted);
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .guided-growth-actions {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.3rem;
  }

  .guided-growth-actions > a,
  .guided-growth-actions > button {
    min-height: 2.55rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid #dce3ec;
    border-radius: 0.68rem;
    background: #fff;
    color: #344054;
    font-size: 0.73rem;
    font-weight: 820;
    text-align: center;
    text-decoration: none;
  }

  .guided-growth-actions > .is-primary {
    border-color: transparent;
    background: var(--growth-purple);
    color: #fff;
  }

  .lessonly-growth-toast {
    position: fixed;
    z-index: 1900;
    right: 0.8rem;
    bottom: calc(var(--mobile-nav-height, 4.8rem) + 0.8rem);
    left: 0.8rem;
    padding: 0.72rem 0.8rem;
    border-radius: 0.75rem;
    background: #172033;
    color: #fff;
    box-shadow: 0 14px 35px rgba(18, 26, 43, 0.24);
    font-size: 0.76rem;
    text-align: center;
  }
}
