.fc-body--landlord-landing {
  background:
    radial-gradient(860px 420px at 12% -6%, rgba(20, 148, 131, 0.16), transparent 60%),
    radial-gradient(780px 360px at 100% 10%, rgba(9, 86, 97, 0.12), transparent 58%),
    linear-gradient(180deg, #fbfdfd 0%, #eef7f6 28%, #e8f2f2 100%);
}

.fcl-page {
  padding-top: 34px;
}

.fcl-hero-shell,
.fcl-proof-shell,
.fcl-editorial-shell,
.fcl-addon-shell,
.fcl-faq-shell {
  overflow: visible;
}

.fcl-hero-shell {
  background:
    radial-gradient(520px 260px at 0% 0%, rgba(20, 148, 131, 0.12), transparent 62%),
    radial-gradient(460px 220px at 100% 6%, rgba(232, 119, 30, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 250, 249, 0.97));
}

.fcl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 30px;
  padding: 38px;
  align-items: center;
}

.fcl-hero__copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.65rem, 5.3vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.fcl-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fcl-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(16, 32, 51, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--fc-ink);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(16, 32, 51, 0.05);
}

.fcl-hero__media {
  position: relative;
  min-height: 560px;
}

.fcl-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 215, 211, 0.92);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--fc-shadow-md);
}

.fcl-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fcl-photo--hero {
  height: 100%;
  min-height: 560px;
}

.fcl-photo--tall {
  height: 100%;
  min-height: 480px;
}

.fcl-photo--wide {
  min-height: 320px;
}

.fcl-rating-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 330px;
  padding: 14px 16px;
  border: 1px solid rgba(191, 215, 211, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 32px rgba(16, 32, 51, 0.12);
  backdrop-filter: blur(14px);
}

.fcl-rating-badge img {
  width: 104px;
  height: auto;
  flex: 0 0 auto;
}

.fcl-rating-badge strong,
.fcl-addon-caption strong,
.fcl-proof-item strong,
.fcl-plan-card__price strong,
.fcl-floating-card__price strong {
  display: block;
  letter-spacing: -0.03em;
}

.fcl-rating-badge strong {
  font-size: 0.98rem;
}

.fcl-rating-badge span,
.fcl-proof-item span,
.fcl-addon-caption span {
  display: block;
  color: var(--fc-ink-soft);
  line-height: 1.5;
}

.fcl-floating-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 24px;
  border: 1px solid rgba(191, 215, 211, 0.96);
  border-radius: 28px;
  background:
    radial-gradient(180px 110px at 100% 0%, rgba(20, 148, 131, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 249, 0.96));
  box-shadow: 0 26px 52px rgba(16, 32, 51, 0.18);
}

.fcl-floating-card__logo,
.fcl-plan-card__header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}

.fcl-floating-card__logo {
  align-items: center;
}

.fcl-floating-card__logo img {
  width: 76px;
  height: auto;
  flex: 0 0 auto;
}

.fcl-floating-card__logo span,
.fcl-plan-card__eyebrow,
.fcl-compare__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 148, 131, 0.12);
  color: var(--fc-teal-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fcl-floating-card__logo strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.fcl-floating-card__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 18px;
}

.fcl-floating-card__price strong,
.fcl-plan-card__price strong {
  font-size: 2.25rem;
  line-height: 0.95;
}

.fcl-floating-card__price span,
.fcl-plan-card__price span {
  color: var(--fc-ink-soft);
  font-weight: 700;
}

.fcl-floating-card__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fcl-floating-card__list li + li {
  margin-top: 12px;
}

.fcl-proof-shell {
  padding: 24px 28px;
}

.fcl-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fcl-proof-item {
  min-height: 126px;
  padding: 20px;
  border: 1px solid rgba(191, 215, 211, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(16, 32, 51, 0.05);
}

.fcl-proof-item strong {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.fcl-editorial,
.fcl-addon-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
  gap: 28px;
  padding: 36px;
  align-items: center;
}

.fcl-editorial__copy h2,
.fcl-section-head h2,
.fcl-addon-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.fcl-editorial__copy p,
.fcl-section-head p,
.fcl-addon-copy p,
.fcl-faq-shell .fcl-section-head p {
  color: var(--fc-ink-soft);
  line-height: 1.72;
}

.fcl-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.fcl-compare__card,
.fcl-plan-card,
.fcl-addon-card,
.fcl-faq-item {
  border: 1px solid rgba(191, 215, 211, 0.96);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.06);
}

.fcl-compare__card {
  padding: 22px;
}

.fcl-compare__card--featured {
  background:
    radial-gradient(180px 110px at 100% 0%, rgba(20, 148, 131, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 250, 248, 0.96));
}

.fcl-compare__card h3 {
  margin: 14px 0 8px;
  font-size: 1.26rem;
  letter-spacing: -0.03em;
}

.fcl-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fcl-list li,
.fcl-floating-card__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.fcl-list li + li,
.fcl-floating-card__list li + li {
  margin-top: 10px;
}

.fcl-list li::before,
.fcl-floating-card__list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fc-teal), var(--fc-cta));
  transform: translateY(-50%);
}

.fcl-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 18px;
  align-items: end;
  padding: 36px 36px 0;
}

.fcl-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 28px 36px 0;
}

.fcl-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.fcl-plan-card--featured {
  transform: translateY(-10px);
  box-shadow: 0 26px 52px rgba(16, 32, 51, 0.14);
}

.fcl-plan-card__art-wrap {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 26px;
  background:
    radial-gradient(200px 120px at 50% 20%, rgba(20, 148, 131, 0.14), transparent 76%),
    linear-gradient(180deg, rgba(226, 246, 242, 0.95), rgba(247, 251, 251, 0.95));
}

.fcl-plan-card__art {
  width: min(150px, 100%);
  height: auto;
}

.fcl-plan-card__art--premier {
  width: min(116px, 100%);
}

.fcl-plan-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.fcl-plan-card__eyebrow--warm {
  background: rgba(232, 119, 30, 0.14);
  color: #8a470a;
}

.fcl-plan-card__header h3 {
  margin: 12px 0 0;
  font-size: 1.45rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.fcl-plan-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
  white-space: nowrap;
}

.fcl-plan-card__intro {
  margin: 18px 0 0;
  color: var(--fc-ink-soft);
  line-height: 1.7;
}

.fcl-plan-card__meta,
.fcl-plan-note {
  color: var(--fc-ink-soft);
  line-height: 1.58;
}

.fcl-plan-card__meta {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.95rem;
}

.fcl-plan-card .fc-btn {
  width: 100%;
  margin-top: 18px;
}

.fcl-plan-note {
  margin: 24px 36px 36px;
  padding: 18px 20px;
  border: 1px solid rgba(191, 215, 211, 0.94);
  border-radius: 22px;
  background: rgba(244, 250, 249, 0.9);
}

.fcl-addon-media {
  display: grid;
  gap: 16px;
}

.fcl-addon-caption {
  padding: 18px 20px;
  border: 1px solid rgba(191, 215, 211, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

.fcl-addon-caption strong {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.fcl-addon-grid,
.fcl-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fcl-addon-grid {
  margin: 24px 0 0;
}

.fcl-addon-card {
  min-height: 172px;
  padding: 22px;
}

.fcl-addon-card span {
  display: inline-flex;
  color: var(--fc-teal-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.fcl-addon-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.55rem;
  letter-spacing: -0.05em;
}

.fcl-addon-card p {
  margin: 12px 0 0;
  color: var(--fc-ink-soft);
  line-height: 1.64;
}

.fcl-section-head--compact {
  padding-bottom: 24px;
}

.fcl-faq-grid {
  padding: 0 36px 36px;
}

.fcl-faq-item {
  padding: 0;
  overflow: hidden;
}

.fcl-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 800;
  line-height: 1.5;
}

.fcl-faq-item summary::-webkit-details-marker {
  display: none;
}

.fcl-faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--fc-ink-soft);
  line-height: 1.68;
}

.fcl-cta-band {
  background:
    radial-gradient(220px 120px at 100% 0%, rgba(20, 148, 131, 0.14), transparent 75%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 250, 249, 0.97));
}

.fcl-sticky-cta {
  width: min(820px, calc(100% - 24px));
}

@media (max-width: 1120px) {
  .fcl-hero,
  .fcl-editorial,
  .fcl-addon-layout,
  .fcl-section-head {
    grid-template-columns: 1fr;
  }

  .fcl-proof-grid,
  .fcl-plan-grid,
  .fcl-addon-grid,
  .fcl-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fcl-plan-card--featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .fcl-page {
    padding-top: 26px;
  }

  .fcl-hero,
  .fcl-editorial,
  .fcl-addon-layout,
  .fcl-proof-shell,
  .fcl-section-head,
  .fcl-plan-grid,
  .fcl-faq-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fcl-proof-shell {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fcl-hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .fcl-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .fcl-hero__media {
    min-height: 480px;
  }

  .fcl-photo--hero,
  .fcl-photo--tall {
    min-height: 420px;
  }

  .fcl-rating-badge {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .fcl-floating-card {
    position: static;
    width: auto;
    margin-top: 16px;
  }

  .fcl-proof-grid,
  .fcl-compare,
  .fcl-plan-grid,
  .fcl-addon-grid,
  .fcl-faq-grid {
    grid-template-columns: 1fr;
  }

  .fcl-plan-card__header {
    flex-direction: column;
  }

  .fcl-plan-card__price {
    align-items: flex-start;
    text-align: left;
  }

  .fcl-plan-note {
    margin-right: 20px;
    margin-left: 20px;
  }

  .fcl-sticky-cta {
    grid-template-columns: 1fr;
  }

  .fcl-sticky-cta .fc-btn {
    width: 100%;
  }
}
