.pfs-shell {
  --pfs-ink: #11140f;
  --pfs-bone: #f4f1e8;
  --pfs-lime: #d9ff57;
  --pfs-orange: #ff6846;
  --pfs-line: rgba(244, 241, 232, 0.16);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--pfs-ink);
  color: var(--pfs-bone);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pfs-shell,
.pfs-shell * {
  box-sizing: border-box;
}

.pfs-shell a {
  text-decoration: none;
}

.pfs-skip {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 99999;
  padding: 12px 16px;
  background: var(--pfs-lime);
  color: var(--pfs-ink) !important;
  font-size: 13px;
  font-weight: 900;
}

.pfs-skip:focus {
  top: 16px;
}

.pfs-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 80px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--pfs-line);
  background: rgba(17, 20, 15, 0.92);
  backdrop-filter: blur(18px);
}

.pfs-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.pfs-brand img {
  display: block;
  width: clamp(142px, 13vw, 184px) !important;
  max-width: 184px !important;
  height: auto !important;
  margin: 0 !important;
}

.pfs-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.pfs-nav a {
  position: relative;
  padding: 30px 0 27px;
  color: #d4d7ce !important;
  font-size: 12px;
  font-weight: 700;
}

.pfs-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--pfs-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms ease;
}

.pfs-nav a:hover,
.pfs-nav a:focus {
  color: var(--pfs-lime) !important;
}

.pfs-nav a:hover::after,
.pfs-nav a:focus::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.pfs-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pfs-header-call {
  color: #d4d7ce !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pfs-header-call:hover,
.pfs-header-call:focus {
  color: var(--pfs-lime) !important;
}

.pfs-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0 8px;
  border-bottom: 1px solid var(--pfs-lime);
  color: var(--pfs-lime) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pfs-header-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pfs-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0 !important;
  border: 1px solid var(--pfs-line) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--pfs-bone) !important;
  cursor: pointer;
}

.pfs-menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 200ms ease;
}

.pfs-shell.is-menu-open .pfs-menu-button span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.pfs-shell.is-menu-open .pfs-menu-button span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.pfs-main {
  display: block;
}

.pfs-footer {
  padding: 56px 4vw 30px;
  background: var(--pfs-ink);
  color: var(--pfs-bone) !important;
}

.pfs-footer-top,
.pfs-footer-bottom {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.pfs-footer-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: start;
  gap: 70px;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--pfs-line);
}

.pfs-footer-brand .pfs-brand img {
  width: 180px !important;
  max-width: 180px !important;
  max-height: 36px !important;
  margin-bottom: 20px !important;
  object-fit: contain;
  object-position: left center;
}

.pfs-footer-brand p {
  max-width: 370px;
  margin: 0;
  color: #b9beb4 !important;
  font-size: 0.82rem;
  line-height: 1.6;
}

.pfs-footer-column > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--pfs-bone) !important;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pfs-footer-links {
  display: grid;
  gap: 10px;
}

.pfs-footer-links a,
.pfs-footer-bottom,
.pfs-footer-bottom a {
  color: #b9beb4 !important;
  font-size: 0.82rem;
}

.pfs-footer-links a:hover,
.pfs-footer-links a:focus,
.pfs-footer-bottom a:hover,
.pfs-footer-bottom a:focus {
  color: var(--pfs-lime) !important;
}

.pfs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  font-size: 0.72rem;
}

.pfs-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

@media (max-width: 1180px) {
  .pfs-header {
    grid-template-columns: 1fr auto;
  }

  .pfs-nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 4vw 24px;
    border-bottom: 1px solid var(--pfs-line);
    background: rgba(17, 20, 15, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .pfs-shell.is-menu-open .pfs-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .pfs-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--pfs-line);
    font-size: 14px;
  }

  .pfs-nav a::after {
    display: none;
  }

  .pfs-menu-button {
    display: block;
  }

  .pfs-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .pfs-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 660px) {
  .pfs-header {
    min-height: 72px;
    padding-inline: 18px;
  }

  .pfs-nav {
    top: 72px;
    padding-inline: 18px;
  }

  .pfs-brand img {
    width: 145px !important;
  }

  .pfs-header-call,
  .pfs-header-cta {
    display: none;
  }

  .pfs-footer {
    padding: 46px 22px 26px;
  }

  .pfs-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pfs-footer-brand {
    grid-column: auto;
  }

  .pfs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.pfb-page {
  --pfb-ink: #11140f;
  --pfb-bone: #f4f1e8;
  --pfb-paper: #fffdf7;
  --pfb-lime: #d9ff57;
  --pfb-orange: #ff6846;
  --pfb-line: rgba(17, 20, 15, 0.18);
  color: var(--pfb-ink);
  background: var(--pfb-bone);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: hidden;
}

.pfb-page *,
.pfb-page *::before,
.pfb-page *::after {
  box-sizing: border-box;
}

.pfb-page h1,
.pfb-page h2,
.pfb-page p,
.pfb-page ol,
.pfb-page fieldset {
  margin-top: 0;
}

.pfb-page h1,
.pfb-page h2,
.pfb-page strong,
.pfb-page button {
  font-family: inherit;
}

.pfb-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pfb-hero {
  position: relative;
  padding: clamp(72px, 9vw, 126px) 0 clamp(64px, 8vw, 108px);
  background:
    radial-gradient(circle at 84% 20%, rgba(217, 255, 87, 0.15), transparent 27%),
    linear-gradient(135deg, #11140f 0%, #191e15 100%);
}

.pfb-hero::after {
  position: absolute;
  right: -10%;
  bottom: -42%;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.pfb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: end;
}

.pfb-eyebrow {
  margin-bottom: 20px;
  color: var(--pfb-lime) !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pfb-eyebrow-dark {
  color: #4a4f43 !important;
}

.pfb-hero h1 {
  max-width: 860px;
  margin-bottom: 26px;
  color: #ffffff !important;
  font-size: clamp(2.55rem, 5vw, 4.25rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.055em;
  line-height: 0.98 !important;
}

.pfb-hero .pfb-lead {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.pfb-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 23px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pfb-button:hover {
  transform: translateY(-2px);
}

.pfb-button:focus-visible,
.pfb-page input:focus-visible,
.pfb-page select:focus-visible,
.pfb-page textarea:focus-visible,
.pfb-platform label:focus-within {
  outline: 3px solid var(--pfb-orange);
  outline-offset: 3px;
}

.pfb-button-lime {
  background: var(--pfb-lime) !important;
  color: var(--pfb-ink) !important;
  box-shadow: 0 12px 34px rgba(217, 255, 87, 0.14);
}

.pfb-button-dark {
  background: var(--pfb-ink) !important;
  color: #ffffff !important;
}

.pfb-button-dark:hover {
  background: #293020 !important;
}

.pfb-button[disabled] {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.pfb-summary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.pfb-summary div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 17px 20px;
}

.pfb-summary div:last-child {
  border-bottom: 0;
}

.pfb-summary span {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pfb-summary strong {
  color: #ffffff !important;
  font-size: 0.92rem;
  text-align: right;
}

.pfb-fit {
  padding: clamp(70px, 9vw, 120px) 0;
}

.pfb-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.pfb-fit h2,
.pfb-request h2 {
  margin-bottom: 22px;
  color: var(--pfb-ink) !important;
  font-size: clamp(2rem, 3.7vw, 3.5rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.045em;
  line-height: 1.02 !important;
}

.pfb-fit-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.pfb-fit-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
  border-top: 1px solid var(--pfb-line);
  padding: 24px 0;
}

.pfb-fit-list li:last-child {
  border-bottom: 1px solid var(--pfb-line);
}

.pfb-fit-list span {
  color: #73776e;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.pfb-fit-list p {
  margin-bottom: 0;
  color: var(--pfb-ink) !important;
  font-size: clamp(1.03rem, 1.6vw, 1.22rem);
  font-weight: 660;
  line-height: 1.5;
}

.pfb-request {
  border-top: 1px solid var(--pfb-line);
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--pfb-paper);
}

.pfb-request-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.pfb-request-intro {
  position: sticky;
  top: 28px;
}

.pfb-request-intro > p:not(.pfb-eyebrow) {
  max-width: 460px;
  color: #585c53 !important;
  font-size: 1.02rem;
}

.pfb-notice {
  margin-top: 34px;
  border-left: 4px solid var(--pfb-orange);
  padding: 3px 0 3px 20px;
}

.pfb-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--pfb-ink) !important;
}

.pfb-notice p {
  margin-bottom: 0;
  color: #5c6057 !important;
  font-size: 0.92rem;
}

.pfb-form {
  border: 1px solid var(--pfb-line);
  border-radius: 3px;
  padding: clamp(24px, 5vw, 50px);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 20, 15, 0.08);
}

.pfb-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.pfb-field {
  display: block;
  margin: 0;
}

.pfb-field-wide {
  grid-column: 1 / -1;
}

.pfb-field > span,
.pfb-platform legend {
  display: block;
  margin-bottom: 8px;
  color: var(--pfb-ink) !important;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.pfb-field > span small {
  color: #73776e !important;
  font-size: 0.72rem;
  font-weight: 600;
}

.pfb-field > small {
  display: block;
  margin-top: 7px;
  color: #6d7169 !important;
  font-size: 0.76rem;
}

.pfb-page input,
.pfb-page select,
.pfb-page textarea {
  width: 100%;
  max-width: none;
  border: 1px solid #c8cbc2 !important;
  border-radius: 0 !important;
  padding: 13px 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--pfb-ink) !important;
  font: inherit !important;
  line-height: 1.35 !important;
}

.pfb-page input,
.pfb-page select {
  min-height: 50px;
}

.pfb-page textarea {
  min-height: 120px;
  resize: vertical;
}

.pfb-page input::placeholder,
.pfb-page textarea::placeholder {
  color: #8b8e87 !important;
  opacity: 1;
}

.pfb-page input:invalid:not(:placeholder-shown),
.pfb-page textarea:invalid:not(:placeholder-shown),
.pfb-page select.is-invalid {
  border-color: #b73d2d !important;
}

.pfb-platform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 26px 0 0;
  border: 0;
  padding: 0;
}

.pfb-platform legend {
  grid-column: 1 / -1;
  width: 100%;
}

.pfb-platform label {
  position: relative;
  cursor: pointer;
}

.pfb-platform input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pfb-platform span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8cbc2;
  padding: 12px;
  background: #ffffff;
  color: var(--pfb-ink) !important;
  font-size: 0.86rem;
  font-weight: 760;
}

.pfb-platform input:checked + span {
  border-color: var(--pfb-ink);
  background: var(--pfb-ink);
  color: #ffffff !important;
}

.pfb-form-note {
  margin: 22px 0 18px;
  color: #6a6e65 !important;
  font-size: 0.78rem;
}

.pfb-form .pfb-button {
  width: 100%;
  cursor: pointer;
}

.pfb-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pfb-status {
  margin-top: 18px;
  border: 1px solid #b8c68d;
  padding: 16px 18px;
  background: #f3f8e3;
  color: var(--pfb-ink) !important;
  font-size: 0.9rem;
}

.pfb-status.is-error {
  border-color: #e2a79d;
  background: #fff1ee;
}

.pfb-status strong,
.pfb-status p {
  color: var(--pfb-ink) !important;
}

.pfb-status p:last-child {
  margin-bottom: 0;
}

.pfb-other {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--pfb-ink);
}

.pfb-other-inner {
  display: flex;
  min-height: 128px;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.pfb-other p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65) !important;
}

.pfb-other a {
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

@media (max-width: 880px) {
  .pfb-hero-grid,
  .pfb-fit-grid,
  .pfb-request-grid {
    grid-template-columns: 1fr;
  }

  .pfb-summary {
    max-width: 580px;
  }

  .pfb-request-intro {
    position: static;
  }
}

@media (max-width: 620px) {
  .pfb-wrap {
    width: min(100% - 28px, 1180px);
  }

  .pfb-hero {
    padding: 66px 0 60px;
  }

  .pfb-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.35rem) !important;
  }

  .pfb-summary div,
  .pfb-field-grid,
  .pfb-platform {
    grid-template-columns: 1fr;
  }

  .pfb-summary strong {
    text-align: left;
  }

  .pfb-field-wide,
  .pfb-platform legend {
    grid-column: auto;
  }

  .pfb-form {
    padding: 24px 18px;
  }

  .pfb-other-inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pfb-page *,
  .pfb-page *::before,
  .pfb-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
