/* Marketing LP */

.body-marketing {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  background: #fff;
  color: #101828;
  position: relative;
}

.body-marketing > :not(.marketing-backdrop):not(.marketing-header-wrap) {
  position: relative;
  z-index: 1;
}

.shell {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.marketing-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 84px;
}

/* Full-viewport gradient — не обрывается за хедером */
.marketing-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(180deg, #f8faff 0%, #fff 42%, #fff 100%);
}

.lp-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
}

.lp-blob--violet {
  width: 620px;
  height: 480px;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(167, 139, 250, 0.18);
}

.lp-blob--sky {
  width: 480px;
  height: 400px;
  top: -120px;
  right: -100px;
  background: rgba(125, 211, 252, 0.28);
}

.lp-blob--mint {
  width: 400px;
  height: 340px;
  top: -40px;
  left: -120px;
  background: rgba(110, 231, 183, 0.2);
}

.lp-blob--peach {
  width: 340px;
  height: 300px;
  top: 120px;
  right: 8%;
  background: rgba(253, 186, 116, 0.16);
}

/* Header island */
.marketing-header-wrap {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(1080px, calc(100% - 28px));
  flex-shrink: 0;
}

.marketing-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 14px 12px 22px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 40px rgba(15, 23, 42, 0.07);
}

.marketing-header__brand {
  justify-self: start;
  min-width: 0;
}

.marketing-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: center;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.marketing-header__menu::-webkit-scrollbar {
  display: none;
}

.marketing-header__menu-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.marketing-header__menu-link:hover {
  color: #101828;
  background: rgba(99, 102, 241, 0.08);
}

.marketing-header__actions {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
  min-width: 0;
}

.marketing-header__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.marketing-header__link .gl-icon {
  flex-shrink: 0;
}

.marketing-header__link:hover {
  border-color: #98a2b3;
  color: #101828;
}

/* Hero */
.lp-hero,
.lp-audiences,
.lp-steps,
.lp-examples,
.lp-content,
.lp-pricing {
  scroll-margin-top: 96px;
}

.lp-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 140px);
  padding: 24px 0 48px;
}

.lp-hero .start-screen {
  width: 100%;
}

.lp-hero .start-screen__inner {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.lp-hero .start-screen__title {
  margin: 0 0 clamp(16px, 3vw, 24px);
  font-size: clamp(28px, 4.5vw, 42px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1f2937;
}

.lp-hero__accent {
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.04em 0.1em 0.3em;
  margin-bottom: -0.22em;
  background: linear-gradient(90deg, #2563eb 0%, #4f46e5 45%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Поле ввода — как на app.giper.link */
.lp-hero__search {
  margin: 0 auto;
  max-width: 680px;
}

.lp-hero .start-prompt {
  margin: 0 auto;
  max-width: none;
}

.lp-hero .start-prompt__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 12px 32px rgba(15, 23, 42, 0.08);
}

.lp-hero .start-prompt__bar input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #101828;
  outline: none;
}

.lp-hero .start-prompt__bar input::placeholder {
  color: #98a2b3;
}

.lp-hero .start-prompt__submit {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
}

.lp-hero .start-prompt__submit:hover {
  filter: brightness(1.08);
}

.lp-hero .start-prompt.is-loading .start-prompt__bar {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 8px 24px rgba(15, 23, 42, 0.06);
}

.lp-hero .start-prompt.is-loading .start-prompt__bar input {
  opacity: 0.72;
  pointer-events: none;
}

.marketing-form__note {
  margin: 0 0 clamp(18px, 3vw, 28px);
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.lp-hero .start-prompt__error {
  margin: 14px 0 0;
  color: #b42318;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.marketing-search-chips {
  margin-top: 18px;
}

.marketing-search-chips__caption {
  margin: 0 0 12px;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.marketing-search-chips__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.marketing-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}

.marketing-chip:hover {
  border-color: #d0d5dd;
  background: #f9fafb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}

.marketing-chip:focus-visible {
  outline: 2px solid #7843ff;
  outline-offset: 2px;
}

.marketing-chip__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #98a2b3;
}

.marketing-chip__label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Audiences — Replug-inspired pills, GiperLink palette */
.lp-audiences {
  padding: 8px 0 72px;
}

.lp-audiences__title {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  text-align: center;
  font-size: clamp(26px, 3.8vw, 36px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-audiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}

.lp-audience-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lp-audience-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 48px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background:
    linear-gradient(135deg, rgba(167, 139, 250, 0.12) 0%, rgba(125, 211, 252, 0.1) 100%),
    #f8fafc;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-audience-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-audience-card:hover .lp-audience-card__media {
  transform: translateY(-2px);
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.05),
    0 16px 36px rgba(79, 70, 229, 0.12);
}

.lp-audience-card__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  text-align: center;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #101828;
}

.lp-audience-card__emoji {
  flex: 0 0 auto;
  font-size: 1.15em;
  line-height: 1;
}

a.lp-audience-card--link {
  text-decoration: none;
  color: inherit;
}

.lp-audience-card__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #98a2b3;
}

@media (max-width: 960px) {
  .lp-audiences__title {
    text-align: left;
  }
}

/* Static CMS pages (privacy, terms, about, …) */
.lp-legal {
  padding: clamp(36px, 4.5vw, 48px) 0 72px;
  max-width: 760px;
}

.lp-legal__title {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-legal__content {
  color: #475467;
  font-size: 15px;
  line-height: 1.65;
}

.lp-legal__content h2 {
  margin: 28px 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #101828;
}

.lp-legal__content p {
  margin: 0 0 14px;
  color: #475467;
}

.lp-legal__content ul,
.lp-legal__content ol {
  margin: 0 0 16px;
  padding-left: 1.35em;
  list-style: disc;
  color: #475467;
}

.lp-legal__content ol {
  list-style: decimal;
}

.lp-legal__content li {
  display: list-item;
  margin: 0 0 8px;
  color: #475467;
}

.lp-legal__content li:last-child {
  margin-bottom: 0;
}

.lp-legal__content a {
  color: #4f46e5;
  text-decoration: none;
}

.lp-legal__content a:hover {
  text-decoration: underline;
}

.lp-legal__back {
  margin: 32px 0 0;
  font-size: 14px;
}

.lp-legal__back a {
  color: #475467;
  text-decoration: none;
}

.lp-legal__back a:hover {
  color: #101828;
}

/* Examples showcase */
.lp-examples {
  padding: 8px 0 72px;
}

.lp-examples__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(26px, 3.8vw, 36px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-examples__lead {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  text-align: center;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.5;
  color: #667085;
}

.lp-examples__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}

/* How it works */
.lp-steps {
  padding: 0 0 80px;
}

.lp-steps__panel {
  padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
  border-radius: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 255, 0.98) 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 64px rgba(79, 70, 229, 0.08);
}

.lp-steps__head {
  max-width: 640px;
  margin: 0 auto clamp(36px, 5vw, 52px);
  text-align: center;
}

.lp-steps__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-steps__lead {
  margin: 0;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.5;
  color: #667085;
}

.lp-steps__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  position: relative;
}

.lp-steps__timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(99, 102, 241, 0.15) 0%,
    rgba(99, 102, 241, 0.55) 50%,
    rgba(99, 102, 241, 0.15) 100%
  );
  z-index: 0;
}

.lp-steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.lp-steps__marker {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  background: #fff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 8px 20px rgba(79, 70, 229, 0.12);
}

.lp-steps__marker span {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #2563eb 0%, #4f46e5 55%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-steps__content {
  max-width: 220px;
}

.lp-steps__item-title {
  margin: 0 0 8px;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #101828;
}

.lp-steps__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #667085;
}

.lp-steps__done {
  margin-top: clamp(36px, 5vw, 52px);
  padding-top: clamp(28px, 4vw, 36px);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
}

.lp-steps__done-title {
  margin: 0 0 8px;
  font-size: clamp(32px, 4.5vw, 42px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-style: italic;
  background: linear-gradient(90deg, #2563eb 0%, #4f46e5 45%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-steps__done-text {
  margin: 0;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.5;
  color: #475467;
}

.lp-steps__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 28px);
  min-height: 48px;
  padding: 0 clamp(24px, 3vw, 32px);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
  box-shadow: 0 8px 24px rgba(49, 46, 129, 0.2);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.lp-steps__button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .lp-steps__head {
    text-align: left;
  }

  .lp-steps__timeline {
    --lp-steps-marker-size: 56px;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
  }

  .lp-steps__timeline::before {
    top: 12px;
    bottom: 12px;
    left: calc(var(--lp-steps-marker-size) / 2 - 1px);
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(
      180deg,
      rgba(99, 102, 241, 0.15) 0%,
      rgba(99, 102, 241, 0.55) 50%,
      rgba(99, 102, 241, 0.15) 100%
    );
  }

  .lp-steps__item {
    display: grid;
    grid-template-columns: var(--lp-steps-marker-size) 1fr;
    align-items: start;
    gap: 16px;
    text-align: left;
    padding-bottom: 28px;
  }

  .lp-steps__item:last-child {
    padding-bottom: 0;
  }

  .lp-steps__content {
    max-width: none;
    padding-top: 6px;
  }

  .lp-steps__done {
    text-align: left;
  }
}

/* Content */
.lp-content {
  padding: 0 0 80px;
}

.lp-content__head {
  max-width: 720px;
  margin: 0 auto clamp(32px, 4vw, 44px);
  text-align: center;
}

.lp-content__title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.8vw, 38px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-content__lead {
  margin: 0;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.45;
  color: #667085;
}

.lp-content__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.lp-content__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.lp-content__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.lp-content__feature {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.lp-content__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(99, 102, 241, 0.16);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 8px 20px rgba(79, 70, 229, 0.1);
  font-size: 26px;
  line-height: 1;
}

.lp-content__feature-title {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #101828;
}

.lp-content__feature-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #667085;
}

.lp-content__media {
  position: relative;
  overflow: hidden;
  border-radius: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(79, 70, 229, 0.1);
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(167, 139, 250, 0.1) 0%, rgba(125, 211, 252, 0.08) 100%),
    #f8fafc;
}

.lp-content__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .lp-content__head {
    text-align: left;
  }

  .lp-content__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-content__media {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Pricing */
.lp-pricing {
  padding: 0 0 88px;
}

.lp-pricing__title {
  margin: 0 0 clamp(28px, 4vw, 40px);
  text-align: center;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  align-items: stretch;
}

.lp-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 28px);
  border-radius: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(79, 70, 229, 0.08);
  text-align: center;
}

.lp-pricing-card--locked {
  border-color: rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.88);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.lp-pricing-card--locked::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.lp-pricing-card--locked .lp-pricing-card__price,
.lp-pricing-card--locked .lp-pricing-card__features {
  opacity: 0.72;
}

.lp-pricing-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: rgba(255, 255, 255, 0.96);
  color: #4f46e5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lp-pricing-card__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35em;
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #101828;
}

.lp-pricing-card__period {
  font-size: 0.58em;
  font-weight: 500;
  letter-spacing: 0;
  color: #667085;
}

.lp-pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.lp-pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #475467;
}

.lp-pricing-card__feature-icon {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 1px;
  color: #4f46e5;
}

.lp-pricing-card__feature-icon .gl-icon {
  display: block;
}

.lp-pricing-card__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
  box-shadow: 0 8px 24px rgba(49, 46, 129, 0.2);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.lp-pricing-card__button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.lp-pricing-card__button--disabled {
  color: #98a2b3;
  background: #eef2f6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.lp-pricing-card__button--disabled:hover {
  filter: none;
  transform: none;
}

@media (max-width: 960px) {
  .lp-examples__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* Footer */
.marketing-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  padding: 28px 0 36px;
  border-top: 1px solid #eaecf0;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.marketing-footer__tagline {
  margin: 10px 0 0;
  color: #667085;
  font-size: 14px;
}

.marketing-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: flex-end;
}

.marketing-footer__links a {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.marketing-footer__links a:hover {
  color: #101828;
}

.marketing-footer__copy {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #98a2b3;
  font-size: 13px;
}

@media (max-width: 640px) {
  .marketing-header-wrap {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }

  .marketing-main {
    padding-top: 100px;
  }

  .marketing-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0;
    min-height: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 16px 0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  }

  .marketing-header__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .marketing-header__actions {
    grid-column: 2;
    grid-row: 1;
  }

  .marketing-header__menu {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: flex-start;
    gap: 2px;
    margin-top: 8px;
    padding: 6px 0 8px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .marketing-header__menu-link {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }

  .marketing-header__link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .lp-hero,
  .lp-examples,
  .lp-audiences,
  .lp-steps,
  .lp-content,
  .lp-pricing {
    scroll-margin-top: 108px;
  }

  .lp-hero {
    min-height: calc(100svh - 120px);
    padding: 20px 0 32px;
  }

  .lp-hero .shell {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp-hero .start-screen__inner {
    width: 100%;
  }

  .lp-hero .start-prompt {
    max-width: none;
    padding: 0 2px;
  }

  .lp-hero .start-prompt__bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .lp-hero .start-prompt__bar input {
    padding: 10px 8px;
    text-align: left;
  }

  .lp-hero .start-prompt__submit {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    align-self: auto;
  }

  .lp-audiences {
    padding: 0 0 48px;
  }

  .lp-examples {
    padding: 0 0 48px;
  }

  .lp-examples__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .lp-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .lp-audience-card {
    gap: 10px;
  }

  .lp-audience-card__title {
    font-size: 17px;
  }

  .lp-steps {
    padding: 0 0 56px;
  }

  .lp-steps__panel {
    padding: 28px 20px 32px;
    border-radius: 24px;
  }

  .lp-steps__head {
    margin-bottom: 28px;
  }

  .lp-content {
    padding: 0 0 56px;
  }

  .lp-content__head {
    text-align: left;
    margin-bottom: 28px;
  }

  .lp-content__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-content__media {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  .lp-pricing {
    padding: 0 0 56px;
  }

  .marketing-footer {
    grid-template-columns: 1fr;
  }

  .marketing-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .lp-examples__grid {
    grid-template-columns: 1fr;
  }

  .lp-audiences__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
