/* GlueStick-wide Bootstrap overrides: static/css/glue_stick_app.css (linked in standard_headers.html) */

.author-detail i {
  padding-right: 12px
}
.author-detail p {
  font-style: italic;
}

/* About the author (public project + author profile) */
.about-author__title {
  margin-bottom: 1rem;
}

.about-author__media {
  text-align: center;
}

@media (min-width: 576px) {
  .about-author__media {
    text-align: left;
  }
}

.about-author__logo {
  max-height: 180px;
  width: auto;
  object-fit: contain;
}

.about-author__name {
  font-weight: 600;
}

.about-author__social {
  margin-bottom: 0;
}

.about-author__social-link {
  gap: 0.65rem;
  word-break: break-word;
}

.about-author__social-link i {
  flex-shrink: 0;
  padding-right: 0;
}

.about-author__bio p {
  font-style: normal;
}

.about-author__cta .btn {
  min-width: 10rem;
}

.about-author__program-divider {
  border: 0;
  border-top: 1px solid rgba(81, 73, 81, 0.2);
  margin: 1.25rem 0 0.25rem;
  opacity: 1;
}

.about-section, .save-the-memory-section {
  background: var(--gs-light-blue);
  border-radius: var(--home-card-radius);
  padding: 1rem;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
}
.about-section p, save-the-memory-section p {
  font-size: 1.25rem;
}

.bordered {
  background-color: white;
  border-radius: var(--home-card-radius);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
  padding: 1.25rem 0.9rem;
}

/* Public project hero — same visual language as home featured-project-card */
.public-project-hero.featured-projects-track {
  padding: 0;
  border-radius: var(--featured-hero-radius);
  background: var(--gs-dark-purple);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
}

.public-project-hero .featured-project-card {
  border-radius: var(--featured-hero-radius);
  overflow: hidden;
  margin-bottom: 0;
  color: #fff;
}

.public-project-hero .featured-carousel-wrap {
  min-height: 260px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.public-project-hero .public-hero-tilt {
  transform: rotate(-4deg);
  padding: 12px;
  overflow: hidden;
}

.public-project-hero .featured-carousel-image {
  min-height: 260px;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 12px;
}

.public-project-hero .featured-copy-wrap {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.public-project-hero .featured-copy-wrap h1.featured-hero-title.project-title {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  background-color: transparent;
  padding: 0;
  opacity: 1;
}

.public-project-hero .featured-copy-wrap p {
  color: #f5ebff;
  margin-bottom: 0;
}

/* Metadata row + pills: home featured + public project hero (GlueStick palette) */
.featured-metadata {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.featured-meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.25;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 2px solid;
  max-width: 100%;
}

.featured-meta-tag i {
  font-size: 1rem;
  flex-shrink: 0;
}

.featured-meta-tag--time {
  background-color: var(--gs-light-blue);
  border-color: var(--gs-teal);
  color: var(--gs-dark-purple);
}

.featured-meta-tag--time i {
  color: var(--gs-teal);
}

.featured-meta-tag--age {
  background-color: var(--gs-light-purple);
  border-color: var(--gs-purple);
  color: var(--gs-dark-purple);
}

.featured-meta-tag--age i {
  color: var(--gs-purple);
}

.featured-meta-tag--help {
  background-color: var(--gs-light-yellow);
  border-color: var(--gs-yellow);
  color: var(--gs-dark-purple);
}

.featured-meta-tag--help i {
  color: var(--gs-dark-purple);
}

/* GlueStick tag pills: home featured week label, season links, public project/tag pages */
.featured-week-tag,
.gluestick-tag {
  width: fit-content;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

.gluestick-tag {
  background: var(--gs-light-light-purple);
  border: 2px solid var(--gs-purple);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  color: var(--gs-dark-purple);
  transform: translate3d(0, 0, 0);
}

.gluestick-tag:hover,
.gluestick-tag:active {
  background: var(--gs-light-purple);
  border: 2px solid var(--gs-dark-purple);
  color: var(--gs-dark-purple);
  transform: translate3d(0, 0, 0) rotate(12deg);
}

/* Stand-alone page intro (library index pages): matches .bordered card language */
.mascot-page-header {
  background-color: #fff;
  border-radius: var(--home-card-radius);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
  padding: 1.25rem 1rem;
  margin-bottom: 1.25rem;
}

.mascot-page-header h1 {
  padding-left: 0;
}

.mascot-page-header .mascot-lottie {
  height: auto;
}

/* SEO / project list headers: same soft card, no heavy divider */
.bordered-header {
  background-color: #fff;
  border-radius: var(--home-card-radius);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.25rem;
  padding: 1rem 0.9rem;
}

.bordered-header h1 {
  padding-left: 0;
}

.carousel-indicators {
  position: relative;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--gs-teal);
}

.carousel-indicators .active {
  background-color: var(--gs-purple);
}

.close-area {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  border: var(--gs-black) solid 4px;
  border-radius: 20px;
  background-color: #ffae03;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
.close-area a {
  color: var(--gs-black);
}
.close-area a:hover {
  color: white;
}
.close-area .close-button {
  justify-content: center; 
  font-size: 48px; 
  width: 100%; 
  text-align: center;
}

.map {
  background-color: white;
  background-image: url('/static/images/map_left.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
}

.map-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 0;
}
.map-overlay .bordered {
  position: relative;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 1.0);
  background-color: black !important;
  font-family: var(--bs-font-family);
  font-weight: 600;
  font-size: .875rem;
}

.navbar-brand img {
  display:block; 
  max-height: 50px;
}

.project-card, .library-card {
  margin: 8px 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.project-card:hover, .library-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px -1px var(--gs-yellow), 0 4px 6px -1px rgba(0, 0, 0, 0.06);
}

.project-card a, .library-card a {
  text-decoration: none;
  color:var(--gs-black);
}

.project-list, .library-list {
  color: inherit;
  padding: 0 0 18px 0;
}

.supply-projects-masonry > div,
.supply-projects-grid > div {
  margin-bottom: 1rem;
}

.library-card {
  text-align: center;
  padding: 8px;
  margin: 8px;
}

.library-card .card-title {
  padding-left: 20px;
}

.library-card-header img {
  height: auto;
  max-height: 100px;
  max-width: 100%;
  padding-bottom: 8px;
}

.library-card-header, .library-card-desc  {
  margin-bottom: 12px;
}

.library-card-header .image-wrapper {
  height: 100px;
}

.library-card-header .text-wrapper h3.supply, .library-card-header .text-wrapper h3.author {
  font-size: medium;
}


.library-card-header img.supplies {
  max-height: 64px;
}

.library-card-desc {
  border-top: 4px solid #008080;
  padding-bottom: 12px;
  min-height: 4em;
}

.library-card h3.supplies {
  font-size: medium;
}

.mascot, .mascot-lottie {
  height: 100px; 
  width: auto;
}

.project-overlay {
  background-color: var(--gs-light-blue);
  opacity: 0.7;
  color: var(--gs-black);
}

.project-overlay strong {
  opacity: 1;
}

.project-supplies {
  padding: 12px 12px 24px 12px;
  
}

.supply-item-copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

/* Overlaps bottom-right of the 50×50 thumb (inside .supply-item-media) */
.supply-item-media .cupboard-match {
  position: absolute;
  right: -6px;
  bottom: -4px;
  z-index: 4;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  border: 2px solid #fff;
}

.cupboard-match__icon {
  font-size: 0.65rem;
  line-height: 1;
  color: #fff;
}

.cupboard-match--stocked {
  background-color: var(--gs-green, #198754);
}

.cupboard-match--low,
.cupboard-match--approx_match {
  background-color: var(--gs-amber, #e8a317);
}

.cupboard-match--all_out {
  background-color: var(--gs-danger, #dc3545);
}

/* Supply list: still image by default; Lottie on row hover when available */
.supply-item-media {
  position: relative;
  flex: 0 0 auto;
  width: 50px;
  max-width: 100%;
  overflow: visible;
}

.supply-item-thumb-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.supply-item-lottie {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.supply-item--has-lottie:hover .supply-item-thumb-img,
.supply-item--has-lottie:focus-within .supply-item-thumb-img {
  opacity: 0;
  visibility: hidden;
}

.supply-item--has-lottie:hover .supply-item-lottie,
.supply-item--has-lottie:focus-within .supply-item-lottie {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .supply-item-thumb-img,
  .supply-item-lottie {
    transition: none;
  }

  .supply-item--has-lottie:hover .supply-item-thumb-img,
  .supply-item--has-lottie:focus-within .supply-item-thumb-img {
    opacity: 1;
    visibility: visible;
  }

  .supply-item--has-lottie:hover .supply-item-lottie,
  .supply-item--has-lottie:focus-within .supply-item-lottie {
    opacity: 0;
    visibility: hidden;
  }
}

.project-title {
  vertical-align: middle;
  width: 100%;
}

.project-title h2 {
  min-height: 3em;
}
.project-description {
    color: #666;
    line-height: 1.6;
}

.project-description .project-fact {
  background-color: var(--gs-light-blue);
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  color: var(--gs-teal);
  border-color: var(--gs-teal);
  border-width: 1px;
  border-style: solid;
}

.project-description .project-fact i {
  font-size: 1.5rem;
  margin-right: 12px;
}
/* Public project hero: image + copy side by side on large screens */
.project-details .project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.call-to-action {
     background-color: #E5DCF4;
}

.cta-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.paywall {
  padding: 0px 12px 24px 12px
}

.paywall .header img {
  width: auto;
  height: 125px;
}

.paywall .header .mascot-lottie dotlottie-wc {
  width: 125px;
  height: 125px;
  min-height: 125px;
  display: block;
}

.paywall ul {
  margin-left: 24px;
}

/* Paywall step: value-first, scannable benefit rows */
.paywall-step__intro {
  margin-bottom: 1rem;
}

.paywall-step__list-label {
  color: var(--gs-black);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.paywall-step__benefits {
  margin-left: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.paywall-step__benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(60, 7, 119, 0.1);
}

.paywall-step__benefit:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.paywall-step__benefit-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--gs-light-purple);
  color: var(--gs-dark-purple);
  font-size: 1.15rem;
}

.paywall-step__benefit-body {
  flex: 1;
  min-width: 0;
}

.paywall-step__benefit-lead {
  display: block;
  font-family: var(--bs-header-font-family);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  color: var(--gs-dark-purple);
}

.paywall-step__benefit-text {
  display: block;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #514951;
}

.paywall-step__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 18rem;
  margin: 1rem auto 0;
}

.paywall-step__action-btn {
  white-space: nowrap;
  text-align: center;
}

.project-hero, .project-header {
  padding: 0px;
  background-color: var(--gs-black);
}
.project-hero > .project-image {
  height: 400px;
}

.project-hero > .project-image, .project-header > .project-image {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  max-height: 400px;
}
.project-header > .project-image {
  background-size: contain;
  background-color: var(--gs-black);
  width: auto;
}

.project-header .project-title {
  padding-top: 24px;
}

img.Supplies {
  max-height: 128px;
  width: auto;
}

.project-facts {
  padding: 12px 0 12px;
  background-color: white;
  text-align: center;
}

.project-facts.bottom-bordered {
  border-bottom: 4px solid var(--gs-black);
  padding: 18px;
}

.project-facts .project-time {
  position: relative;
  text-align: center;
  margin: auto;
  max-width: 10em;
}

.project-facts .project-time-count {
  background-color: #008080;
  color: white;
  width: 24px;
  border-radius: 12px;
  bottom: 0;
  left: 4em;
  position: absolute;
}

.section-header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}

.rounded-screenshot {
  border-radius: 12px;
  border: solid black 4px;
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 992px) {.header-nav-wrapper a {
  font-family: 'Montserrat';
  font-weight: 600;
}
  .rounded-screenshot {
    transform: rotate(-0.005turn);
  }
}

.badge .bg-info {
  background-color: var(--gs-light-blue) !important;
}


.btn {
  --bs-btn-border-radius: 999px;
  --bs-btn-font-family: var(--bs-header-font-family);
  --bs-btn-font-weight: 700;
}

/* —— GlueStick action buttons (3D pill; filled = former purple/teal/yellow CTAs) —— */
/* Default translate3d(0,0,0) promotes a compositor layer before :hover so the rotate
   animation doesn’t pay first-hover layer creation on heavy pages (reduces hitching). */

.btn-primary,
.btn-outline-primary,
.btn-secondary,
.btn-secondary-style,
.btn-outline-secondary,
.btn-tertiary,
.btn-outline-tertiary,
.btn-tertiary-outline,
.btn-auth-primary {
  font-family: var(--bs-header-font-family);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  padding: 0.85rem 1.25rem;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.08s ease,
    box-shadow 0.08s ease,
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.btn-primary:focus,
.btn-outline-primary:focus,
.btn-secondary:focus,
.btn-secondary-style:focus,
.btn-outline-secondary:focus,
.btn-tertiary:focus,
.btn-outline-tertiary:focus,
.btn-tertiary-outline:focus,
.btn-auth-primary:focus {
  outline: none;
}

.btn-lg.btn-primary,
.btn-lg.btn-outline-primary,
.btn-lg.btn-secondary,
.btn-lg.btn-secondary-style,
.btn-lg.btn-outline-secondary,
.btn-lg.btn-tertiary,
.btn-lg.btn-outline-tertiary,
.btn-lg.btn-tertiary-outline {
  padding: 0.95rem 1.5rem;
  font-size: 1.15rem;
}

/* Purple filled — dark purple, deep purple shadow, white text */
.btn-primary {
  --bs-btn-bg: var(--gs-dark-purple);
  --bs-btn-border-color: transparent;
  --bs-btn-color: #fff;
  background-color: var(--gs-dark-purple);
  border: none;
  color: #fff;
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-purple-deep);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--gs-purple);
  border: none;
  color: #fff;
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-primary:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-purple-deep);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--gs-dark-purple);
  outline-offset: 3px;
}

.btn-primary:disabled,
.btn-primary.disabled {
  opacity: 0.65;
  transform: none;
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-purple-deep);
}

/* White + dark purple ring + deep purple shadow + purple text */
.btn-outline-primary {
  --bs-btn-color: var(--gs-dark-purple);
  --bs-btn-border-color: var(--gs-dark-purple);
  background-color: #fff;
  border: 2px solid var(--gs-dark-purple);
  color: var(--gs-dark-purple);
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-purple-deep);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
  background-color: var(--gs-light-purple);
  border-color: var(--gs-dark-purple);
  color: var(--gs-dark-purple);
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-outline-primary:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-purple-deep);
}

.btn-outline-primary:focus-visible {
  outline: 2px solid var(--gs-purple);
  outline-offset: 3px;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  opacity: 0.65;
  transform: none;
}

/* Yellow filled — matches former .home-action-btn */
.btn-secondary,
.btn-secondary-style,
.btn-auth-primary {
  --bs-btn-bg: var(--gs-yellow);
  --bs-btn-border-color: transparent;
  --bs-btn-color: var(--gs-dark-purple);
  background-color: var(--gs-yellow);
  border: none;
  color: var(--gs-dark-purple);
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-yellow);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-secondary-style:hover,
.btn-secondary-style:focus-visible,
.btn-auth-primary:hover,
.btn-auth-primary:focus-visible {
  background-color: #ffc42e;
  border: none;
  color: var(--gs-dark-purple);
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-secondary:active,
.btn-secondary-style:active,
.btn-auth-primary:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-yellow);
}

.btn-secondary:focus-visible,
.btn-secondary-style:focus-visible,
.btn-auth-primary:focus-visible {
  outline: 2px solid var(--gs-dark-purple);
  outline-offset: 3px;
}

.btn-secondary:disabled,
.btn-secondary.disabled,
.btn-secondary-style:disabled,
.btn-secondary-style.disabled,
.btn-auth-primary:disabled {
  opacity: 0.65;
  transform: none;
}

.btn-auth-primary {
  width: 100%;
}

.btn-secondary,
.btn-secondary-style {
  width: auto;
}

/* Yellow outline, deep yellow shadow, purple text */
.btn-outline-secondary {
  --bs-btn-color: var(--gs-dark-purple);
  --bs-btn-border-color: var(--gs-yellow);
  background-color: #fff;
  border: 2px solid var(--gs-yellow);
  color: var(--gs-dark-purple);
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-yellow-deep);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible {
  background-color: var(--gs-light-yellow);
  border-color: var(--gs-yellow);
  color: var(--gs-dark-purple);
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-outline-secondary:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-yellow-deep);
}

.btn-outline-secondary:focus-visible {
  outline: 2px solid var(--gs-dark-purple);
  outline-offset: 3px;
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  opacity: 0.65;
  transform: none;
}

/* Teal filled */
.btn-tertiary {
  background-color: var(--gs-teal);
  border: none;
  color: #fff;
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-teal-deep);
}

.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  background-color: #009999;
  border: none;
  color: #fff;
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-tertiary:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-teal-deep);
}

.btn-tertiary:focus-visible {
  outline: 2px solid var(--gs-teal);
  outline-offset: 3px;
}

.btn-tertiary:disabled,
.btn-tertiary.disabled {
  opacity: 0.65;
  transform: none;
}

/* White + teal ring + deep teal shadow + teal text */
.btn-outline-tertiary,
.btn-tertiary-outline {
  background-color: #fff;
  border: 2px solid var(--gs-teal);
  color: var(--gs-teal);
  box-shadow: 0 5px 0 0 var(--gs-btn-shadow-teal-deep);
}

.btn-outline-tertiary:hover,
.btn-outline-tertiary:focus-visible,
.btn-tertiary-outline:hover,
.btn-tertiary-outline:focus-visible {
  background-color: var(--gs-light-blue);
  border-color: var(--gs-teal);
  color: var(--gs-teal);
  transform: translate3d(0, 0, 0) rotate(2deg);
}

.btn-outline-tertiary:active,
.btn-tertiary-outline:active {
  transform: translate3d(0, 3px, 0);
  box-shadow: 0 2px 0 0 var(--gs-btn-shadow-teal-deep);
}

.btn-outline-tertiary:focus-visible,
.btn-tertiary-outline:focus-visible {
  outline: 2px solid var(--gs-teal);
  outline-offset: 3px;
}

.btn-outline-tertiary:disabled,
.btn-outline-tertiary.disabled,
.btn-tertiary-outline:disabled,
.btn-tertiary-outline.disabled {
  opacity: 0.65;
  transform: none;
}


.text-primary, .text-info {
  color: var(--gs-black);
}

.text-secondary {
  color: #514951;
}

.text-success {
  color: var(--gs-teal);
}

.text-danger {
  color: #f44708;
}

.text-warning {
  color: #bb860b;
}

.bg-primary {
  color: white;
}

.bg-secondary {
  color: var(--gs-light-blue);
}

.bg-success {
  background-color: var(--gs-teal);
  color: white;
}

.bg-danger {
  background-color: #f44708;
  color: white;
}

.bg-warning {
  background-color: #bb860b;
  color: white;
}

.bg-info {
  color: var(--gs-black);
  background-color: #E5DCF4;
}

.bg-light {
  background-color: var(--gs-light-blue);
}

.bg-dark {
  background-color: var(--gs-teal);
  color: white;
}

.bg-white {
  background-color: white;
}

/* Footer Styles */
.footer {
  background-color: var(--gs-black);
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #dee2e6;
  font-size: smaller;
}

.footer h3 {
  color: white;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: medium;
}

.footer p {
  color: white;
  line-height: 1.6;
}

.footer ul {
  margin-bottom: 0;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

.footer a {
  text-decoration: underline;
  transition: color 0.2s ease;
  color: var(--gs-teal);
}

.footer a:hover {
  color: var(--gs-teal);
  text-decoration: underline;
}

.footer hr {
  margin: 2rem 0 1rem 0;
  border-color: #dee2e6;
}

/* Social Media Icons Section */
.social-icons-section {
  margin: 2rem 0;
}

.social-icons-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.social-icon-wrapper {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}

.social-icon-wrapper:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.social-icon-wrapper:hover .social-icon {
  background-color: #495057;
}

.social-svg-icon {
  width: 24px;
  height: 24px;
  fill: white;
}

/* Social Media Brand Colors */
.social-icon-wrapper.instagram .social-icon {
  background-color: #e4405f;
}

.social-icon-wrapper.instagram:hover .social-icon {
  background-color: #c13584;
}

.social-icon-wrapper.linkedin .social-icon {
  background-color: #0077b5;
}

.social-icon-wrapper.linkedin:hover .social-icon {
  background-color: #005885;
}

.social-icon-wrapper.facebook .social-icon {
  background-color: #1877f2;
}

.social-icon-wrapper.facebook:hover .social-icon {
  background-color: #166fe5;
}

.social-icon-wrapper.youtube .social-icon {
  background-color: #ff0000;
}

.social-icon-wrapper.youtube:hover .social-icon {
  background-color: #cc0000;
}

.social-icon-wrapper.pinterest .social-icon {
  background-color: #bd081c;
}

.social-icon-wrapper.pinterest:hover .social-icon {
  background-color: #a30818;
}

/* Custom Checkmark List Styling */
.benefits-section dl {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.benefits-section dt {
  position: relative;
  padding-left: 0;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: var(--gs-black);
}

.benefits-section dd {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  color: #6c757d;
  font-size: 0.95em;
  line-height: 1.4;
}

/* Benefit Icons Styling */
.benefits-section dt {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* New Benefit Layout Styling */
.benefit-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.benefit-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 1rem;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.benefit-content {
  flex: 1;
  min-width: 0; /* Prevents flex item from overflowing */
  margin-left: 1.5rem;
}

.benefit-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gs-black);
  line-height: 1.3;
}

.benefit-description {
  margin: 0;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Screenshot Image Styling */
.benefits-section .screenshot img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.benefits-section .screenshot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

/* Benefits Section Layout */
.benefits-section {
  padding: 0 0 1em 0;
}

.benefits-section .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.theme-section {
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.small-paywall-img {
  max-height: 300px;
}

.fs-7 {
  font-size: .75rem;
}

.benefits-image {
  max-height: 180px;
}

.step-image-wrapper {
  padding:8px;
}

.step-image {
  border-radius: 8px;
  border: 4px solid var(--gs-black);
  display: block;
  margin-left: auto;
  width: 100%;
  height: auto;
}

/* Preview-only steps: single step in DOM when masked; overlay blocks any peek-through */
.project-steps-preview--masked {
  position: relative;
  overflow: hidden;
}

.project-steps-preview--masked .steps-grid .step-item ~ .step-item {
  display: none !important;
}

.project-steps-preview-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  /* Avoid fully transparent top — otherwise later steps (if present) read through */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.48) 0%,
    rgba(255, 255, 255, 0.96) 78%,
    #ffffff 100%
  );
}

/* Logged-in Start Project / guest Sign in — above the fade */
.project-steps-start-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 1.5rem 1rem 1.25rem;
  pointer-events: none;
}

.project-steps-start-overlay a {
  pointer-events: auto;
}

.project-steps-start-overlay--guest {
  gap: 1rem;
}

.inline-text-tag {
  background-color: white;
  border: 2px solid var(--gs-teal);
  color: var(--gs-dark-purple);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .public-project-hero .featured-carousel-image {
    height: 300px;
    min-height: 350px;
    max-height: 320px;
  }

  .public-project-hero .public-hero-tilt {
    transform: none;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}