@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600&display=swap");

:root {
  font-family: "Inter", system-ui, sans-serif;
  color: #171d2b;
  background: var(--pif-canvas);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --pif-blue: #418fff;
  --pif-blue-dark: #246ed9;
  --pif-ink: #171d2b;
  --pif-muted: #687184;
  --pif-line: #dfe4ed;
  --pif-soft: #f5f7fb;
  --pif-error: #c73748;
  /* Dark canvas the light form card floats on—same navy as the confirmation. */
  --pif-canvas: #07142d;

  /* Consumed by the shared AddressAutocomplete suggestion dropdown. */
  --navy-card: #fff;
  --border: #eef1f6;
  --border-2: #dfe4ed;
  --blue-faint: #f2f7ff;
  --text-1: #171d2b;
  --r-md: 12px;
}

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

html {
  min-width: 320px;
  background: var(--pif-canvas);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--pif-canvas);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.pif-page {
  min-height: 100vh;
  padding: 88px 22px 22px;
  background:
    radial-gradient(circle at 85% 8%, rgba(72, 137, 244, .34), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(42, 108, 219, .26), transparent 32%),
    var(--pif-canvas);
}

.pif-page-welcome {
  position: relative;
  isolation: isolate;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #061126;
}

.pif-background-video {
  position: fixed;
  inset: -48px;
  z-index: -2;
  width: calc(100% + 96px);
  height: calc(100% + 96px);
  object-fit: cover;
  filter: blur(22px) saturate(1.12);
  opacity: .74;
  transform: scale(1.055) scaleX(-1);
  pointer-events: none;
}

.pif-page-welcome .pif-background-video {
  opacity: .74;
}

.pif-page-form {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  background: #061126;
}

.pif-page-form .pif-background-video {
  filter: blur(26px) saturate(1.08);
  opacity: .58;
}

.pif-page-form::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(3, 12, 31, .54), rgba(3, 12, 31, .78)),
    radial-gradient(circle at 76% 16%, rgba(139, 193, 255, .22), transparent 34%);
}

.pif-page-welcome::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 12, 31, .34), rgba(3, 12, 31, .72)),
    radial-gradient(circle at 50% 14%, rgba(111, 174, 255, .2), transparent 34%);
}

.pif-header {
  position: absolute;
  inset: 0 22px auto;
  height: 78px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .62);
}

.pif-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pif-wordmark {
  height: 24px;
  display: block;
}

.pif-brand span {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .68);
}

.pif-page-welcome .pif-header {
  justify-content: center;
}

.pif-main {
  width: 100%;
  max-width: 1320px;
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(520px, 1.2fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 34px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .45), 0 2px 10px rgba(0, 0, 0, .25);
}

.pif-main-welcome {
  max-width: 820px;
  min-height: 280px;
  max-height: 820px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  flex: 1 1 auto;
  border-color: rgba(255, 255, 255, .24);
  background: linear-gradient(145deg, rgba(171, 213, 255, .16), rgba(92, 145, 224, .08));
  box-shadow:
    0 44px 120px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(28px) saturate(1.15);
  -webkit-backdrop-filter: blur(28px) saturate(1.15);
}

.pif-welcome-reel {
  min-width: 0;
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  background: #061126;
}

.pif-welcome-reel video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pif-welcome-reel::before {
  content: "";
  position: absolute;
  inset: 28% 0 0;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(to top, #000 5%, rgba(0, 0, 0, .88) 45%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 5%, rgba(0, 0, 0, .88) 45%, transparent 100%);
}

.pif-welcome-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom,
      rgba(3, 10, 25, .08) 0%,
      transparent 27%,
      rgba(19, 38, 69, .28) 43%,
      rgba(79, 119, 174, .52) 62%,
      rgba(94, 143, 208, .64) 100%);
}

.pif-main-welcome .pif-story {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
  padding: 88px clamp(30px, 6vw, 62px) 30px;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background: transparent;
}

.pif-main-welcome .pif-story::before {
  display: none;
}

.pif-main-welcome .pif-story::after {
  display: none;
}

.pif-main-welcome .pif-story-copy {
  max-width: 700px;
  margin: 0 auto;
}

.pif-main-welcome .pif-eyebrow {
  position: absolute;
  top: 24px;
  left: 50%;
  margin: 0;
  padding: 8px 13px;
  justify-content: center;
  border: 1px solid rgba(218, 235, 255, .28);
  border-radius: 999px;
  background: rgba(7, 22, 50, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 24px rgba(0, 0, 0, .12);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  transform: translateX(-50%);
  white-space: nowrap;
}

.pif-main-welcome .pif-story h1 {
  font-size: clamp(43px, 5.5vw, 56px);
  text-shadow: 0 3px 24px rgba(7, 21, 48, .34);
}

.pif-main-welcome .pif-story-copy>p:last-child {
  max-width: 650px;
  margin: 20px auto 0;
  font-size: clamp(14px, 1.15vw, 16px);
  text-shadow: 0 2px 14px rgba(7, 21, 48, .3);
}

.pif-welcome-outside {
  width: min(100%, 820px);
  flex: 0 0 auto;
  margin: 32px auto 0;
  padding: 0 clamp(30px, 6vw, 62px);
  display: flex;
  color: #fff;
  text-align: center;
}

.pif-welcome-outside .pif-welcome {
  width: 100%;
  flex: 1;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pif-welcome-outside .pif-welcome .pif-button-primary {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  border: 1px solid rgba(211, 235, 255, .48);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(196, 226, 255, .2), rgba(113, 177, 246, .2));
  box-shadow:
    0 12px 28px rgba(33, 91, 164, .22),
    0 0 26px rgba(183, 222, 255, .16),
    inset 0 1px 0 rgba(255, 255, 255, .3);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.pif-welcome-outside .pif-welcome .pif-button-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(226, 243, 255, .72);
  background: linear-gradient(135deg, rgba(213, 237, 255, .3), rgba(128, 190, 255, .3));
  box-shadow:
    0 16px 34px rgba(33, 91, 164, .3),
    0 0 32px rgba(183, 222, 255, .24),
    inset 0 1px 0 rgba(255, 255, 255, .42);
}

.pif-welcome-outside .pif-welcome h2 {
  color: #fff;
  font-size: clamp(26px, 2.5vw, 32px);
  line-height: 1.03;
  text-shadow: 0 2px 18px rgba(10, 30, 62, .22);
  white-space: nowrap;
}

.pif-no-break {
  white-space: nowrap;
}

.pif-welcome-outside .pif-welcome>p {
  max-width: 560px;
  margin-top: 11px;
  color: rgba(255, 255, 255, .72);
}

.pif-welcome-outside .pif-welcome>p.pif-welcome-link {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .58);
  white-space: nowrap;
}

.pif-welcome-outside .pif-welcome-link a {
  color: #bad7ff;
  border-bottom-color: rgba(186, 215, 255, .42);
}

.pif-welcome-outside .pif-welcome-link a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.pif-story {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  padding: clamp(38px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  color: #fff;
  background: #07142d url("/assets/intro-bg-DKxlP_P8.jpg") center / cover no-repeat;
}

.pif-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(150deg, rgba(4, 12, 31, .34), rgba(4, 12, 31, .78)),
    radial-gradient(circle at 85% 25%, rgba(92, 155, 255, .38), transparent 32%);
}

.pif-story::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -220px;
  bottom: -240px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255, 255, 255, .035), 0 0 0 148px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.pif-story-copy {
  max-width: 490px;
}

.pif-eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pif-story h1,
.pif-confirmation-card h1 {
  margin: 0;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(42px, 4.2vw, 67px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.035em;
}

.pif-story-copy>p:last-child {
  max-width: 445px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.pif-form-panel {
  padding: clamp(32px, 5vw, 70px) clamp(30px, 6vw, 88px);
  background: rgba(255, 255, 255, .94);
}

.pif-form-panel form {
  max-width: 650px;
  margin: 0 auto;
}

.pif-step-header {
  max-width: 650px;
  margin: 0 auto 46px;
}

.pif-stepper {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pif-stepper-step {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #788296;
  background: transparent;
  transition: min-width .28s ease, padding .28s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.pif-stepper-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.pif-stepper-label {
  margin-left: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pif-form-title {
  margin-bottom: 35px;
}

.pif-welcome h2,
.pif-form-title h2 {
  margin: 0;
  font-family: "Outfit", "Inter", sans-serif;
  color: var(--pif-ink);
  font-size: clamp(30px, 3.1vw, 43px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.025em;
}

.pif-form-title p {
  max-width: 590px;
  margin: 13px 0 0;
  color: var(--pif-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pif-form-panel-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pif-welcome {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

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

.pif-welcome .pif-button-primary {
  margin-top: 30px;
  width: 100%;
  max-width: 260px;
}

.pif-welcome-link {
  margin-top: 22px;
  font-size: 12.5px;
}

.pif-welcome-link a {
  color: var(--pif-blue-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 110, 217, .32);
}

.pif-welcome-link a:hover {
  border-bottom-color: var(--pif-blue-dark);
}

.pif-fields {
  display: grid;
  gap: 24px;
}

.pif-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pif-field label,
.pif-fieldset legend {
  margin-bottom: 9px;
  color: #31394a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .015em;
}

.pif-field label span {
  color: #929aaa;
  font-weight: 500;
}

.pif-field input,
.pif-field select,
.pif-field textarea {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid var(--pif-line);
  border-radius: 13px;
  outline: 0;
  color: #202738;
  background: #fff;
  box-shadow: 0 1px 1px rgba(30, 45, 70, .02);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pif-field input::placeholder,
.pif-field textarea::placeholder {
  color: #a6adba;
}

.pif-field input:hover,
.pif-field select:hover,
.pif-field textarea:hover {
  border-color: #c4cbd7;
}

.pif-field input:focus,
.pif-field select:focus,
.pif-field textarea:focus {
  border-color: #6da7f6;
  box-shadow: 0 0 0 4px rgba(65, 143, 255, .11);
}

.pif-field textarea {
  min-height: 118px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.55;
  resize: vertical;
}

.pif-field textarea.pif-textarea-short {
  min-height: 96px;
}

.pif-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7a8495 50%), linear-gradient(135deg, #7a8495 50%, transparent 50%);
  background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.pif-field-hint {
  margin-top: 7px;
  color: #929aaa;
  font-size: 11px;
  line-height: 1.45;
}

.pif-field-error {
  display: block;
  margin-top: 7px;
  color: var(--pif-error);
  font-size: 11px;
  font-weight: 600;
}

.pif-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pif-field-row-address {
  grid-template-columns: 1fr 110px 150px;
}

.pif-field-row .pif-field {
  margin: 0;
}

.pif-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pif-fieldset legend {
  padding: 0;
}

.pif-fieldset-hint {
  margin: -4px 0 12px;
  color: #929aaa;
  font-size: 11px;
}

.pif-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pif-chip {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--pif-line);
  border-radius: 999px;
  color: #4a5266;
  background: #fff;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 600;
  transition: .16s ease;
}

.pif-chip:hover {
  border-color: #bfc9d8;
  color: #2a3243;
}

.pif-chip.selected {
  border-color: #70a9f7;
  color: #2b5fa9;
  background: #f4f8ff;
  box-shadow: 0 0 0 3px rgba(65, 143, 255, .08);
}

.pif-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #687184;
  cursor: pointer;
  font-size: 11.5px;
  line-height: 1.55;
}

.pif-consent input {
  position: absolute;
  opacity: 0;
}

.pif-checkbox {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #cbd2dd;
  border-radius: 6px;
  color: transparent;
  background: #fff;
  transition: .18s ease;
}

.pif-consent input:checked+.pif-checkbox {
  border-color: var(--pif-blue);
  color: #fff;
  background: var(--pif-blue);
}

.pif-consent.has-error .pif-checkbox {
  border-color: var(--pif-error);
}

.pif-invitation-note {
  margin: 0;
  color: #526078;
  font-size: 12px;
  line-height: 1.6;
}

.pif-local-note {
  padding: 10px 12px;
  border: 1px dashed #c4d7f3;
  border-radius: 10px;
  color: #6580a7;
  background: #f5f9ff;
  font-size: 10.5px;
  text-align: center;
}

.pif-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pif-button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pif-button:disabled {
  cursor: wait;
  opacity: .66;
}

.pif-button-primary {
  min-width: 142px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #347fef, #1765da);
  box-shadow: 0 10px 22px rgba(45, 120, 230, .23), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.pif-button-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 13px 27px rgba(45, 120, 230, .29), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.pif-button-secondary {
  padding-left: 12px;
  border: 0;
  color: #667084;
  background: transparent;
}

.pif-button-secondary:hover:not(:disabled) {
  color: #283247;
  background: #f4f6f9;
}

.pif-submit-error {
  margin-top: 15px;
  padding: 12px 14px;
  border: 1px solid #efcbd0;
  border-radius: 11px;
  color: #9e2f3e;
  background: #fff6f7;
  font-size: 11.5px;
  line-height: 1.5;
}

/* Form steps: the same moving, frosted atmosphere as the entry experience. */
.pif-page-form {
  padding-top: 64px;
}

.pif-page-form .pif-main {
  max-width: 920px;
  min-height: max(640px, calc(100vh - 110px));
  grid-template-columns: minmax(0, 1fr);
  border-color: rgba(219, 237, 255, .3);
  background: linear-gradient(145deg, rgba(154, 199, 244, .16), rgba(50, 90, 152, .09));
  box-shadow:
    0 44px 120px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .22);
  overflow: visible;
}

.pif-page-form .pif-form-panel {
  position: relative;
  padding: clamp(42px, 5vw, 68px) clamp(42px, 7vw, 92px);
  border-radius: 33px;
  color: #13243d;
  background:
    linear-gradient(150deg, rgba(231, 243, 255, .86), rgba(180, 211, 247, .76));
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .32);
  --navy-card: rgba(242, 248, 255, .96);
  --border: rgba(121, 156, 199, .24);
  --border-2: rgba(92, 135, 190, .35);
  --blue-faint: rgba(230, 242, 255, .92);
  --text-1: #152640;
}

.pif-page-form .pif-step-header {
  width: max-content;
  max-width: calc(100% - 28px);
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.pif-page-form .pif-stepper {
  position: relative;
  gap: 10px;
}

.pif-page-form .pif-stepper-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(177, 220, 255, .12);
  backdrop-filter: blur(28px) brightness(1.12) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) brightness(1.12) saturate(1.4);
}

.pif-page-form .pif-stepper-shell {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 15px 28px rgba(25, 76, 132, .22));
}

.pif-page-form .pif-stepper-shell-outline {
  fill: none;
  stroke: rgba(235, 247, 255, .54);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.pif-page-form .pif-stepper-step {
  position: relative;
  z-index: 2;
  isolation: isolate;
  height: 100%;
  flex: 0 0 auto;
  padding: 0 18px;
  border: 0;
  color: rgba(17, 61, 108, .68);
  background: transparent;
  box-shadow: none;
  transition: width .3s ease, padding .3s ease, color .2s ease;
}

.pif-page-form .pif-stepper-step.completed {
  color: rgba(16, 91, 169, .82);
}

.pif-page-form .pif-stepper-step.active {
  padding-right: 21px;
  padding-left: 17px;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.pif-page-form .pif-stepper-step.active::before {
  content: "";
  position: absolute;
  inset: 8px 7px;
  z-index: -1;
  border: 1px solid rgba(210, 235, 255, .54);
  border-radius: 999px;
  background: #69aff8;
  box-shadow:
    0 9px 22px rgba(32, 104, 201, .22),
    0 0 22px rgba(130, 197, 255, .24),
    inset 0 0 0 5px rgba(255, 255, 255, .035),
    inset 0 1px 0 rgba(255, 255, 255, .38);
}

.pif-page-form .pif-form-title {
  margin-bottom: 38px;
}

.pif-page-form .pif-form-title h2 {
  color: #10233d;
  font-size: clamp(32px, 3vw, 40px);
}

.pif-page-form .pif-form-title p {
  color: rgba(25, 50, 83, .68);
}

.pif-page-form .pif-fields {
  gap: 23px;
}

.pif-page-form .pif-field label,
.pif-page-form .pif-fieldset legend {
  color: #1f3552;
}

.pif-page-form .pif-field label span,
.pif-page-form .pif-field-hint,
.pif-page-form .pif-fieldset-hint {
  color: rgba(30, 58, 93, .56);
}

.pif-page-form .pif-field input,
.pif-page-form .pif-field select,
.pif-page-form .pif-field textarea {
  height: 52px;
  border-color: rgba(255, 255, 255, .62);
  color: #172b46;
  background: rgba(248, 252, 255, .58);
  box-shadow:
    0 8px 24px rgba(44, 91, 147, .06),
    inset 0 1px 0 rgba(255, 255, 255, .68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pif-page-form .pif-field input::placeholder,
.pif-page-form .pif-field textarea::placeholder {
  color: rgba(38, 67, 103, .43);
}

.pif-page-form .pif-field input:hover,
.pif-page-form .pif-field select:hover,
.pif-page-form .pif-field textarea:hover {
  border-color: rgba(100, 154, 222, .48);
  background: rgba(252, 254, 255, .7);
}

.pif-page-form .pif-field input:focus,
.pif-page-form .pif-field select:focus,
.pif-page-form .pif-field textarea:focus {
  border-color: rgba(47, 130, 239, .68);
  background: rgba(255, 255, 255, .78);
  box-shadow:
    0 0 0 4px rgba(47, 130, 239, .12),
    0 12px 26px rgba(45, 101, 171, .1),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.pif-page-form .pif-field textarea {
  min-height: 124px;
}

.pif-page-form .pif-field textarea.pif-textarea-short {
  min-height: 102px;
}

.pif-page-form .pif-chip {
  border-color: rgba(255, 255, 255, .6);
  color: #38506f;
  background: rgba(248, 252, 255, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .56);
}

.pif-page-form .pif-chip:hover {
  border-color: rgba(83, 141, 213, .45);
  color: #1e3f69;
  background: rgba(255, 255, 255, .66);
}

.pif-page-form .pif-chip.selected {
  border-color: rgba(47, 130, 239, .58);
  color: #174d92;
  background: rgba(222, 239, 255, .78);
  box-shadow: 0 0 0 3px rgba(47, 130, 239, .09), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.pif-page-form .pif-consent,
.pif-page-form .pif-invitation-note {
  color: rgba(27, 53, 87, .68);
}

.pif-page-form .pif-checkbox {
  border-color: rgba(88, 132, 185, .34);
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64);
}

.pif-page-form .pif-local-note {
  border-color: rgba(57, 120, 200, .32);
  color: #456b9c;
  background: rgba(239, 247, 255, .54);
}

.pif-page-form .pif-actions {
  margin-top: 40px;
}

.pif-page-form .pif-button-primary {
  min-width: 154px;
  border: 1px solid rgba(255, 255, 255, .56);
  color: #fff;
  background: linear-gradient(135deg, rgba(75, 151, 246, .94), rgba(31, 105, 213, .96));
  box-shadow:
    0 14px 30px rgba(38, 101, 188, .24),
    0 0 22px rgba(124, 188, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .36);
}

.pif-page-form .pif-button-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow:
    0 18px 36px rgba(38, 101, 188, .3),
    0 0 28px rgba(124, 188, 255, .24),
    inset 0 1px 0 rgba(255, 255, 255, .4);
}

.pif-page-form .pif-button-secondary {
  border: 1px solid transparent;
  color: rgba(26, 54, 90, .68);
}

.pif-page-form .pif-button-secondary:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, .42);
  color: #17365e;
  background: rgba(255, 255, 255, .3);
}

.pif-page-form .pif-button:focus-visible,
.pif-page-form .pif-chip:focus-visible {
  outline: 3px solid rgba(47, 130, 239, .3);
  outline-offset: 3px;
}

.pif-animate-in {
  animation: pif-in .32s ease both;
}

@keyframes pif-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pif-confirmation-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 88px 22px 30px;
  color: #fff;
  overflow: hidden;
  background: #061126;
}

.pif-confirmation-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 12, 31, .28), rgba(3, 12, 31, .76)),
    radial-gradient(circle at 50% 12%, rgba(116, 180, 255, .18), transparent 36%);
}

.pif-confirmation-shell .pif-background-video {
  filter: blur(6px) saturate(1.1);
  opacity: .68;
}

.pif-confirmation-shell .pif-header {
  justify-content: center;
}

.pif-confirmation-layout {
  width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.pif-confirmation-card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: clamp(330px, 47vh, 470px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 34px;
  box-shadow:
    0 40px 110px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}

.pif-confirmation-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 56px) clamp(28px, 4vw, 48px);
  text-align: center;
}

.pif-success-orbit {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(227, 242, 255, .64);
  border-radius: 18px;
  color: #fff;
  background: rgba(176, 216, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 12px 28px rgba(8, 35, 72, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pif-success-orbit span {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(103, 155, 218, .92);
  border-radius: 50%;
  color: #17365d;
  background: #c7e4ff;
}

.pif-confirmation-card .pif-eyebrow {
  width: max-content;
  margin: 0 auto 13px;
  color: rgba(255, 255, 255, .86);
}

.pif-confirmation-card h1 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(40px, 5.4vw, 58px);
}

.pif-confirmation-card h1 span {
  white-space: nowrap;
}

.pif-confirmation-lead {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.65;
}

.pif-confirmation-lead strong {
  color: #ffffff;
  overflow-wrap: anywhere;
}

.pif-confirmation-next {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  color: #fff;
}

.pif-confirmation-next-heading {
  text-align: center;
}

.pif-timeline-title {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -.025em;
}

.pif-confirmation-next-heading>p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.pif-next-stepper {
  width: min(100%, 760px);
  height: 58px;
  position: relative;
  margin: 2px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.pif-next-stepper::before,
.pif-next-stepper::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: calc(100% / 3 - 78px);
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(158, 207, 250, .38), rgba(206, 234, 255, .72), rgba(158, 207, 250, .38));
  box-shadow: 0 2px 12px rgba(69, 143, 216, .2);
}

.pif-next-stepper::before {
  left: calc(100% / 6 + 39px);
}

.pif-next-stepper::after {
  left: calc(50% + 39px);
}

.pif-next-stepper-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  justify-self: center;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 246, 255, .62);
  border-radius: 50%;
  color: #b9ddff;
  background: linear-gradient(145deg, rgba(221, 240, 255, .34), rgba(104, 166, 224, .2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 10px 24px rgba(8, 35, 72, .22);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
}

.pif-next-stepper-icon svg {
  filter: drop-shadow(0 3px 8px rgba(33, 104, 183, .3));
}

.pif-timeline {
  width: min(100%, 760px);
  min-width: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.pif-timeline>div {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.pif-timeline p {
  min-width: 0;
  margin: 0;
}

.pif-timeline strong,
.pif-timeline small {
  display: block;
}

.pif-timeline strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.pif-timeline small {
  color: rgba(255, 255, 255, .57);
  font-size: 11.5px;
  line-height: 1.55;
}

@media (min-width: 921px) and (max-height: 820px) {
  .pif-page-welcome {
    padding-top: 74px;
    padding-bottom: 22px;
  }

  .pif-page-welcome .pif-header {
    height: 66px;
  }

  .pif-main-welcome {
    min-height: 240px;
  }

  .pif-main-welcome .pif-story {
    padding: 74px 48px 24px;
  }

  .pif-main-welcome .pif-eyebrow {
    top: 20px;
  }

  .pif-main-welcome .pif-story h1 {
    font-size: 48px;
  }

  .pif-main-welcome .pif-story-copy>p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .pif-welcome-outside {
    margin-top: 24px;
    padding: 0 48px;
  }

  .pif-welcome-outside .pif-welcome h2 {
    font-size: 30px;
  }

  .pif-welcome-outside .pif-welcome>p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .pif-welcome-outside .pif-welcome .pif-button-primary {
    min-height: 46px;
    margin-top: 22px;
  }

  .pif-welcome-outside .pif-welcome>p.pif-welcome-link {
    margin-top: 22px;
  }
}

@media (max-width: 920px) {
  .pif-page {
    padding: 74px 12px 12px;
  }

  .pif-page-form {
    padding-top: 62px;
  }

  .pif-header {
    inset: 0 18px auto;
    height: 66px;
  }

  .pif-main {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .pif-story {
    min-height: auto;
    padding: 38px 30px;
  }

  .pif-story-copy>p:last-child {
    margin-top: 18px;
  }

  .pif-story h1 {
    font-size: clamp(37px, 8vw, 53px);
  }

  .pif-form-panel {
    padding: 42px 30px 50px;
  }

  .pif-main-welcome {
    grid-template-columns: 1fr;
    min-height: 240px;
  }

  .pif-main-welcome .pif-story {
    padding: 82px 34px 28px;
  }

  .pif-welcome-outside {
    padding-left: 34px;
    padding-right: 34px;
  }

  .pif-page-form .pif-main {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .pif-page-form .pif-form-panel {
    padding: 58px clamp(30px, 8vw, 68px) 54px;
    border-radius: 25px;
  }

  .pif-confirmation-shell {
    padding: 74px 12px 24px;
  }

  .pif-confirmation-layout {
    gap: 24px;
  }

  .pif-confirmation-card {
    border-radius: 26px;
  }
}

@media (max-width: 560px) {
  .pif-story {
    padding: 34px 23px;
  }

  .pif-story-copy>p:last-child {
    font-size: 14px;
  }

  .pif-form-panel {
    padding: 32px 21px 42px;
  }

  .pif-step-header {
    margin-bottom: 32px;
  }

  .pif-form-title {
    margin-bottom: 29px;
  }

  .pif-welcome h2,
  .pif-form-title h2 {
    font-size: 32px;
  }

  .pif-field-row,
  .pif-field-row-address {
    grid-template-columns: 1fr;
  }

  .pif-welcome .pif-button-primary {
    max-width: none;
  }

  .pif-actions {
    margin-top: 30px;
  }

  .pif-button-primary {
    min-width: 134px;
  }

  .pif-confirmation-shell {
    padding: 74px 10px 20px;
  }

  .pif-confirmation-card {
    min-height: 400px;
    border-radius: 25px;
  }

  .pif-confirmation-copy {
    padding: 34px 22px;
  }

  .pif-confirmation-card h1 {
    font-size: 38px;
  }

  .pif-confirmation-lead {
    font-size: 12.5px;
  }

  .pif-timeline {
    grid-template-columns: 1fr;
  }

  .pif-timeline>div {
    padding: 0 22px;
  }

  .pif-page-welcome {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .pif-main-welcome {
    border-radius: 25px;
  }

  .pif-main-welcome .pif-story {
    padding: 72px 22px 21px;
  }

  .pif-main-welcome .pif-eyebrow {
    top: 18px;
    font-size: 10.5px;
  }

  .pif-main-welcome .pif-story h1 {
    font-size: 35px;
  }

  .pif-main-welcome .pif-story-copy>p:last-child {
    margin-top: 16px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .pif-welcome-outside {
    margin-top: 28px;
    padding: 0 22px 16px;
  }

  .pif-welcome-outside .pif-welcome h2 {
    font-size: 26px;
    white-space: normal;
  }

  .pif-welcome-outside .pif-welcome>p {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .pif-welcome-outside .pif-welcome .pif-button-primary {
    min-height: 46px;
    margin-top: 28px;
  }

  .pif-welcome-outside .pif-welcome>p.pif-welcome-link {
    margin-top: 28px;
    font-size: 11.5px;
  }

  .pif-page-form .pif-form-panel {
    padding: 58px 20px 42px;
  }

  .pif-page-form .pif-stepper-icon {
    width: 16px;
    height: 16px;
  }

  .pif-page-form .pif-stepper-label {
    margin-left: 7px;
    font-size: 11px;
  }

  .pif-page-form .pif-form-title {
    margin-bottom: 30px;
  }

  .pif-page-form .pif-form-title h2 {
    font-size: 31px;
  }

  .pif-page-form .pif-fields {
    gap: 21px;
  }

  .pif-page-form .pif-actions {
    margin-top: 32px;
  }
}

@media (max-width: 360px) {
  .pif-page-form .pif-step-header {
    transform: translate(-50%, -50%) scale(.9);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}