/* Public homepage, aligned to the licensed DreamGigs marketplace layout. */
.marketing-home {
  overflow: hidden;
  background: #fff;
  color: var(--helpal-copy);
}

.marketing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  color: var(--helpal-orange-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--helpal-orange);
}

.marketing-hero {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 6.75rem);
  overflow: hidden;
  border-bottom-right-radius: 150px;
  background: var(--helpal-orange-soft);
}

.marketing-hero::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 3.2rem;
  z-index: -1;
  width: 88px;
  height: 87px;
  background: url("../img/dreamgigs/banner-shape-04.png") center / contain no-repeat;
  animation: helpal-home-spin 18s linear infinite;
}

.marketing-hero::after {
  content: "";
  position: absolute;
  right: 34%;
  bottom: -16px;
  z-index: -1;
  width: 107px;
  height: 135px;
  background: url("../img/dreamgigs/banner-shape-02.png") center / contain no-repeat;
}

@keyframes helpal-home-spin {
  to { transform: rotate(360deg); }
}

.marketing-title {
  max-width: 650px;
  margin: 0 0 1.35rem;
  color: var(--helpal-ink);
  font-size: clamp(2.45rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.marketing-subtitle {
  max-width: 620px;
  margin: 0 0 2rem;
  color: var(--helpal-copy);
  font-size: 1.08rem;
  line-height: 1.7;
}

.marketing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.marketing-hero__actions .btn {
  min-height: 48px;
  padding-inline: 1.35rem;
}

.marketing-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
}

.marketing-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--helpal-ink-soft);
  font-size: 0.85rem;
  font-weight: 500;
}

.marketing-hero__meta-item i {
  color: var(--helpal-orange-dark);
  font-size: 1rem;
}

.marketing-hero-showcase {
  position: relative;
  min-height: 500px;
}

.marketing-hero-showcase__image {
  position: absolute;
  top: -35px;
  right: -10px;
  width: min(100%, 610px);
  height: auto;
}

.marketing-hero-showcase__shape {
  position: absolute;
  pointer-events: none;
}

.marketing-hero-showcase__shape--one {
  top: -28px;
  right: 10%;
  width: 72px;
}

.marketing-hero-showcase__shape--two {
  top: 14%;
  left: 3%;
  width: 58px;
}

.marketing-video-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: min(410px, 88%);
  padding: 1.15rem;
  border: 1px solid var(--helpal-line);
  border-radius: var(--helpal-radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--helpal-shadow-lg);
}

.marketing-preview-workspace__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.marketing-video-card__pill,
.marketing-video-tile__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--helpal-orange);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.marketing-video-card__status {
  color: var(--helpal-copy);
  font-size: 0.72rem;
  font-weight: 500;
}

.marketing-video-card__status i {
  color: #15803d;
}

.marketing-preview-workspace__body {
  display: grid;
  gap: 0.6rem;
}

.marketing-preview-workspace__row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding-top: 0.65rem;
  border-top: 1px solid #eceeef;
}

.marketing-preview-workspace__row:first-child {
  padding-top: 0;
  border-top: 0;
}

.marketing-preview-workspace__check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--helpal-orange-soft);
  color: var(--helpal-orange-dark);
  font-size: 0.8rem;
}

.marketing-preview-workspace__row > span:last-child {
  color: var(--helpal-copy);
  font-size: 0.76rem;
  line-height: 1.45;
}

.marketing-preview-workspace__row strong {
  display: block;
  margin-bottom: 0.1rem;
  color: var(--helpal-ink);
  font-size: 0.82rem;
}

.marketing-section {
  position: relative;
  padding: clamp(4.25rem, 7vw, 5.5rem) 0;
  background: #fff;
}

.marketing-section--muted {
  border-block: 1px solid #f0f1f2;
  background: #f9f9f9;
}

.marketing-section--promo-slot {
  padding-block: 2rem;
}

.marketing-section__heading {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.marketing-section__heading h2 {
  margin: 0 0 0.65rem;
  color: var(--helpal-ink);
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.marketing-section__heading p {
  margin: 0;
  color: var(--helpal-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.marketing-section__heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
}

.marketing-section__heading--split h2 {
  margin-bottom: 0;
}

.marketing-step-card,
.marketing-trust-card,
.marketing-mode-card,
.marketing-proof-card,
.marketing-blog-card,
.marketing-video-tile,
.marketing-empty-card {
  height: 100%;
  border: 1px solid var(--helpal-line);
  border-radius: var(--helpal-radius);
  background: #fff;
  box-shadow: var(--helpal-shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.marketing-step-card:hover,
.marketing-trust-card:hover,
.marketing-mode-card:hover,
.marketing-proof-card:hover,
.marketing-blog-card:hover,
.marketing-video-tile:hover {
  border-color: rgba(255, 105, 0, 0.35);
  box-shadow: var(--helpal-shadow);
  transform: translateY(-3px);
}

.marketing-step-card,
.marketing-trust-card,
.marketing-proof-card {
  padding: 1.65rem;
}

.marketing-step-card {
  position: relative;
  padding-top: 2rem;
}

.marketing-step-card__step {
  position: absolute;
  top: 1.15rem;
  right: 1.25rem;
  color: #e2e4e6;
  font-family: "Archivo", sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
}

.marketing-step-card__icon,
.marketing-trust-card__icon,
.marketing-mode-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: var(--helpal-radius);
  background: var(--helpal-orange-soft);
  color: var(--helpal-orange-dark);
  font-size: 1.25rem;
}

.marketing-step-card h3,
.marketing-trust-card h3,
.marketing-proof-card h3,
.marketing-video-tile h3,
.marketing-blog-card h3 {
  margin: 0 0 0.6rem;
  color: var(--helpal-ink);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.marketing-step-card p,
.marketing-trust-card p,
.marketing-proof-card p,
.marketing-video-tile p,
.marketing-blog-card p {
  margin-bottom: 0;
  color: var(--helpal-copy);
  font-size: 0.94rem;
  line-height: 1.65;
}

.marketing-trust-card {
  background: #fff;
}

.marketing-mode-card {
  position: relative;
  padding: 2rem;
  overflow: hidden;
}

.marketing-mode-card::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: var(--helpal-orange-soft);
}

.marketing-mode-card__label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--helpal-orange-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.marketing-mode-card h3 {
  max-width: 90%;
  margin: 0 0 0.7rem;
  color: var(--helpal-ink);
  font-size: 1.55rem;
  font-weight: 700;
}

.marketing-mode-card p {
  margin: 0 0 1.4rem;
  color: var(--helpal-copy);
  line-height: 1.65;
}

.marketing-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--helpal-orange-dark);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.marketing-inline-link::after {
  content: "\2192";
  transition: transform 160ms ease;
}

.marketing-inline-link:hover::after {
  transform: translateX(3px);
}

.marketing-video-tile,
.marketing-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.marketing-video-tile__thumb,
.marketing-blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--helpal-ink);
}

.marketing-video-tile__thumb img,
.marketing-blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.marketing-video-tile:hover img,
.marketing-blog-card:hover img {
  transform: scale(1.035);
}

.marketing-video-tile__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 2.75rem;
}

.marketing-video-tile__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
}

.marketing-video-tile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.marketing-video-tile__duration,
.marketing-blog-card__meta {
  margin-bottom: 0.6rem;
  color: var(--helpal-orange-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.marketing-video-tile__link,
.marketing-blog-card__link {
  margin-top: auto;
  padding-top: 1rem;
}

.marketing-proof-card {
  border-top: 3px solid var(--helpal-orange);
}

.marketing-blog-card {
  padding-bottom: 1.4rem;
}

.marketing-blog-card > :not(.marketing-blog-card__media) {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}

.marketing-blog-card__media + .marketing-blog-card__meta {
  margin-top: 1.2rem;
}

.marketing-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.marketing-blog-card h3 {
  font-size: 1.25rem;
}

.marketing-blog-card__link {
  margin-top: auto !important;
}

.marketing-empty-card {
  padding: 2rem;
  text-align: center;
}

.marketing-final-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 7vw, 5.5rem) 0;
  overflow: hidden;
  background: #040404;
  color: #fff;
}

.marketing-final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border: 55px solid rgba(255, 105, 0, 0.2);
  border-radius: 50%;
}

.marketing-final-cta .marketing-kicker {
  color: var(--helpal-orange);
}

.marketing-final-cta h2 {
  max-width: 760px;
  margin: 0 auto 1.8rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}

.marketing-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.marketing-final-cta .btn {
  min-width: 170px;
  min-height: 48px;
}

.marketing-final-cta .btn-outline-light {
  border-color: #45505c;
  background: transparent;
  color: #fff;
}

.marketing-final-cta .btn-outline-light:hover {
  border-color: var(--helpal-orange);
  background: var(--helpal-orange);
}

@media (max-width: 991.98px) {
  .marketing-hero {
    border-bottom-right-radius: 80px;
  }

  .marketing-hero-showcase {
    max-width: 680px;
    min-height: 520px;
    margin: 1.5rem auto 0;
  }

  .marketing-hero-showcase__image {
    right: 5%;
  }
}

@media (max-width: 767.98px) {
  .marketing-hero {
    padding: 3.5rem 0 3rem;
    border-bottom-right-radius: 0;
  }

  .marketing-hero::before,
  .marketing-hero::after {
    display: none;
  }

  .marketing-title {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
  }

  .marketing-hero__actions .btn {
    flex: 1 1 210px;
  }

  .marketing-hero-showcase {
    min-height: 470px;
  }

  .marketing-video-card {
    width: min(420px, 96%);
  }

  .marketing-section {
    padding-block: 3.5rem;
  }

  .marketing-section__heading--split {
    display: grid;
    align-items: start;
    gap: 1rem;
  }
}

@media (max-width: 575.98px) {
  .marketing-hero__actions {
    display: grid;
  }

  .marketing-hero__actions .btn,
  .marketing-final-cta__actions .btn {
    width: 100%;
  }

  .marketing-hero__meta {
    display: grid;
    gap: 0.55rem;
  }

  .marketing-hero-showcase {
    min-height: auto;
    padding-top: 0.5rem;
  }

  .marketing-hero-showcase__image {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
  }

  .marketing-hero-showcase__shape {
    display: none;
  }

  .marketing-video-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -1.25rem;
  }

  .marketing-preview-workspace__bar {
    align-items: flex-start;
  }

  .marketing-step-card,
  .marketing-trust-card,
  .marketing-mode-card,
  .marketing-proof-card {
    padding: 1.3rem;
  }
}
