@charset "UTF-8";
/* Hallmark · genre: atmospheric · macrostructure: Split Stage hero + fg-* marketing body · theme: Forge (molten amber + enchant-purple) · design-system: design.md · designed-as-app
 * Hallmark · pre-emit critique: P5 H4 E4 S4 R5 V4
 * Shares the Forge marketing primitives (_fg-marketing.scss) and the hero
 * search panel (_fg-search.scss) with the homepage, and the plan-card voice
 * (_plan-panels.scss) with the plans funnel.
 */
.home-main,
.why-page,
.why-smithmagus,
.features-page,
.ssp-page,
.about-page,
.terms-page,
.privacy-page,
.transparency-page,
.marketplace,
.sitemap-page {
  --fg-ink: var(--bs-body-color);
  --fg-ink-2: #6f6c62;
  --fg-rule: rgba(20, 20, 19, .12);
  --fg-accent: var(--main-orange-darker);
  --fg-accent-soft: rgba(245, 164, 44, .14);
  --fg-on-amber: #1a1714;
  --fg-card-bg: #ffffff;
  --fg-panel-bg: #f0eee6;
  --fg-shadow: 0 4px 24px #00000014;
  --fg-shadow-hover: 0 12px 40px #18181826;
}

[data-bs-theme=dark] .home-main,
[data-bs-theme=dark] .why-page,
[data-bs-theme=dark] .why-smithmagus,
[data-bs-theme=dark] .features-page,
[data-bs-theme=dark] .ssp-page,
[data-bs-theme=dark] .about-page,
[data-bs-theme=dark] .terms-page,
[data-bs-theme=dark] .privacy-page,
[data-bs-theme=dark] .transparency-page,
[data-bs-theme=dark] .marketplace,
[data-bs-theme=dark] .sitemap-page {
  --fg-ink-2: #b3a892;
  --fg-rule: rgba(245, 164, 44, .16);
  --fg-accent: var(--main-orange);
  --fg-card-bg: var(--main-grey-light);
  --fg-panel-bg: var(--main-grey-dark-25);
  --fg-shadow: 0 4px 24px rgba(0, 0, 0, .4);
  --fg-shadow-hover: 0 12px 40px rgba(0, 0, 0, .55);
}

.home-main .button_medium,
.why-page .button_medium,
.why-smithmagus .button_medium,
.features-page .button_medium,
.ssp-page .button_medium,
.about-page .button_medium,
.terms-page .button_medium,
.privacy-page .button_medium,
.transparency-page .button_medium,
.marketplace .button_medium,
.sitemap-page .button_medium {
  min-height: 50px;
  border-radius: 12px;
  transition: transform 0.12s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.home-main .button_medium:active,
.why-page .button_medium:active,
.why-smithmagus .button_medium:active,
.features-page .button_medium:active,
.ssp-page .button_medium:active,
.about-page .button_medium:active,
.terms-page .button_medium:active,
.privacy-page .button_medium:active,
.transparency-page .button_medium:active,
.marketplace .button_medium:active,
.sitemap-page .button_medium:active {
  transform: translateY(1px);
}
.home-main .button_primary,
.why-page .button_primary,
.why-smithmagus .button_primary,
.features-page .button_primary,
.ssp-page .button_primary,
.about-page .button_primary,
.terms-page .button_primary,
.privacy-page .button_primary,
.transparency-page .button_primary,
.marketplace .button_primary,
.sitemap-page .button_primary {
  box-shadow: 0 6px 20px -8px var(--main-orange);
}
.home-main .button_primary:hover,
.why-page .button_primary:hover,
.why-smithmagus .button_primary:hover,
.features-page .button_primary:hover,
.ssp-page .button_primary:hover,
.about-page .button_primary:hover,
.terms-page .button_primary:hover,
.privacy-page .button_primary:hover,
.transparency-page .button_primary:hover,
.marketplace .button_primary:hover,
.sitemap-page .button_primary:hover {
  background-color: #ffb949;
}
.home-main .button_secondary,
.why-page .button_secondary,
.why-smithmagus .button_secondary,
.features-page .button_secondary,
.ssp-page .button_secondary,
.about-page .button_secondary,
.terms-page .button_secondary,
.privacy-page .button_secondary,
.transparency-page .button_secondary,
.marketplace .button_secondary,
.sitemap-page .button_secondary {
  border-width: 1.5px;
}
.home-main .button_secondary:hover,
.why-page .button_secondary:hover,
.why-smithmagus .button_secondary:hover,
.features-page .button_secondary:hover,
.ssp-page .button_secondary:hover,
.about-page .button_secondary:hover,
.terms-page .button_secondary:hover,
.privacy-page .button_secondary:hover,
.transparency-page .button_secondary:hover,
.marketplace .button_secondary:hover,
.sitemap-page .button_secondary:hover {
  background-color: transparent;
  border-color: var(--main-orange);
  color: var(--fg-accent);
}
.home-main .button_medium:focus-visible,
.why-page .button_medium:focus-visible,
.why-smithmagus .button_medium:focus-visible,
.features-page .button_medium:focus-visible,
.ssp-page .button_medium:focus-visible,
.about-page .button_medium:focus-visible,
.terms-page .button_medium:focus-visible,
.privacy-page .button_medium:focus-visible,
.transparency-page .button_medium:focus-visible,
.marketplace .button_medium:focus-visible,
.sitemap-page .button_medium:focus-visible {
  outline: 3px solid var(--main-orange);
  outline-offset: 2px;
}

.fg-shell {
  max-width: 83rem;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 766px) {
  .fg-shell {
    padding-inline: 16px;
  }
}
.fg-shell--narrow {
  max-width: 56rem;
}

.fg-head {
  max-width: 46rem;
  margin-bottom: 3.5rem;
}
.fg-head h2 {
  font-family: var(--font-heading), serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: anywhere;
  margin: 0 0 0.75rem;
}
.fg-head p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--fg-ink-2);
  margin: 0;
}

.fg-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-accent);
  margin: 0 0 0.5rem;
}

.fg-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.fg-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.fg-checklist .icon {
  color: var(--fg-accent);
  font-size: 1.05rem;
  line-height: 1.4;
  flex-shrink: 0;
}
.fg-checklist span {
  color: var(--fg-ink-2);
  line-height: 1.5;
}

.fg-facts {
  margin-top: 3rem;
  border-block: 1px solid var(--fg-rule);
  background: var(--fg-panel-bg);
}
.fg-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 700px) {
  .fg-facts__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
}

.fg-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
}
.fg-fact__value {
  font-family: var(--font-heading), serif;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  color: var(--fg-accent);
  font-variant-numeric: tabular-nums;
}
.fg-fact__label {
  font-weight: 700;
  font-size: 1.05rem;
}
.fg-fact__hint {
  color: var(--fg-ink-2);
  font-size: 0.9rem;
}
@media screen and (max-width: 700px) {
  .fg-fact {
    border-top: 1px solid var(--fg-rule);
    padding-top: 1.25rem;
  }
  .fg-fact:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

.fg-why {
  padding-block: 5rem;
  border-top: 1px solid var(--fg-rule);
}
.fg-why .fg-head {
  margin-bottom: 2rem;
}
.fg-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.fg-why__list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.fg-why__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-block: 1.25rem;
  border-top: 1px solid var(--fg-rule);
}
.fg-why__item:last-child {
  border-bottom: 1px solid var(--fg-rule);
}
.fg-why__item > .icon {
  color: var(--fg-accent);
  font-size: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.fg-why__item h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.fg-why__item p {
  color: var(--fg-ink-2);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}
.fg-why__media {
  margin: 0;
}
.fg-why__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.fg-why__caption {
  position: relative;
  margin: -3rem 1.5rem 0;
  background: var(--fg-card-bg);
  border: 1px solid var(--fg-rule);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--fg-shadow);
}
.fg-why__caption h3 {
  font-family: var(--font-heading), serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
}
.fg-why__caption p {
  color: var(--fg-ink-2);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .fg-why {
    padding-block: 3.5rem;
  }
  .fg-why__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .fg-why__media {
    order: -1;
  }
}

.fg-cta {
  background: url("../../images/cta-bg-VQegCoz.avif") center/cover no-repeat;
  padding: clamp(4rem, 10vw, 6.5rem) 20px;
  text-align: center;
}
.fg-cta__inner {
  max-width: 640px;
  margin-inline: auto;
}
.fg-cta h2 {
  color: white;
  font-family: var(--font-heading), serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.875rem);
  line-height: 1.15;
  text-wrap: balance;
  margin: 0 0 2.5rem;
}
.fg-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.fg-cta .button__ghost {
  background-color: white;
}
.fg-cta .button__ghost:hover {
  background-color: var(--main-orange-lighter);
}

[data-bs-theme=light] .search-tab {
  border: 1px solid var(--fg-rule);
  border-bottom: 1px solid var(--bs-body-bg);
  background-color: #f0eee6;
}
[data-bs-theme=light] .search-tab--active {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=light] .search-tab-panel {
  border: 1px solid var(--fg-rule);
}

[data-bs-theme=dark] .search-tab {
  border: 1px solid rgba(255, 246, 237, 0.15);
  border-bottom: 1px solid var(--bs-body-bg);
  background-color: var(--main-grey-light);
}
[data-bs-theme=dark] .search-tab--active {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .search-tab-panel {
  border: 1px solid rgba(255, 246, 237, 0.15);
}
[data-bs-theme=dark] .search-tab-panel .search-input i {
  color: var(--main-orange);
}
[data-bs-theme=dark] .search-form {
  background: var(--bs-body-bg);
}
[data-bs-theme=dark] .search-input__wrapper .field-autocomplete__suggestions {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.search {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 48px;
}
.search-panel {
  width: 50%;
}
@media screen and (max-width: 766px) {
  .search-panel {
    width: 100%;
  }
}
.search-tabs {
  display: flex;
  gap: 8px;
}
.search-tab {
  transition: all 0.1s ease-in-out;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
  height: 37px;
  transform: translate3d(0, 1px, 0);
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  border-bottom: 1px solid var(--bs-body-bg);
  font-family: inherit;
  font-size: 0.75rem;
  color: var(--bs-body-color);
  user-select: none;
  opacity: 0.7;
}
@media screen and (max-width: 766px) {
  .search-tab {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    min-height: 37px;
    padding: 6px 10px;
    justify-content: center;
    text-align: center;
  }
}
.search-tab:hover {
  background-color: var(--bs-body-bg);
  opacity: 1;
}
.search-tab:focus-visible {
  outline: 3px solid var(--main-orange);
  outline-offset: 2px;
}
.search-tab .icon {
  transition: all 0.1s ease-in-out;
}
.search-tab--active {
  background-color: var(--bs-body-bg);
  z-index: 1;
  opacity: 1;
  font-weight: 700;
}
.search-tab__label {
  display: flex;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .search-tab__label {
    white-space: normal;
  }
}
.search-tab-panel {
  padding: 26px;
  position: relative;
  border-radius: 0 16px 16px 16px;
  background-color: var(--bs-body-bg);
}
.search-form {
  height: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  border-radius: 12px;
  position: relative;
  border: 1.5px solid var(--fg-rule);
  background: var(--fg-card-bg);
}
.search-form__wrapper {
  width: 100%;
  row-gap: 32px;
  column-gap: 16px;
}
.search-form__location {
  padding-left: 0;
}
.search-form__location .search-input__wrapper.isFocused {
  background-color: revert;
  box-shadow: revert;
}
.search-form__location .search-input__wrapper .field-autocomplete__input {
  padding: 12px 20px 12px 44px;
  height: 48px;
  border-radius: 10px;
  background: transparent;
  color: var(--fg-ink);
}
.search-form__location .search-input__wrapper .field-autocomplete__input:focus, .search-form__location .search-input__wrapper .field-autocomplete__input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 164, 44, 0.2);
}
.search-form__location .search-input__wrapper .field-autocomplete__suggestions {
  background-color: var(--bs-body-bg);
  top: 48px;
  z-index: 1084;
  margin-top: 20px;
  left: 0;
  max-height: 14rem;
}
.search-form__location .search-input__wrapper .field-autocomplete__suggestions__item {
  padding: 8px 20px;
  height: unset;
}
.search-form__location .search-input__wrapper .field-autocomplete__suggestions__item:hover {
  color: var(--main-orange-darker);
}
.search-form__location .search-input__wrapper__server {
  flex: 1;
  position: relative;
}
.search-form__location .search-input__wrapper__server:hover {
  background-color: revert;
}
.search-form__location .search-input__wrapper__server > .icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.search-form__location-autocomplete {
  flex: 1;
}
.search-form__location-autocomplete .search-input__clear-btn {
  right: -4px;
}
.search-form__submit.button {
  position: static;
  width: auto;
  min-height: 40px;
  font-size: 0.875rem;
  margin: 12px 0;
}
@media screen and (max-width: 560px) {
  .search-form__wrapper {
    row-gap: 12px;
  }
  .search-form__location {
    padding: 12px;
  }
  .search-form__location .search-input__wrapper__server {
    flex: 1 1 100%;
  }
  .search-form__submit.button {
    width: 100%;
    margin: 0;
  }
}
.search-field {
  border-radius: 12px;
  position: relative;
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-right: 12px;
}
.search-input {
  position: relative;
}
.search-input .without-border .inputtext {
  border: none;
  box-shadow: none;
}
.search-input > .inputwrapper .inputtext {
  padding-left: 48px;
  font-size: 1rem;
}
.search-input > .icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  opacity: 0.8;
}
.search-input__clear-btn {
  position: absolute;
  padding: 6px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  cursor: pointer;
  line-height: 0;
  background: transparent;
  border: 1px solid transparent;
  opacity: 0.5;
}

.service-panel--active {
  border: 1px solid var(--main-orange-darker);
}
.service-panel__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.05;
  font-family: var(--font-body), sans-serif;
}
.service-panel hr {
  margin: 12px 0 16px 0;
  border: 1px solid var(--main-grey-lighter);
}
.service-panel__benefits-intro {
  font-weight: 700;
}
.service-panel__benefits-wrapper {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: var(--font-body), sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  margin: 8px 0 0;
}

.marketplace {
  overflow-x: clip;
}

.mk-hero {
  padding-block: clamp(3rem, 7vw, 5rem) clamp(2.5rem, 5vw, 4rem);
}
.mk-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .mk-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mk-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mk-hero__content h1 {
  font-family: var(--font-heading), serif;
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: anywhere;
  margin: 0;
}
.mk-hero__content h1 strong {
  color: var(--fg-accent);
  font-weight: 600;
  font-style: normal;
}
.mk-hero__lead {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--fg-ink-2);
  max-width: 44ch;
  margin: 0;
}
.mk-hero__count {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 12px;
  background: var(--fg-accent-soft);
  color: var(--fg-ink);
  font-size: 1rem;
  margin: 0;
}
.mk-hero__count i {
  color: var(--fg-accent);
  font-size: 1.125rem;
}
.mk-hero__count strong {
  color: var(--fg-accent);
  font-weight: 700;
}
.mk-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 766px) {
  .mk-hero__cta {
    flex-direction: column;
  }
  .mk-hero__cta .button {
    width: 100%;
  }
}
.mk-hero__media {
  position: relative;
  margin: 0;
  width: fit-content;
  justify-self: center;
}
.mk-hero__media img {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--fg-rule);
  display: block;
}
@media screen and (max-width: 766px) {
  .mk-hero__media {
    display: none;
  }
}

.mk-glow {
  position: absolute;
  width: 220px;
  height: 150px;
  border-radius: 99999px;
  background: rgba(245, 164, 44, 0.28);
  box-shadow: 0 0 80px 40px rgba(245, 164, 44, 0.45);
  bottom: 16%;
  left: 40%;
  display: block;
  filter: blur(4px);
  animation: mk-glow 6s ease-in-out infinite;
}

@keyframes mk-glow {
  0%, 100% {
    box-shadow: 0 0 60px 30px rgba(245, 164, 44, 0.18);
    background: rgba(245, 164, 44, 0.14);
  }
  50% {
    box-shadow: 0 0 90px 48px rgba(245, 164, 44, 0.42);
    background: rgba(245, 164, 44, 0.3);
  }
}
.mk-talents {
  padding-block: 5rem;
  border-top: 1px solid var(--fg-rule);
}
.mk-talents__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .mk-talents__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .mk-talents {
    padding-block: 3.5rem;
  }
}

.mk-talent {
  background: var(--fg-card-bg);
  border: 1px solid var(--fg-rule);
  border-radius: 16px;
  padding: 2rem;
}
.mk-talent__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fg-accent-soft);
  color: var(--fg-accent);
  margin-bottom: 1.25rem;
}
.mk-talent__icon i {
  font-size: 1.4rem;
}
.mk-talent--alt .mk-talent__icon {
  background: rgba(128, 95, 225, 0.14);
  color: var(--secondary-text);
}
.mk-talent h3 {
  font-family: var(--font-body), sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.mk-talent p {
  color: var(--fg-ink-2);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.marketplace .fg-why__media img {
  max-width: 420px;
  border: 1px solid var(--fg-rule);
  margin-inline: auto;
}

.mk-choice {
  padding-block: 5rem;
  border-top: 1px solid var(--fg-rule);
  scroll-margin-top: 2rem;
}
.mk-choice .fg-head {
  margin-bottom: 0;
}
.mk-choice .search {
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px) {
  .mk-choice {
    padding-block: 3.5rem;
  }
}

.mk-pricing {
  padding-block: 5rem;
  border-top: 1px solid var(--fg-rule);
}
.mk-pricing .service-level__panel-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}
.mk-pricing .service-panel,
.mk-pricing .service-panel section {
  height: 100%;
}
.mk-pricing .panel {
  margin-bottom: 0;
}
.mk-pricing__more {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px) {
  .mk-pricing {
    padding-block: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mk-glow {
    animation: none;
  }
}

/*# sourceMappingURL=smithmagus-marketplace.output.css.map */
