.cx3head,
.cx3page {
  font-family: Poppins, Arial, sans-serif;
  color: #150e2d;
  -webkit-font-smoothing: antialiased;
}

.cx3page {
  background: radial-gradient(135% 105% at 50% 0%, #f4edff 0%, #e6d5fb 45%, #d3bdf4 100%);
}

.cx3head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #f4edff;
  border-bottom: 1.5px solid #150e2d;
}

.cx3logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cx3wordmark {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.01em;
}

.cx3wordmark .bb {
  background: #9333ea;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}

.cx3nav {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #150e2d;
  -webkit-font-smoothing: auto;
}

.cx3nav a,
.cx3head-right a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.cx3nav .cta,
.cx3head-right .cta {
  color: #ea580c;
  font-weight: 800;
}

.cx3head-left {
  display: flex;
  align-items: center;
}

.cx3head-right,
.cx3nav-lg-only {
  display: none;
}

.cx3page {
  min-height: calc(100vh - 80px);
}

.cx3head-wordmark + main > .cx3page {
  min-height: calc(100vh - 52px);
}

.cx3main {
  max-width: 460px;
  margin: 0 auto;
  padding: 24px 18px 56px;
}

.cx3h1 {
  max-width: 350px;
  margin: 0;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-transform: uppercase;
  color: #150e2d;
}

.cx3h1.cx3h1-co {
  max-width: none;
  margin-bottom: 1.05em;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.4;
}

.cx3h1 .o,
.cx3wewill {
  color: #ea580c;
}

.cx3wewill {
  font-weight: 700;
}

.cx3sub {
  max-width: 340px;
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #453c5c;
  line-height: 1.5;
}

.cx3benefits {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.cx3benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #150e2d;
  border-radius: 11px;
  box-shadow: 3px 3px 0 #7c3aed;
  font-size: 13px;
  font-weight: 600;
  color: #241c3a;
}

.cx3check {
  flex: none;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ede3fb;
  color: #7c3aed;
  font-size: 11px;
  font-weight: 800;
}

.cx3honesty {
  margin-top: 22px;
  padding: 16px 16px 15px;
  background: linear-gradient(150deg, #12042e, #2a0a5c);
  border: 1.5px solid #08021a;
  border-radius: 15px;
  box-shadow: 5px 5px 0 #ea580c;
}

.cx3honesty .eb {
  display: block;
  margin: 0 0 10px;
  color: #d8c9f5;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cx3honesty .tk {
  color: #ff9a4d;
  font-weight: 800;
  margin-right: 2px;
}

.cx3honesty p {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.cx3honesty strong {
  color: #ff9a4d;
}

.cx3guest {
  margin-top: 22px;
  padding: 20px 18px;
  background: #fff;
  border: 1.5px solid #150e2d;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #7c3aed;
}

.cx3guest h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #150e2d;
}

.cx3guest .gsub {
  margin: 6px 0 15px;
  font-size: 12px;
  color: #6a6178;
  line-height: 1.45;
}

.cx3guest .flabel {
  display: block;
  margin: 11px 0 6px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6a6178;
}

.cx3guest input:not([type="hidden"]) {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: #fbfaff;
  border: 1px solid #d9ccf0;
  border-radius: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  color: #150e2d;
}

.cx3guest input:focus {
  outline: 2px solid #7c3aed;
  outline-offset: 1px;
}

.cx3guest .terms {
  margin: 13px 0 0;
  font-size: 11px;
  color: #6a6178;
  text-align: center;
  line-height: 1.5;
}

.cx3guest .terms a,
.cx3guest .tester a {
  color: #7c3aed;
}

.cx3guest .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  background: #ea580c;
  border: 1.5px solid #150e2d;
  border-radius: 10px;
  box-shadow: 3px 3px 0 #150e2d;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
}

.cx3guest .action:disabled {
  cursor: not-allowed;
  opacity: .3;
}

.cx3guest .action .ar {
  font-size: 17px;
}

.cx3guest .tester {
  margin: 14px 0 0;
  text-align: center;
  font-size: 11px;
  color: #6a6178;
}

.cx3head a:focus-visible,
.cx3page a:focus-visible,
.cx3page button:focus-visible {
  outline: 3px solid #7c3aed;
  outline-offset: 3px;
}

.cx3co {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.cx3co .strike {
  position: absolute;
  left: -4px;
  top: 6%;
  width: calc(100% + 4px);
  height: 92%;
  overflow: visible;
  pointer-events: none;
}

.cx3insd {
  display: inline-block;
  position: relative;
  width: .5em;
  height: .8em;
  vertical-align: -.32em;
  margin: 0 .05em 0 -.06em;
  overflow: visible;
}

.cx3insd svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cx3insd .annb {
  position: absolute;
  left: 50%;
  top: calc(100% - .12em);
  transform: translateX(-50%) rotate(-4deg);
  font-family: 'Marker Felt', 'Bradley Hand', 'Segoe Print', cursive;
  font-size: .8em;
  font-weight: 400;
  color: #d92b1c;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: normal;
}

@media (min-width: 420px) {
  .cx3h1.cx3h1-co {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .cx3head {
    padding: 16px 40px;
  }

  .cx3nav {
    gap: 22px;
    font-size: 16px;
  }

  .cx3logo {
    width: 60px;
    height: 60px;
  }

  .cx3page {
    min-height: calc(100vh - 94px);
  }

  .cx3head-wordmark + main > .cx3page {
    min-height: calc(100vh - 60px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cx3main {
    max-width: 640px;
    padding: 44px 32px 80px;
  }

  .cx3h1 {
    max-width: 600px;
    font-size: 42px;
  }

  .cx3h1.cx3h1-co {
    font-size: 30px;
  }

  .cx3sub {
    max-width: 540px;
    font-size: 17px;
  }

  .cx3benefit {
    font-size: 14px;
  }

  .cx3honesty p br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cx3page,
  .cx3head-wordmark + main > .cx3page {
    min-height: 0;
  }

  .cx3head {
    padding: 14px max(40px, calc((100vw - 1160px) / 2 + 48px));
  }

  .cx3head-left {
    flex: 1;
  }

  .cx3logo {
    width: 92px;
    height: 92px;
  }

  .cx3wordmark {
    font-size: 24px;
  }

  .cx3wordmark .bb {
    padding: 6px 10px;
    border-radius: 6px;
  }

  .cx3nav {
    gap: 36px;
    font-size: 16px;
  }

  .cx3nav-cta-sm {
    display: none;
  }

  .cx3nav-lg-only {
    display: inline;
  }

  .cx3head-right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
  }

  .cx3head-cta {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    -webkit-font-smoothing: auto;
  }

  .cx3login-sm {
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: auto;
  }

  .cx3main {
    max-width: 1160px;
    padding: 44px 48px 64px;
  }

  .cx3cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    column-gap: 48px;
  }

  .cx3left {
    grid-column: 1;
    grid-row: 1;
  }

  .cx3honesty {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    max-width: 560px;
    margin-top: 24px;
    padding: 22px 24px;
  }

  .cx3right {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .cx3h1 {
    max-width: none;
    font-size: 42px;
    line-height: 1.02;
  }

  .cx3h1.cx3h1-co {
    margin-bottom: 1.2em;
    font-size: 30px;
    line-height: 1.45;
  }

  .cx3sub {
    max-width: 520px;
    margin-top: 20px;
    font-size: 18px;
  }

  .cx3benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: none;
    margin-top: 28px;
  }

  .cx3benefit {
    padding: 10px 14px;
    font-size: 13.5px;
  }

  .cx3honesty p {
    font-size: 17px;
    text-wrap: balance;
  }

  .cx3honesty p br {
    display: none;
  }

  .cx3guest {
    margin-top: 0;
    padding: 24px 22px;
  }

  .cx3guest h2 {
    font-size: 21px;
  }
}

@media (min-width: 1280px) {
  .cx3nav {
    gap: 48px;
  }

  .cx3main {
    padding: 52px 48px 72px;
  }

  .cx3cols {
    grid-template-columns: minmax(0, 1fr) 420px;
    column-gap: 64px;
  }

  .cx3h1 {
    font-size: 48px;
  }

  .cx3h1.cx3h1-co {
    font-size: 32px;
  }

  .cx3sub,
  .cx3honesty p {
    font-size: 19px;
  }
}
