@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/mulish-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --pbl-ink: #141a20;
  --pbl-night: #080b0f;
  --pbl-night-soft: #111820;
  --pbl-paper: #ffffff;
  --pbl-fog: #f3f5f4;
  --pbl-line: #d7dddf;
  --pbl-muted: #596671;
  --pbl-muted-dark: #aeb9c2;
  --pbl-teal: #087f6d;
  --pbl-teal-soft: #e2f1ed;
  --pbl-orange: #ff6841;
  --pbl-orange-dark: #b9361c;
  --pbl-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.persona-buy {
  min-width: 320px;
  margin: 0;
  color: var(--pbl-ink);
  background: var(--pbl-paper);
  font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.persona-buy button,
body.persona-buy a {
  font: inherit;
}

body.persona-buy a {
  color: inherit;
}

body.persona-buy img {
  display: block;
  max-width: 100%;
}

.pbl-icon {
  width: 1.05em;
  height: 1.05em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pbl-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  color: var(--pbl-paper);
  background: rgba(8, 11, 15, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pbl-header__inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(var(--pbl-max), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
}

.pbl-brand {
  display: inline-flex;
  align-items: center;
  width: 158px;
}

.pbl-brand img {
  width: 100%;
  height: auto;
}

.pbl-header__offer {
  justify-self: center;
  color: #dfe8ee;
  font-size: 13px;
}

.pbl-header__offer strong {
  margin-left: 9px;
  color: var(--pbl-paper);
}

.pbl-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
}

.pbl-action--primary {
  color: #171717;
  background: var(--pbl-orange);
  border-color: #ff815f;
}

.pbl-action--primary:hover {
  background: #ff7a55;
}

.pbl-action--secondary {
  color: var(--pbl-paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.pbl-action--secondary:hover {
  border-color: rgba(255, 255, 255, 0.72);
}

.pbl-action:focus-visible,
.pbl-text-link:focus-visible,
.pbl-brand:focus-visible,
.pbl-footer a:focus-visible,
.auth-social-button:focus-visible,
.modal-close:focus-visible {
  outline: 3px solid #84d8c4;
  outline-offset: 3px;
}

.pbl-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  overflow: hidden;
  color: var(--pbl-paper);
  background: #171c20;
}

.pbl-hero::before,
.pbl-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.pbl-hero::before {
  background-position: center;
  background-size: cover;
}

.pbl-hero::after {
  z-index: -1;
  background: rgba(5, 8, 11, 0.78);
}

.persona-first-home .pbl-hero::before {
  background-image: url("/media/homes/first-time-home.jpg");
  background-position: center 58%;
}

.persona-busy-homeowners .pbl-hero::before {
  background-image: url("/media/homes/townhome.jpg");
  background-position: center 42%;
}

.persona-vacation-home .pbl-hero::before {
  background-image: url("/media/homes/beach-house.avif");
  background-position: center 58%;
}

.persona-support-parents .pbl-hero::before {
  background-image: url("/media/homes/first-time-home.jpg");
  background-position: center 45%;
}

.pbl-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: 70px;
  width: min(var(--pbl-max), calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 58px 0 66px;
}

.pbl-hero--single .pbl-hero__inner {
  grid-template-columns: minmax(0, 800px);
}

.pbl-eyebrow,
.pbl-kicker,
.pbl-offer__kicker,
.pbl-proof__label {
  margin: 0 0 14px;
  color: #7be0c6;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pbl-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 62px;
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: 0;
}

.persona-busy-homeowners .pbl-hero h1 {
  font-size: 58px;
}

.pbl-hero__lede {
  max-width: 700px;
  margin: 24px 0 0;
  color: #d6dfe5;
  font-size: 20px;
  line-height: 1.55;
}

.pbl-hero__list,
.pbl-offer__list,
.pbl-proof__steps {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pbl-hero__list li,
.pbl-offer__list li,
.pbl-proof__steps li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.pbl-hero__list li {
  color: #f0f4f6;
  font-size: 16px;
}

.pbl-hero__list .pbl-icon,
.pbl-offer__list .pbl-icon,
.pbl-proof__steps .pbl-icon {
  margin-top: 3px;
  color: #7be0c6;
}

.pbl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.pbl-hero__trust {
  color: #bec8cf;
  font-size: 12px;
}

.pbl-offer {
  align-self: center;
  padding: 32px;
  background: rgba(10, 15, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--pbl-orange);
  border-radius: 6px;
}

.pbl-offer__compare {
  margin: 0;
  color: #9fabb4;
  font-size: 15px;
}

.pbl-offer__price {
  margin: 4px 0 0;
  color: var(--pbl-paper);
  font-size: 62px;
  font-weight: 800;
  line-height: 1;
}

.pbl-offer__price span {
  display: block;
  margin-top: 8px;
  color: #c5cfd6;
  font-size: 15px;
  font-weight: 700;
}

.pbl-offer__value {
  margin: 22px 0 0;
  color: #edf2f5;
  font-size: 17px;
  line-height: 1.5;
}

.pbl-offer__list {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.pbl-offer__list li {
  color: #cbd4da;
  font-size: 14px;
}

.pbl-offer .pbl-action {
  width: 100%;
  margin-top: 26px;
}

.pbl-offer__fineprint {
  margin: 12px 0 0;
  color: #9eabb4;
  font-size: 11px;
  text-align: center;
}

.pbl-value-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--pbl-max), calc(100% - 48px));
  margin: 0 auto;
  border-bottom: 1px solid var(--pbl-line);
}

.pbl-value-band > div {
  min-height: 148px;
  padding: 30px;
  border-right: 1px solid var(--pbl-line);
}

.pbl-value-band > div:last-child {
  border-right: 0;
}

.pbl-value-band strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pbl-ink);
  font-size: 26px;
  line-height: 1.15;
}

.pbl-value-band span {
  color: var(--pbl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.pbl-section {
  padding: 88px 0;
}

.pbl-section--fog {
  background: var(--pbl-fog);
  border-top: 1px solid var(--pbl-line);
  border-bottom: 1px solid var(--pbl-line);
}

.pbl-section--night {
  color: var(--pbl-paper);
  background: var(--pbl-night-soft);
}

.pbl-shell {
  width: min(var(--pbl-max), calc(100% - 48px));
  margin: 0 auto;
}

.pbl-section__heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.pbl-kicker {
  color: var(--pbl-orange-dark);
}

.pbl-section--night .pbl-kicker {
  color: #7be0c6;
}

.pbl-section h2,
.pbl-final h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.pbl-section__heading > p:last-child,
.pbl-proof__copy > p,
.pbl-final__copy > p {
  margin: 18px 0 0;
  color: var(--pbl-muted);
  font-size: 18px;
  line-height: 1.65;
}

.pbl-section--night .pbl-section__heading > p:last-child,
.pbl-section--night .pbl-proof__copy > p,
.pbl-final__copy > p {
  color: var(--pbl-muted-dark);
}

.pbl-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 86px;
  align-items: center;
}

.pbl-proof__screen {
  justify-self: center;
  width: min(320px, 100%);
  margin: 0;
  padding: 12px;
  background: #151b21;
  border: 1px solid #26313a;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(10, 17, 22, 0.18);
}

.pbl-proof__screen img {
  width: 100%;
  aspect-ratio: 1170 / 2532;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

.pbl-proof__screen figcaption {
  padding: 12px 4px 2px;
  color: #c2ccd3;
  font-size: 11px;
  line-height: 1.4;
}

.pbl-proof__label {
  color: var(--pbl-teal);
}

.pbl-proof__copy h2 {
  max-width: 720px;
}

.pbl-proof__steps {
  margin-top: 30px;
  border-top: 1px solid var(--pbl-line);
}

.pbl-proof__steps li {
  padding-top: 18px;
  color: #46535d;
  border-bottom: 1px solid var(--pbl-line);
  padding-bottom: 18px;
}

.pbl-proof__steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--pbl-ink);
}

.pbl-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pbl-outcome {
  min-height: 245px;
  padding: 26px;
  background: var(--pbl-paper);
  border: 1px solid var(--pbl-line);
  border-top: 4px solid var(--pbl-teal);
  border-radius: 6px;
}

.pbl-outcome .pbl-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 28px;
  color: var(--pbl-teal);
}

.pbl-outcome h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.pbl-outcome p {
  margin: 0;
  color: var(--pbl-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pbl-case {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.pbl-case__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin: 0;
  background: #10161c;
  border-radius: 6px;
}

.pbl-case__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.pbl-case__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 18px;
  color: #dce5ea;
  background: rgba(8, 11, 15, 0.9);
  font-size: 11px;
}

.pbl-case__copy blockquote {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.pbl-case__copy cite {
  display: block;
  margin-top: 22px;
  color: #9cabb5;
  font-size: 14px;
  font-style: normal;
}

.pbl-case__note {
  margin: 28px 0 0;
  padding-top: 22px;
  color: #bfc9d0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  line-height: 1.6;
}

.pbl-evidence-stat {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pbl-evidence-stat strong {
  color: #7be0c6;
  font-size: 52px;
  line-height: 1;
}

.pbl-evidence-stat p {
  margin: 0;
  color: #d3dce2;
  font-size: 18px;
  line-height: 1.5;
}

.pbl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #8de6cf;
  font-weight: 750;
}

.pbl-final {
  color: var(--pbl-paper);
  background: var(--pbl-night);
  border-top: 4px solid var(--pbl-orange);
}

.pbl-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 44px;
  align-items: center;
  width: min(var(--pbl-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0;
}

.pbl-final__price {
  min-width: 165px;
}

.pbl-final__price s {
  display: block;
  color: #8997a1;
  font-size: 13px;
}

.pbl-final__price strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.pbl-final__price span {
  color: #aeb9c2;
  font-size: 12px;
}

.pbl-final__actions {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.pbl-final__actions small {
  color: #8f9ca6;
  font-size: 10px;
  text-align: center;
}

.pbl-footer {
  color: #9ca9b2;
  background: #05070a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pbl-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(var(--pbl-max), calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
}

.pbl-footer p {
  margin: 0;
  font-size: 12px;
}

.pbl-footer__links {
  display: flex;
  gap: 20px;
  font-size: 12px;
}

.pbl-footer a {
  text-decoration: none;
}

dialog#auth-modal {
  width: min(460px, calc(100% - 32px));
  margin: auto;
  padding: 34px;
  color: var(--pbl-paper);
  background: var(--pbl-night-soft);
  border: 1px solid #34404a;
  border-radius: 8px;
}

dialog#auth-modal::backdrop {
  background: rgba(3, 6, 8, 0.78);
  backdrop-filter: blur(5px);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #adbac3;
  background: transparent;
  border: 0;
  font-size: 27px;
  cursor: pointer;
}

.auth-modal-body {
  display: grid;
  gap: 18px;
}

.modal-title {
  margin: 0;
  padding-right: 36px;
  font-size: 28px;
  line-height: 1.2;
}

.modal-subtitle,
.auth-linking-hint,
.modal-inline-error {
  margin: 0;
  color: #b7c2ca;
  font-size: 14px;
  line-height: 1.55;
}

.auth-social {
  display: grid;
  gap: 10px;
}

.auth-social-button {
  min-height: 50px;
  color: #11161b;
  background: var(--pbl-paper);
  border: 1px solid #d6dde2;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.auth-social-button:hover {
  background: #eef2f3;
}

.modal-inline-error {
  color: #ffb09b;
}

@media (max-width: 1100px) {
  .pbl-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .pbl-hero h1 {
    max-width: 900px;
    font-size: 54px;
  }

  .persona-busy-homeowners .pbl-hero h1 {
    font-size: 54px;
  }

  .pbl-offer {
    display: none;
  }
}

@media (max-width: 980px) {
  .pbl-header__inner {
    grid-template-columns: 160px minmax(0, 1fr) auto;
  }

  .pbl-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding-top: 52px;
  }

  .pbl-offer {
    width: min(560px, 100%);
  }

  .pbl-hero h1 {
    font-size: 50px;
  }

  .persona-busy-homeowners .pbl-hero h1 {
    font-size: 50px;
  }

  .pbl-proof,
  .pbl-case {
    gap: 48px;
  }

  .pbl-final__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pbl-final__actions {
    grid-column: 1 / -1;
    width: min(360px, 100%);
  }
}

@media (max-width: 760px) {
  .pbl-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100% - 32px, var(--pbl-max));
    min-height: 64px;
  }

  .pbl-header__offer {
    display: none;
  }

  .pbl-brand {
    width: 132px;
  }

  .pbl-header .pbl-action {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  .pbl-hero,
  .pbl-hero__inner {
    min-height: auto;
  }

  .pbl-hero__inner,
  .pbl-shell,
  .pbl-value-band,
  .pbl-final__inner,
  .pbl-footer__inner {
    width: min(100% - 36px, var(--pbl-max));
  }

  .pbl-hero__inner {
    padding: 38px 0 30px;
  }

  .pbl-hero h1 {
    font-size: 42px;
  }

  .persona-busy-homeowners .pbl-hero h1 {
    font-size: 42px;
  }

  .pbl-hero__lede {
    font-size: 17px;
  }

  .pbl-hero__actions,
  .pbl-hero__actions .pbl-action {
    width: 100%;
  }

  .pbl-hero__trust {
    width: 100%;
    text-align: center;
  }

  .pbl-offer {
    display: none;
  }

  .pbl-value-band {
    grid-template-columns: 1fr;
  }

  .pbl-value-band > div {
    min-height: 0;
    padding: 24px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--pbl-line);
  }

  .pbl-value-band > div:last-child {
    border-bottom: 0;
  }

  .pbl-section {
    padding: 64px 0;
  }

  .pbl-section h2,
  .pbl-final h2 {
    font-size: 34px;
  }

  .pbl-section__heading > p:last-child,
  .pbl-proof__copy > p,
  .pbl-final__copy > p {
    font-size: 16px;
  }

  .pbl-proof,
  .pbl-case,
  .pbl-outcomes,
  .pbl-final__inner {
    grid-template-columns: 1fr;
  }

  .pbl-proof__screen {
    width: min(270px, 78vw);
  }

  .pbl-outcome {
    min-height: 0;
  }

  .pbl-case__media,
  .pbl-case__media img {
    min-height: 330px;
  }

  .pbl-case__copy blockquote {
    font-size: 27px;
  }

  .pbl-evidence-stat {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pbl-final__inner {
    gap: 28px;
  }

  .pbl-final__actions {
    grid-column: auto;
    width: 100%;
  }

  .pbl-footer__inner {
    display: grid;
    padding: 28px 0;
  }

  .pbl-footer__links {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .pbl-header .pbl-action span {
    display: none;
  }

  .pbl-header .pbl-action::after {
    content: "Buy for $50";
  }

  .pbl-hero__inner {
    padding: 26px 0 22px;
  }

  .pbl-hero h1 {
    font-size: 36px;
  }

  .persona-busy-homeowners .pbl-hero h1 {
    font-size: 36px;
  }

  .pbl-hero__lede {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.48;
  }

  .pbl-hero__list {
    display: none;
  }

  .pbl-hero__actions {
    margin-top: 22px;
  }

  dialog#auth-modal {
    padding: 30px 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
