.niche-landing .landing-hero {
  padding-top: clamp(30px, 2.6vw, 44px);
  padding-bottom: clamp(34px, 5vw, 68px);
}

.niche-landing .landing-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 360px);
  gap: clamp(28px, 3.2vw, 38px);
  align-items: start;
}

.niche-landing .landing-hero__title {
  max-width: 720px;
}

.niche-landing .niche-hero-title {
  display: grid;
  gap: 4px;
  color: #080f24;
  font-size: clamp(38px, 4.25vw, 52px);
  font-weight: 780;
  line-height: 1.09;
  letter-spacing: -0.032em;
}

.niche-landing .niche-hero-title span {
  display: block;
}

.niche-landing .niche-hero-title strong {
  display: inline;
  background: linear-gradient(100deg, #3673ff 0%, #2461f2 52%, #1f4fd8 100%);
  color: transparent;
  font-weight: inherit;
  -webkit-background-clip: text;
  background-clip: text;
}

.niche-landing .landing-hero__text {
  max-width: 680px;
  margin-top: 22px;
  color: #4c5872;
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.56;
}

.niche-landing .landing-hero__text strong {
  color: #101a31;
  font-weight: 760;
}

.niche-landing .landing-hero__panel {
  align-self: start;
}

.niche-landing .hero__actions {
  gap: 14px;
  margin-top: 30px;
}

.niche-landing .niche-hero-primary,
.niche-landing .niche-hero-secondary {
  min-height: 58px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 760;
}

.niche-landing .niche-hero-primary {
  gap: 12px;
  padding: 0 24px 0 27px;
  box-shadow: 0 18px 36px rgba(31, 102, 255, 0.22);
}

.niche-landing .niche-hero-primary:not(.btn--outline):not(.btn--ghost)::after {
  content: none;
}

.niche-landing .niche-hero-secondary {
  gap: 11px;
  min-width: 214px;
  padding: 0 21px;
  border-color: rgba(20, 34, 64, 0.16);
  background: rgba(255, 255, 255, 0.58);
  color: #172033;
}

.niche-landing .niche-hero-primary svg,
.niche-landing .niche-hero-secondary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.niche-landing .landing-cta-note {
  margin-top: 14px;
  font-size: 13px;
}

.niche-landing .niche-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.niche-landing .niche-hero-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(181, 189, 220, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(12px);
}

.niche-landing .niche-hero-benefits__icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 20px rgba(31, 102, 255, 0.08);
}

.niche-landing .niche-hero-benefits__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.niche-landing .niche-hero-benefits__icon img[src$=".svg"] {
  filter: invert(35%) sepia(95%) saturate(2200%) hue-rotate(213deg) brightness(99%) contrast(96%);
}

.niche-landing .niche-hero-benefits__icon img[src$="google-maps.svg"] {
  filter: none;
}

.niche-landing .niche-hero-benefits span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: #59637b;
  font-size: 12px;
  line-height: 1.22;
}

.niche-landing .niche-hero-benefits strong {
  color: #182036;
  font-size: 13px;
  line-height: 1.1;
}

.niche-landing .niche-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(211, 215, 234, 0.74);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(20, 28, 48, 0.045);
  backdrop-filter: blur(12px);
}

.niche-landing .niche-hero-stats article {
  position: relative;
  min-width: 0;
  padding: 0 13px;
  border-left: 0;
}

.niche-landing .niche-hero-stats article + article::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(181, 189, 220, 0.72), transparent);
  content: "";
}

.niche-landing .niche-hero-stats article:first-child {
  padding-left: 2px;
}

.niche-landing .niche-hero-stats strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  color: #101a31;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.niche-landing .niche-hero-stats__stars {
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.niche-landing .niche-hero-stats span {
  display: block;
  margin-top: 6px;
  color: #172033;
  font-size: 12px;
  font-weight: 740;
  line-height: 1.22;
}

.niche-landing .niche-hero-stats small {
  display: block;
  margin-top: 4px;
  color: #647089;
  font-size: 10.5px;
  line-height: 1.34;
}

.niche-landing .niche-hero-check {
  width: 100%;
  margin-top: 6px;
  padding: clamp(22px, 2.3vw, 28px);
  border: 1px solid rgba(181, 189, 220, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 68px rgba(15, 23, 42, 0.14);
}

.niche-landing .niche-hero-check__kicker,
.niche-landing .niche-hero-check h2,
.niche-landing .niche-hero-check p {
  margin: 0;
}

.niche-landing .niche-hero-check__kicker {
  color: #c85d10;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.niche-landing .niche-hero-check h2 {
  margin-top: 16px;
  color: #101a31;
  font-size: clamp(21px, 2vw, 24px);
  font-weight: 780;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

.niche-landing .niche-hero-check__intro {
  margin-top: 10px;
  color: #647089;
  font-size: 14px;
  line-height: 1.35;
}

.niche-landing .niche-hero-check__options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.niche-landing .niche-hero-check__options span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(181, 189, 220, 0.7);
  border-radius: 9px;
  background: #fff;
  color: #253047;
  font-size: 13px;
  font-weight: 660;
  line-height: 1.25;
}

.niche-landing .niche-hero-check__options i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(31, 102, 255, 0.78);
  border-radius: 5px;
  background: linear-gradient(180deg, #fff, #eef4ff);
}

.niche-landing .niche-hero-check__button {
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 760;
  box-shadow: 0 16px 32px rgba(31, 102, 255, 0.2);
}

.niche-landing .niche-hero-check__note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 16px 0 0;
  color: #647089;
  font-size: 12px;
  line-height: 1.35;
}

.niche-landing .niche-hero-check__note span {
  position: relative;
}

.niche-landing .niche-hero-check__note span + span::before {
  position: absolute;
  top: 0.58em;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #b9c2d6;
  content: "";
}

.niche-landing .niche-hero-check__person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(181, 189, 220, 0.48);
}

.niche-landing .niche-hero-check__person img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 999px;
  object-fit: cover;
}

.niche-landing .niche-hero-check__person strong,
.niche-landing .niche-hero-check__person span {
  display: block;
}

.niche-landing .niche-hero-check__person strong {
  color: #101a31;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
}

.niche-landing .niche-hero-check__person span {
  margin-top: 3px;
  color: #647089;
  font-size: 13px;
  line-height: 1.3;
}

.niche-landing .niche-hero-system {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(181, 189, 220, 0.58);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(99, 102, 241, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 40px rgba(15, 23, 42, 0.08);
}

.niche-landing .niche-hero-system__node {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
  background: #ffffff;
  color: #172033;
  font-weight: 760;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.09);
}

.niche-landing .niche-hero-system__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.niche-landing .niche-hero-system__icon img,
.niche-landing .niche-hero-system__small-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.niche-landing .niche-hero-system__line {
  width: 2px;
  height: 22px;
  margin: -4px auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0.62));
}

.niche-landing .niche-hero-system__nodes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.niche-landing .niche-hero-system__nodes > span {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgba(211, 215, 234, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.niche-landing .niche-hero-system__small-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
}

.niche-landing .niche-card-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
}

.niche-landing .niche-card-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.niche-landing .niche-card-icon img[src$=".png"] {
  width: 28px;
  height: 28px;
}

.niche-landing .service-card__top .niche-card-icon {
  margin-bottom: 0;
}

.niche-landing .landing-decision-list .niche-card-icon,
.niche-landing .niche-price-card > .niche-card-icon {
  margin-bottom: 12px;
}

.niche-landing .landing-signal-card .niche-card-icon {
  background: rgba(255, 255, 255, 0.7);
}

.niche-landing .niche-proof-section {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: clamp(58px, 8vw, 96px);
  background:
    radial-gradient(circle at 50% 18%, rgba(31, 102, 255, 0.07), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 247, 253, 0.78));
}

.niche-landing .niche-proof-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.niche-landing .niche-proof-head .landing-kicker {
  margin-bottom: 16px;
}

.niche-landing .niche-proof-head .section-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.niche-landing .niche-proof-head .section-text {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.62;
}

.niche-landing .niche-review-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(26px, 4vw, 46px);
  margin-top: 36px;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid rgba(211, 215, 234, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(20, 28, 48, 0.09);
}

.niche-landing .niche-review-panel__quote,
.niche-landing .niche-review-panel__google {
  min-width: 0;
}

.niche-landing .niche-review-panel__quote {
  padding-right: clamp(18px, 3vw, 36px);
  border-right: 1px solid rgba(181, 189, 220, 0.66);
}

.niche-landing .niche-review-panel__quote h3 {
  margin: 0;
  color: #101a31;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.niche-landing .niche-review-panel__quote blockquote {
  position: relative;
  margin: 28px 0 0;
  padding: 34px 0 0;
  color: #33415d;
  font-size: 17px;
  line-height: 1.62;
}

.niche-landing .niche-review-panel__quote blockquote::before {
  position: absolute;
  top: -8px;
  left: 0;
  color: rgba(31, 102, 255, 0.22);
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  content: "“";
}

.niche-landing .niche-review-panel__quote footer {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
}

.niche-landing .niche-review-panel__quote footer img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 2px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(20, 28, 48, 0.12);
}

.niche-landing .niche-review-panel__quote footer strong,
.niche-landing .niche-review-panel__quote footer small {
  display: block;
}

.niche-landing .niche-review-panel__quote footer strong {
  color: #101a31;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
}

.niche-landing .niche-review-panel__quote footer small {
  margin-top: 4px;
  color: #647089;
  font-size: 13px;
  line-height: 1.3;
}

.niche-landing .niche-review-panel__google {
  align-self: center;
}

.niche-landing .niche-review-panel__google-head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.niche-landing .niche-review-panel__google-mark {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 28, 48, 0.08);
}

.niche-landing .niche-review-panel__google-mark img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.niche-landing .niche-review-panel__google-head strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  color: #101a31;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.niche-landing .niche-review-panel__google-head strong span {
  color: #f5a400;
  font-size: 19px;
  letter-spacing: 0.03em;
}

.niche-landing .niche-review-panel__google-head small {
  display: block;
  margin-top: 6px;
  color: #101a31;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.25;
}

.niche-landing .niche-review-panel__google p {
  margin: 18px 0 0;
  color: #5f6b82;
  font-size: 14px;
  line-height: 1.55;
}

.niche-landing .niche-review-avatars {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.niche-landing .niche-review-avatars img,
.niche-landing .niche-review-avatars span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(20, 28, 48, 0.12);
}

.niche-landing .niche-review-avatars img:first-child {
  margin-left: 0;
}

.niche-landing .niche-review-avatars img {
  object-fit: cover;
}

.niche-landing .niche-review-avatars span {
  display: inline-grid;
  place-items: center;
  width: auto;
  min-width: 76px;
  padding: 0 12px;
  background: #eef4ff;
  color: var(--color-accent-strong);
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.niche-landing .niche-review-panel__google a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--color-accent-strong);
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
}

.niche-landing .niche-review-panel__google a span {
  transition: transform 160ms ease;
}

.niche-landing .niche-review-panel__google a:hover span {
  transform: translateX(4px);
}

.niche-landing .niche-problem-section {
  padding-top: clamp(52px, 7vw, 78px);
  padding-bottom: clamp(54px, 7vw, 82px);
  background:
    radial-gradient(circle at 50% 12%, rgba(31, 102, 255, 0.07), transparent 34rem),
    linear-gradient(180deg, rgba(247, 249, 255, 0.85), rgba(241, 245, 253, 0.92));
}

.niche-landing .niche-problem-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.niche-landing .niche-problem-head .landing-kicker {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
}

.niche-landing .niche-problem-head .landing-kicker::after {
  position: absolute;
  right: 36%;
  bottom: -8px;
  left: 36%;
  height: 3px;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
}

.niche-landing .niche-problem-head .section-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(32px, 3.45vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.028em;
}

.niche-landing .niche-problem-head .section-title span {
  color: var(--color-accent);
}

.niche-landing .niche-problem-head .section-text {
  max-width: 610px;
  margin: 18px auto 0;
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.55;
}

.niche-landing .niche-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 4vw, 38px);
}

.niche-landing .niche-problem-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 18px;
  min-width: 0;
  min-height: 168px;
  padding: 24px 14px;
  border: 1px solid rgba(211, 215, 234, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 46px rgba(20, 28, 48, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.niche-landing .niche-problem-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  align-self: start;
  justify-self: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(31, 102, 255, 0.09);
}

.niche-landing .niche-problem-card__icon-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.niche-landing .niche-problem-card__icon-inner img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  transform: none;
}

.niche-landing .niche-problem-card__badge {
  position: absolute;
  right: 2px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-bottom: 1px;
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #38bdf8 0%, #2563eb 62%, #1d4ed8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
}

.niche-landing .niche-problem-card h3,
.niche-landing .niche-problem-card p {
  margin: 0;
}

.niche-landing .niche-problem-card h3 {
  color: #101a31;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 780;
  line-height: 1.14;
  letter-spacing: -0.015em;
}

.niche-landing .niche-problem-card p {
  margin-top: 8px;
  color: #35425d;
  font-size: 13.5px;
  line-height: 1.48;
}

.niche-landing .niche-problem-card strong {
  display: inline-flex;
  align-items: center;
  grid-column: 1 / -1;
  justify-self: start;
  max-width: 100%;
  margin-top: 0;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(31, 102, 255, 0.09);
  color: #1458e8;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
}

.niche-landing .niche-problem-cta {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(235px, auto);
  gap: clamp(16px, 2.5vw, 26px);
  align-items: center;
  margin-top: 28px;
  padding: clamp(22px, 2.6vw, 28px);
  border: 1px solid rgba(211, 215, 234, 0.86);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 18px 46px rgba(20, 28, 48, 0.055);
}

.niche-landing .niche-problem-cta__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.62) 42%, rgba(31, 102, 255, 0.12) 100%),
    #eef3ff;
  color: var(--color-accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(31, 102, 255, 0.09);
}

.niche-landing .niche-problem-cta__icon::before,
.niche-landing .niche-problem-cta__icon::after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(31, 102, 255, 0.24);
  content: "";
}

.niche-landing .niche-problem-cta__icon::before {
  right: -8px;
  top: 15px;
}

.niche-landing .niche-problem-cta__icon::after {
  right: 5px;
  bottom: -7px;
}

.niche-landing .niche-problem-cta__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.niche-landing .niche-problem-cta h3,
.niche-landing .niche-problem-cta p {
  margin: 0;
}

.niche-landing .niche-problem-cta h3 {
  color: #101a31;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.niche-landing .niche-problem-cta > div > p {
  margin-top: 8px;
  color: #43506a;
  font-size: 13.5px;
  line-height: 1.55;
}

.niche-landing .niche-problem-cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.niche-landing .niche-problem-cta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #33415d;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.niche-landing .niche-problem-cta li svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--color-accent);
}

.niche-landing .niche-problem-cta__action {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.niche-landing .niche-problem-cta__action .btn {
  min-width: 268px;
  min-height: 54px;
}

.niche-landing .niche-problem-cta__action p {
  color: #647089;
  font-size: 13px;
  line-height: 1.35;
}

.niche-landing .niche-system-section {
  scroll-margin-top: calc(var(--header-height, 76px) + 18px);
  background:
    radial-gradient(circle at 50% 16%, rgba(31, 102, 255, 0.08), transparent 35rem),
    linear-gradient(180deg, rgba(248, 250, 255, 0.92), rgba(242, 246, 255, 0.94));
}

.niche-landing .niche-system-section .landing-section-head {
  max-width: 820px;
}

.niche-landing .niche-system-section .section-title {
  max-width: 760px;
  font-size: clamp(34px, 3.95vw, 48px);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.026em;
}

.niche-landing .niche-system-section .section-title span {
  color: var(--color-accent);
}

.niche-landing .niche-system-section .section-text {
  max-width: 720px;
  margin-top: 18px;
  color: #4e5b76;
  font-size: clamp(16px, 1.45vw, 17px);
  line-height: 1.58;
}

.niche-landing .niche-system-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: clamp(34px, 4.5vw, 52px);
  overflow: visible;
}

.niche-landing .niche-system-flow::before {
  content: none;
}

.niche-landing .niche-system-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 424px;
  padding: 37px 16px 22px;
  border: 1px solid rgba(181, 189, 220, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 58px rgba(31, 43, 86, 0.09);
  opacity: 0;
  text-align: center;
  transform: translateX(-28px);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.22, 0.75, 0.25, 1),
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.niche-landing .niche-system-card:nth-child(1) {
  z-index: 5;
}

.niche-landing .niche-system-card:nth-child(2) {
  z-index: 4;
}

.niche-landing .niche-system-card:nth-child(3) {
  z-index: 3;
}

.niche-landing .niche-system-card:nth-child(4) {
  z-index: 2;
}

.niche-landing .niche-system-card:nth-child(5) {
  z-index: 1;
}

.niche-landing .niche-system-section.visible .niche-system-card {
  opacity: 1;
  transform: translateX(0);
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(1) {
  transition-delay: 80ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(2) {
  transition-delay: 220ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(3) {
  transition-delay: 360ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(4) {
  transition-delay: 500ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(5) {
  transition-delay: 640ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:hover {
  z-index: 10;
  transition-delay: 0ms;
  transform: translateY(-7px);
  border-color: rgba(65, 100, 244, 0.24);
  box-shadow: 0 30px 76px rgba(31, 43, 86, 0.17);
}

.niche-landing .niche-system-card__number {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #38bdf8 0%, #2563eb 62%, #1d4ed8 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
  transform: translate3d(-50%, 0, 0);
  transition: color 220ms ease, text-shadow 220ms ease;
}

.niche-landing .niche-system-card:hover .niche-system-card__number {
  color: #fff;
  text-shadow: 0 5px 16px rgba(49, 86, 242, 0.24);
}

.niche-landing .niche-system-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 23px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(31, 102, 255, 0.09);
}

.niche-landing .niche-system-card__icon-inner {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
}

.niche-landing .niche-system-card__icon-inner svg {
  display: block;
  width: 49px;
  height: 49px;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.niche-landing .niche-system-card:hover .niche-system-card__icon-inner svg {
  transform: scale(1.07);
}

.niche-landing .niche-system-card h3 {
  margin: 0;
  color: #101a31;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.niche-landing .niche-system-card p {
  margin: 12px 0 0;
  color: #46536e;
  font-size: 12.5px;
  line-height: 1.52;
  min-height: 38px;
}

.niche-landing .niche-system-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(181, 189, 220, 0.54);
  list-style: none;
  text-align: left;
}

.niche-landing .niche-system-card li {
  position: relative;
  padding-left: 22px;
  color: #26344f;
  font-size: 12px;
  line-height: 1.42;
}

.niche-landing .niche-system-card li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #38bdf8 0%, #2563eb 62%, #1d4ed8 100%);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.14);
  content: "✓";
}

.niche-landing .niche-system-card__connector {
  position: absolute;
  z-index: 30;
  top: 66px;
  right: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #38bdf8 0%, #2563eb 62%, #1d4ed8 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.78);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
  transition:
    opacity 340ms ease,
    transform 340ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.niche-landing .niche-system-card__connector::before,
.niche-landing .niche-system-card__connector::after {
  position: absolute;
  top: 14px;
  width: 18px;
  border-top: 2px dotted rgba(99, 116, 239, 0.36);
  content: "";
  transition: border-color 220ms ease, filter 220ms ease;
}

.niche-landing .niche-system-card__connector::before {
  right: 100%;
}

.niche-landing .niche-system-card__connector::after {
  left: 100%;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(1) .niche-system-card__connector {
  transition-delay: 300ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(2) .niche-system-card__connector {
  transition-delay: 440ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(3) .niche-system-card__connector {
  transition-delay: 580ms;
}

.niche-landing .niche-system-section.visible .niche-system-card:nth-child(4) .niche-system-card__connector {
  transition-delay: 720ms;
}

.niche-landing .niche-system-section.visible .niche-system-card__connector {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.niche-landing .niche-system-card__connector > i {
  position: absolute;
  z-index: 31;
  top: 13px;
  left: -18px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  opacity: 0;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.42);
}

.niche-landing .niche-system-section.visible .niche-system-card__connector > i {
  animation: service-flow-glint 2.8s ease-in-out infinite;
}

.niche-landing .niche-system-card:hover .niche-system-card__connector {
  transition-delay: 0ms;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #0ea5e9 0%, #2563eb 62%, #1e40af 100%);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.niche-landing .niche-system-card:hover .niche-system-card__connector::before,
.niche-landing .niche-system-card:hover .niche-system-card__connector::after {
  border-color: rgba(49, 86, 242, 0.7);
  filter: drop-shadow(0 0 4px rgba(49, 86, 242, 0.34));
}

.niche-landing .niche-system-result {
  grid-template-columns: 78px minmax(220px, 0.95fr) minmax(250px, 1.12fr) minmax(218px, 0.9fr);
  gap: 18px;
  margin-top: 36px;
  padding: 22px 24px;
  background: rgba(238, 244, 255, 0.78);
}

.niche-landing .niche-system-result__icon {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  color: var(--color-accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(31, 102, 255, 0.09);
}

.niche-landing .niche-system-result__icon svg {
  width: 36px;
  height: 36px;
  stroke-width: 2;
}

.niche-landing .niche-system-result__copy > span {
  display: block;
  margin-bottom: 7px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.niche-landing .niche-system-result__copy h3 {
  max-width: 340px;
  font-size: clamp(19px, 1.65vw, 23px);
  font-weight: 820;
  line-height: 1.14;
}

.niche-landing .niche-system-result__copy p {
  max-width: 360px;
  font-size: 12.5px;
}

.niche-landing .niche-system-result .niche-system-result__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0 15px;
  border-right: 1px solid rgba(181, 189, 220, 0.62);
  border-left: 1px solid rgba(181, 189, 220, 0.62);
  list-style: none;
}

.niche-landing .niche-system-result .niche-system-result__metrics li {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-width: 0;
  color: #26344f;
  font-size: 10.5px;
  line-height: 1.22;
  text-align: center;
}

.niche-landing .niche-system-result .niche-system-result__metrics svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.niche-landing .niche-system-result .niche-system-result__metrics strong {
  color: #101a31;
  font-size: 11.5px;
  font-weight: 820;
  line-height: 1.15;
}

.niche-landing .niche-system-result .niche-system-result__metrics span {
  color: #33415d;
  max-width: 96px;
}

.niche-landing .niche-system-result__action {
  justify-items: stretch;
  gap: 0;
}

.niche-landing .niche-system-result__action .btn {
  min-width: 0;
  width: 100%;
}

.niche-landing .niche-system-result__action p {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #33415d;
  font-size: 12px;
  line-height: 1.32;
  text-align: left;
}

.niche-landing .niche-system-result__action p svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.niche-landing .niche-system-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 24px 0 0;
  color: #26344f;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.niche-landing .niche-system-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: #33415d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.niche-landing .niche-check-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.niche-landing .niche-structure-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.niche-landing .landing-decision-list article {
  background: rgba(255, 255, 255, 0.74);
}

.niche-landing .projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.niche-landing .project-card--case .project-card__thumb {
  aspect-ratio: 4 / 5;
  min-height: 430px;
}

.niche-landing .project-card--case:hover .case-cover__title,
.niche-landing .project-card--case:focus-within .case-cover__title,
.niche-landing .project-card--case:hover .case-cover__tags,
.niche-landing .project-card--case:focus-within .case-cover__tags {
  transform: translateY(-104px);
}

.niche-landing .niche-case-item {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.niche-landing .niche-case-item > p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.niche-landing .niche-price-tier__price {
  display: block;
  margin: 8px 0 10px;
  color: var(--color-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.niche-landing .niche-price-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(31, 102, 255, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(20, 28, 48, 0.08);
}

.niche-landing .niche-price-card > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--color-accent-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.niche-landing .niche-price-card h3 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.16;
  letter-spacing: 0;
}

.niche-landing .niche-price-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.niche-landing .niche-price-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.niche-landing .niche-price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--color-text);
  line-height: 1.5;
}

.niche-landing .niche-price-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.niche-landing .niche-price-card__note {
  padding-top: 14px;
  border-top: 1px solid rgba(211, 215, 234, 0.75);
  font-size: 14px;
}

.niche-landing .niche-price-card__calculator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--color-accent-strong);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.niche-landing .niche-price-card__calculator::after {
  content: "→";
  transition: transform 160ms ease;
}

.niche-landing .niche-price-card__calculator:hover::after {
  transform: translateX(3px);
}

.niche-landing .landing-review-card {
  min-height: 100%;
}

.niche-landing #niche-contact .portfolio-contact-form {
  margin-top: 0;
}

.niche-landing #niche-contact {
  scroll-margin-top: calc(var(--header-height, 76px) + 24px);
}

.niche-landing .niche-contact-section {
  padding-block: clamp(46px, 6vw, 64px);
}

.niche-landing .niche-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.niche-landing .niche-contact__content {
  min-width: 0;
}

.niche-landing .niche-contact__quote {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding-left: 18px;
}

.niche-landing .niche-contact__quote::before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb, rgba(37, 99, 235, 0.22));
  content: "";
}

.niche-landing .niche-contact__content .section-title {
  max-width: 520px;
  margin-bottom: 0;
  text-wrap: balance;
}

.niche-landing .niche-contact__author {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0;
  min-width: 112px;
}

.niche-landing .niche-contact__author picture,
.niche-landing .niche-contact__author img {
  display: block;
  width: 92px;
  height: 92px;
}

.niche-landing .niche-contact__author img {
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.niche-landing .niche-contact__author figcaption {
  display: grid;
  gap: 1px;
  text-align: center;
  line-height: 1.2;
}

.niche-landing .niche-contact__author strong {
  color: var(--color-text);
  font-size: 12px;
}

.niche-landing .niche-contact__author span {
  color: var(--color-text-muted);
  font-size: 11px;
}

.niche-landing .niche-contact__intro {
  max-width: 560px;
  margin-bottom: 18px;
  line-height: 1.48;
}

.niche-landing .niche-contact__benefits {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.niche-landing .niche-contact__benefit {
  display: grid;
  gap: 8px;
  align-items: start;
}

.niche-landing .niche-contact__benefit-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.niche-landing .niche-contact__benefit img {
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  object-fit: contain;
  padding: 12px;
  border-radius: 16px;
  background: rgba(232, 238, 255, 0.82);
}

.niche-landing .niche-contact__benefit h3,
.niche-landing .niche-contact__flow h3 {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-md);
  line-height: 1.25;
}

.niche-landing .niche-contact__benefit p {
  margin: 3px 0 0;
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  line-height: 1.42;
}

.niche-landing .niche-contact__flow {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(181, 189, 220, 0.58);
}

.niche-landing .niche-contact__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.niche-landing .niche-contact__step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.niche-landing .niche-contact__step:not(:last-child)::after {
  position: absolute;
  top: 21px;
  right: -14px;
  color: rgba(37, 99, 235, 0.34);
  font-size: 18px;
  line-height: 1;
  content: "→";
}

.niche-landing .niche-contact__step img {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  justify-self: center;
  object-fit: contain;
  padding: 11px;
}

.niche-landing .niche-contact__step h4 {
  min-height: 30px;
  margin: 6px 0 3px;
  color: var(--color-text);
  font-size: 12px;
  line-height: 1.2;
}

.niche-landing .niche-contact__step p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11.5px;
  line-height: 1.34;
}

@media (min-width: 1090px) {
  .niche-landing .niche-contact__content .section-title {
    max-width: 520px;
  }

  .niche-landing .niche-contact__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .niche-landing .niche-contact__benefit {
    gap: 8px;
    align-content: start;
    padding: 12px;
    border: 1px solid rgba(211, 215, 234, 0.58);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.5);
  }

  .niche-landing .niche-contact__benefit:first-child {
    border-color: rgba(37, 99, 235, 0.34);
    background:
      linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(255, 255, 255, 0.72) 58%),
      rgba(239, 245, 255, 0.9);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1);
  }

  .niche-landing .niche-contact__benefit:first-child img {
    background: rgba(219, 234, 254, 0.98);
  }

  .niche-landing .niche-contact__benefit img {
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .niche-landing .niche-contact__benefit h3 {
    font-size: var(--fs-sm);
  }

  .niche-landing .niche-contact__benefit p {
    font-size: 12px;
    line-height: 1.35;
  }
}

.niche-landing .niche-contact__form {
  min-width: 0;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact {
  width: 100%;
  max-width: none;
  gap: 16px;
  padding: clamp(8px, 1vw, 16px);
  border-color: rgba(181, 189, 220, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__title {
  margin-bottom: 8px;
  font-size: var(--fs-lg);
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field {
  gap: 8px;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact.portfolio-contact-form--lead-card .portfolio-contact-form__field::after {
  top: 8px;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field input,
.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field textarea {
  border-color: rgba(181, 189, 220, 0.82);
  background: rgba(255, 255, 255, 0.72);
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field input {
  padding: 5px 12px 5px 44px;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__field textarea {
  min-height: 110px;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance {
  position: relative;
  justify-self: start;
  padding-left: 24px;
  text-align: left;
  font-size: var(--fs-sm);
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 15px;
  height: 15px;
  background: rgba(94, 101, 128, 0.72);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1Zm2 0h6V8a3 3 0 0 0-6 0v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 10V8a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1Zm2 0h6V8a3 3 0 0 0-6 0v2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance-list li {
  position: relative;
  padding-left: 22px;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: 700;
  content: "✓";
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__status {
  min-height: 0;
  margin: 0;
}

.niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__status:empty {
  display: none;
}

.niche-landing .niche-contact-guide {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(211, 215, 234, 0.75);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
}

.niche-landing .niche-contact-guide h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.niche-landing .niche-contact-guide ul {
  margin: 0;
  padding-left: 18px;
  color: var(--color-text-muted);
}

.niche-landing .niche-contact-guide li + li {
  margin-top: 6px;
}

.niche-landing .faq-list {
  max-width: 980px;
}

@media (max-width: 1080px) {
  .niche-landing .landing-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .niche-landing .niche-contact {
    grid-template-columns: 1fr;
  }

  .niche-landing .niche-contact__form {
    max-width: 680px;
  }

  .niche-landing .niche-hero-check {
    max-width: 620px;
    margin-top: 0;
  }

  .niche-landing .niche-review-panel {
    grid-template-columns: 1fr;
  }

  .niche-landing .niche-review-panel__quote {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(181, 189, 220, 0.66);
  }

  .niche-landing .niche-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .niche-landing .niche-problem-cta {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .niche-landing .niche-problem-cta__action {
    grid-column: 2;
    justify-items: start;
  }

  .niche-landing .niche-system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .niche-landing .niche-system-flow::before {
    content: none;
  }

  .niche-landing .niche-system-card {
    min-height: 0;
  }

  .niche-landing .niche-system-card__connector {
    display: none;
  }

  .niche-landing .niche-system-result {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .niche-landing .niche-system-result__metrics {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 18px 0;
    border-top: 1px solid rgba(181, 189, 220, 0.62);
    border-right: 0;
    border-bottom: 1px solid rgba(181, 189, 220, 0.62);
    border-left: 0;
  }

  .niche-landing .niche-system-result__action {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

}

@media (max-width: 767px) {
  .niche-landing .landing-hero {
    padding-top: 48px;
  }

  .niche-landing .niche-hero-title {
    font-size: clamp(39px, 10.5vw, 56px);
    line-height: 1.07;
    letter-spacing: -0.04em;
  }

  .niche-landing .landing-hero__text {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.52;
  }

  .niche-landing .hero__actions {
    gap: 12px;
    margin-top: 24px;
  }

  .niche-landing .niche-hero-primary,
  .niche-landing .niche-hero-secondary {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    font-size: 15px;
  }

  .niche-landing .niche-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 26px;
  }

  .niche-landing .niche-hero-benefits li {
    min-height: 68px;
    padding: 10px;
  }

  .niche-landing .niche-hero-benefits__icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .niche-landing .niche-hero-benefits__icon img {
    width: 21px;
    height: 21px;
  }

  .niche-landing .niche-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    padding: 20px;
  }

  .niche-landing .niche-hero-stats article {
    padding: 16px 0 0;
    border-top: 1px solid rgba(181, 189, 220, 0.58);
    border-left: 0;
  }

  .niche-landing .niche-hero-stats article:nth-child(-n + 2) {
    padding-top: 0;
    border-top: 0;
  }

  .niche-landing .niche-hero-stats article:nth-child(odd) {
    padding-right: 14px;
  }

  .niche-landing .niche-hero-stats article:nth-child(even) {
    padding-left: 14px;
    border-left: 1px solid rgba(181, 189, 220, 0.58);
  }

  .niche-landing .niche-hero-stats strong {
    font-size: 29px;
  }

  .niche-landing .niche-hero-check {
    padding: 22px;
    border-radius: 20px;
  }

  .niche-landing .niche-hero-check__kicker {
    font-size: 20px;
  }

  .niche-landing .niche-hero-check h2 {
    margin-top: 14px;
    font-size: 22px;
  }

  .niche-landing .niche-hero-system__nodes {
    grid-template-columns: 1fr;
  }

  .niche-landing .niche-proof-section {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .niche-landing .niche-proof-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .niche-landing .niche-proof-head .section-title,
  .niche-landing .niche-proof-head .section-text {
    margin-right: 0;
    margin-left: 0;
  }

  .niche-landing .niche-proof-head .section-title {
    font-size: clamp(30px, 8vw, 38px);
  }

  .niche-landing .niche-review-panel {
    margin-top: 24px;
    padding: 22px;
  }

  .niche-landing .niche-review-panel__quote h3 {
    font-size: 24px;
  }

  .niche-landing .niche-review-panel__quote blockquote {
    margin-top: 22px;
    font-size: 16px;
  }

  .niche-landing .niche-review-panel__google-head {
    gap: 14px;
  }

  .niche-landing .niche-review-panel__google-mark {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 14px;
    font-size: 34px;
  }

  .niche-landing .niche-review-panel__google-head strong {
    font-size: 28px;
  }

  .niche-landing .niche-review-panel__google-head strong span {
    font-size: 15px;
  }

  .niche-landing .niche-problem-section {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .niche-landing .niche-problem-head {
    text-align: left;
  }

  .niche-landing .niche-problem-head .landing-kicker::after {
    right: auto;
    left: 0;
    width: 44px;
  }

  .niche-landing .niche-problem-head .section-title {
    font-size: clamp(29px, 8vw, 36px);
  }

  .niche-landing .niche-problem-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .niche-landing .niche-problem-card {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px;
    min-height: 0;
    padding: 16px;
  }

  .niche-landing .niche-problem-card__icon,
  .niche-landing .niche-problem-card__icon-inner {
    width: 58px;
    height: 58px;
  }

  .niche-landing .niche-problem-card__icon {
    justify-self: center;
  }

  .niche-landing .niche-problem-card__icon-inner {
    width: 36px;
    height: 36px;
  }

  .niche-landing .niche-problem-card__icon-inner img {
    width: 34px;
    height: 34px;
  }

  .niche-landing .niche-problem-card__badge {
    right: 0;
    bottom: 5px;
    width: 21px;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
  }

  .niche-landing .niche-problem-card h3 {
    font-size: 17px;
  }

  .niche-landing .niche-problem-card p {
    font-size: 13px;
  }

  .niche-landing .niche-problem-card strong {
    margin-top: 0;
    white-space: normal;
  }

  .niche-landing .niche-problem-cta {
    grid-template-columns: 1fr;
    margin-top: 22px;
    padding: 18px;
  }

  .niche-landing .niche-problem-cta__icon {
    width: 58px;
    height: 58px;
  }

  .niche-landing .niche-problem-cta__icon svg {
    width: 31px;
    height: 31px;
  }

  .niche-landing .niche-problem-cta__action {
    grid-column: auto;
    justify-items: stretch;
  }

  .niche-landing .niche-problem-cta__action .btn {
    min-width: 0;
    width: 100%;
  }

  .niche-landing .niche-system-section .landing-section-head {
    text-align: left;
  }

  .niche-landing .niche-system-section .section-title {
    font-size: clamp(31px, 8.6vw, 40px);
  }

  .niche-landing .niche-system-flow {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 28px;
  }

  .niche-landing .niche-system-card {
    min-height: 0;
    padding: 34px 18px 22px;
  }

  .niche-landing .niche-system-card__number {
    top: -15px;
    left: 50%;
  }

  .niche-landing .niche-system-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .niche-landing .niche-system-card__icon-inner {
    width: 40px;
    height: 40px;
  }

  .niche-landing .niche-system-card__icon-inner svg {
    width: 36px;
    height: 36px;
  }

  .niche-landing .niche-system-card ul {
    gap: 9px;
    margin-top: 18px;
  }

  .niche-landing .niche-system-card__connector {
    top: auto;
    right: 50%;
    bottom: -15px;
    display: flex;
    transform: translate3d(50%, 0, 0) scale(0.78) rotate(90deg);
  }

  .niche-landing .niche-system-section.visible .niche-system-card__connector {
    transform: translate3d(50%, 0, 0) scale(1) rotate(90deg);
  }

  .niche-landing .niche-system-card__connector::before,
  .niche-landing .niche-system-card__connector::after {
    width: 13px;
  }

  .niche-landing .niche-system-section.visible .niche-system-card__connector > i {
    animation-name: service-flow-glint-mobile;
  }

  .niche-landing .niche-system-result {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 18px;
  }

  .niche-landing .niche-system-result__copy,
  .niche-landing .niche-system-result__action,
  .niche-landing .niche-system-result .niche-system-result__metrics {
    grid-column: auto;
    grid-row: auto;
  }

  .niche-landing .niche-system-result .niche-system-result__metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 0;
    border: 0;
  }

  .niche-landing .niche-system-result .niche-system-result__metrics li {
    align-items: center;
    justify-items: start;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 3px 10px;
    font-size: 13px;
    line-height: 1.32;
    text-align: left;
  }

  .niche-landing .niche-system-result .niche-system-result__metrics svg {
    grid-row: span 2;
    width: 20px;
    height: 20px;
  }

  .niche-landing .niche-system-result .niche-system-result__metrics strong {
    font-size: 14px;
    line-height: 1.2;
  }

  .niche-landing .niche-system-result .niche-system-result__metrics span {
    max-width: 100%;
  }

  .niche-landing .niche-system-note {
    align-items: flex-start;
    margin-top: 18px;
    font-size: 13.5px;
    text-align: left;
  }

  .niche-landing .projects-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    overflow: clip;
  }

  .niche-landing .niche-case-item,
  .niche-landing .project-card--case,
  .niche-landing .project-card--case .project-card__thumb,
  .niche-landing .project-card--case .case-cover,
  .niche-landing .project-card--case .case-cover__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .niche-landing .project-card--case .project-card__thumb {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .niche-landing .project-card--case:hover .case-cover__visual,
  .niche-landing .project-card--case:focus-within .case-cover__visual,
  .niche-landing .project-card--case:hover .case-cover__screenshot,
  .niche-landing .project-card--case:focus-within .case-cover__screenshot {
    transform: none;
  }

  .niche-landing .project-card__hover {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    max-width: calc(100% - 20px);
  }

  .niche-landing .project-card--case:hover .case-cover__title,
  .niche-landing .project-card--case:focus-within .case-cover__title,
  .niche-landing .project-card--case .case-cover__title {
    transform: translateY(-100px);
  }

  .niche-landing .project-card--case:hover .case-cover__tags,
  .niche-landing .project-card--case:focus-within .case-cover__tags,
  .niche-landing .project-card--case .case-cover__tags {
    transform: none;
  }
}

.niche-landing .handwerker-system-stack {
  padding: 92px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.06), transparent 30%),
    #f3f7ff;
}

.niche-landing .handwerker-system-stack__head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.niche-landing .handwerker-system-stack__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

.niche-landing .handwerker-system-stack__head h2 {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.niche-landing .handwerker-system-stack__head > p:not(.handwerker-system-stack__eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: #526179;
}

.niche-landing .handwerker-system-main-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 54px;
}

.niche-landing .handwerker-system-main-card {
  position: relative;
  overflow: visible;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.niche-landing .handwerker-system-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 6%, rgba(37, 99, 235, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), transparent 32%);
}

.niche-landing .handwerker-system-main-card > * {
  position: relative;
  z-index: 1;
}

.niche-landing .handwerker-system-main-card:not(:last-child)::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding-bottom: 2px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 58%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  transform: translate3d(0, -50%, 0);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.18);
}

.niche-landing .handwerker-system-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.niche-landing .handwerker-system-main-card h3 {
  margin: 0 0 18px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #0f172a;
}

.niche-landing .handwerker-system-card-lead {
  min-height: 66px;
  margin: -8px 0 0;
  font-size: 15px;
  line-height: 1.48;
  color: #526179;
}

.niche-landing .handwerker-system-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin: 20px 0 24px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, #eaf2ff 0%, #ffffff 100%);
  overflow: hidden;
}

.niche-landing .handwerker-system-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin: -5px 0 18px;
}

.niche-landing .handwerker-system-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.82);
  color: #2563eb;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.niche-landing .handwerker-system-visual--website {
  align-items: flex-end;
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 99, 235, 0.12), transparent 36%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
}

.niche-landing .handwerker-website-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.02);
}

.niche-landing .handwerker-system-visual--map {
  background:
    linear-gradient(34deg, transparent 0 39%, rgba(37, 99, 235, 0.14) 39% 44%, transparent 44%),
    linear-gradient(128deg, transparent 0 24%, rgba(34, 197, 94, 0.14) 24% 36%, transparent 36%),
    linear-gradient(80deg, transparent 0 66%, rgba(245, 158, 11, 0.10) 66% 70%, transparent 70%),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.22) 0 1px, transparent 1px 31px),
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.20) 0 1px, transparent 1px 34px),
    #f8fafc;
}

.niche-landing .handwerker-map-pin {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
  transform: translateX(-50%) rotate(-45deg);
}

.niche-landing .handwerker-map-pin::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: #dbeafe;
}

.niche-landing .handwerker-map-pin::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -13px;
  width: 26px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.24);
  transform: rotate(45deg);
}

.niche-landing .handwerker-map-card {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(270px, calc(100% - 28px));
  padding: 15px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  transform: translateX(-50%);
}

.niche-landing .handwerker-map-card__icon,
.niche-landing .handwerker-expectation-icon,
.niche-landing .handwerker-system-cta-icon {
  display: grid;
  place-items: center;
}

.niche-landing .handwerker-map-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  color: #2563eb;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 24px rgba(31, 102, 255, 0.09);
}

.niche-landing .handwerker-map-card svg,
.niche-landing .handwerker-expectation-icon svg,
.niche-landing .handwerker-system-cta-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.niche-landing .handwerker-map-card strong,
.niche-landing .handwerker-map-card em,
.niche-landing .handwerker-map-card p,
.niche-landing .handwerker-map-card small {
  display: block;
  margin: 0;
}

.niche-landing .handwerker-map-card strong {
  font-size: 17px;
  line-height: 1.2;
  color: #0f172a;
}

.niche-landing .handwerker-map-card em {
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.2;
  font-style: normal;
}

.niche-landing .handwerker-map-card p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.niche-landing .handwerker-map-card p span,
.niche-landing .handwerker-rating-card strong span {
  color: #f4b400;
  letter-spacing: 0.02em;
}

.niche-landing .handwerker-map-card small {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  color: #16a34a;
}

.niche-landing .handwerker-map-card__actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 4px;
}

.niche-landing .handwerker-map-card__actions span {
  display: grid;
  place-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.niche-landing .handwerker-system-visual--rating {
  background:
    radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.10), transparent 34%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
}

.niche-landing .handwerker-rating-card {
  width: min(280px, calc(100% - 34px));
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.niche-landing .handwerker-rating-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  color: #0f172a;
}

.niche-landing .handwerker-rating-card strong span {
  font-size: 21px;
}

.niche-landing .handwerker-rating-card p {
  margin: 14px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
  line-height: 1.45;
  color: #526179;
}

.niche-landing .handwerker-rating-avatars {
  display: flex;
  margin-top: 16px;
}

.niche-landing .handwerker-rating-avatars img {
  width: 34px;
  height: 34px;
  margin-right: -7px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  background: #e2e8f0;
}

.niche-landing .handwerker-system-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.niche-landing .handwerker-system-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.42;
  color: #334155;
}

.niche-landing .handwerker-system-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.72), rgba(238, 243, 255, 0.18) 42%, rgba(31, 102, 255, 0.08) 100%),
    linear-gradient(135deg, #38bdf8 0%, #2563eb 62%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.14);
}

.niche-landing .handwerker-expectations-block {
  margin-top: 28px;
  padding: 36px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.niche-landing .handwerker-expectations-block h3 {
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-align: center;
}

.niche-landing .handwerker-expectations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.niche-landing .handwerker-expectation-card {
  min-height: 180px;
  padding: 22px 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.niche-landing .handwerker-expectation-icon {
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  color: #2563eb;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 24px rgba(31, 102, 255, 0.09);
}

.niche-landing .handwerker-expectation-card h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #0f172a;
}

.niche-landing .handwerker-expectation-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #526179;
}

.niche-landing .handwerker-system-cta-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.08);
}

.niche-landing .handwerker-system-cta-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.92), rgba(238, 243, 255, 0.56) 40%, rgba(31, 102, 255, 0.1) 100%),
    #eef3ff;
  color: #2563eb;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(31, 102, 255, 0.09);
}

.niche-landing .handwerker-system-cta-text h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.25;
  color: #0f172a;
}

.niche-landing .handwerker-system-cta-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #526179;
}

.niche-landing .handwerker-system-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 14px;
  background: #2563eb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.niche-landing .handwerker-system-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.34);
}

@media (max-width: 980px) {
  .niche-landing .handwerker-system-stack {
    padding: 72px 0;
  }

  .niche-landing .handwerker-system-main-grid {
    grid-template-columns: 1fr;
  }

  .niche-landing .handwerker-system-main-card {
    min-height: 0;
  }

  .niche-landing .handwerker-system-card-lead {
    min-height: 0;
  }

  .niche-landing .handwerker-system-main-card:not(:last-child)::after {
    display: none;
  }

  .niche-landing .handwerker-expectations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .niche-landing .handwerker-system-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .niche-landing .handwerker-system-cta-icon {
    margin-inline: auto;
  }

  .niche-landing .handwerker-system-cta-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .niche-landing .handwerker-system-stack {
    padding: 56px 0;
  }

  .niche-landing .handwerker-system-stack__head {
    text-align: left;
  }

  .niche-landing .handwerker-system-stack__head h2 {
    font-size: 30px;
  }

  .niche-landing .handwerker-system-stack__head > p:not(.handwerker-system-stack__eyebrow) {
    font-size: 16px;
  }

  .niche-landing .handwerker-system-main-grid {
    margin-top: 34px;
  }

  .niche-landing .handwerker-system-main-card {
    padding: 22px;
    border-radius: 22px;
  }

  .niche-landing .handwerker-system-card-lead {
    font-size: 14px;
  }

  .niche-landing .handwerker-system-visual {
    height: 180px;
  }

  .niche-landing .handwerker-map-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    padding: 13px;
  }

  .niche-landing .handwerker-map-card__icon {
    width: 40px;
    height: 40px;
  }

  .niche-landing .handwerker-rating-card {
    padding: 20px;
  }

  .niche-landing .handwerker-rating-card strong {
    font-size: 30px;
  }

  .niche-landing .handwerker-expectations-block {
    padding: 22px;
    border-radius: 24px;
  }

  .niche-landing .handwerker-expectations-block h3 {
    font-size: 25px;
    text-align: left;
  }

  .niche-landing .handwerker-expectations-grid {
    grid-template-columns: 1fr;
  }

  .niche-landing .handwerker-expectation-card {
    min-height: 0;
  }

  .niche-landing .handwerker-system-cta-card {
    padding: 22px;
  }

  .niche-landing .handwerker-system-cta-text h3 {
    font-size: 20px;
  }
}

.niche-landing :is(h1, h2, h3, h4, h5, h6, .section-title, .niche-hero-title) {
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .niche-landing .niche-contact {
    gap: 22px;
  }

  .niche-landing .niche-contact__quote {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .niche-landing .niche-contact__content .section-title {
    margin-bottom: 0;
  }

  .niche-landing .niche-contact__author {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    min-width: 0;
  }

  .niche-landing .niche-contact__author picture,
  .niche-landing .niche-contact__author img {
    width: 70px;
    height: 70px;
  }

  .niche-landing .niche-contact__author figcaption {
    text-align: left;
  }

  .niche-landing .niche-contact__intro {
    margin-bottom: 18px;
  }

  .niche-landing .niche-contact__benefit img {
    width: 46px;
    height: 46px;
    padding: 11px;
  }

  .niche-landing .niche-contact__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .niche-landing .niche-contact__step:not(:last-child)::after {
    display: none;
  }

  .niche-landing .niche-contact__step img {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .niche-landing .niche-contact__step h4 {
    min-height: 0;
  }

  .niche-landing #niche-contact .portfolio-contact-form--niche-contact {
    padding: clamp(8px, 1vw, 16px);
    border-radius: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    filter: none;
    transform: none;
  }

  .niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__consent,
  .niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance {
    padding-right: 44px;
    color: var(--color-text-muted);
    opacity: 1;
    filter: none;
    transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__submit,
  .niche-landing #niche-contact .portfolio-contact-form--niche-contact .portfolio-contact-form__assurance-list {
    margin-right: 44px;
  }
}

@media (max-width: 420px) {
  .niche-landing .niche-contact__steps {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .niche-landing .niche-contact__step {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 7px 10px;
    align-items: center;
    text-align: left;
  }

  .niche-landing .niche-contact__step img {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    align-self: center;
    justify-self: center;
  }

  .niche-landing .niche-contact__step h4 {
    margin: 0;
  }
}
