  :root {
      --gold: #c9a84c;
      --gold-light: #f0d080;
      --gold-dim: #7a5f28;
      --dark: #050507;
      --dark2: #0a0a10;
      --dark3: #0f0f18;
      --silver: #a8b5c8;
      --silver-dim: #5a6478;
      --glow: #c9a84c88;
      --error: #e05555;
      --success: #5dd88a;
  }

  *,
  *::before,
  *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }

  html {
      height: 100%;
  }

  body {
      background: var(--dark);
      color: var(--silver);
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      display: flex;
      min-height: 100%;
      overflow-y: auto;
  }

  ::-webkit-scrollbar {
      width: 6px;
  }

  ::-webkit-scrollbar-track {
      background: var(--dark2);
  }

  ::-webkit-scrollbar-thumb {
      background: var(--gold-dim);
      border-radius: 3px;
  }

  #bg {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
  }

  .page {
      position: relative;
      z-index: 1;
      display: flex;
      min-height: 100vh;
      width: 100%;
  }

  /* LEFT */
  .pl {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 60px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(150deg, rgba(74, 144, 210, .1) 0%, rgba(5, 5, 7, .5) 70%);
      border-right: 1px solid rgba(201, 168, 76, .1);
  }

  .pl::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 65% 55% at 50% 50%, rgba(74, 144, 210, .08) 0%, transparent 70%);
  }

  .emb {
      position: absolute;
      width: 520px;
      height: 520px;
      opacity: .055;
      animation: spin 110s linear infinite;
  }

  @keyframes spin {
      to {
          transform: rotate(360deg);
      }
  }

  .lc {
      position: relative;
      z-index: 1;
      text-align: center;
  }

  .bt {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(2rem, 4vw, 2.8rem);
      color: #fff;
      text-shadow: 0 0 50px var(--glow), 0 0 100px rgba(201, 168, 76, .15);
      line-height: 1.1;
      margin-bottom: 10px;
  }

  .bt span {
      color: var(--gold);
  }

  .bs {
      font-family: 'Cinzel', serif;
      font-size: .62rem;
      letter-spacing: .4em;
      text-transform: uppercase;
      color: var(--silver-dim);
      margin-bottom: 48px;
  }

  .dv {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 32px;
  }

  .dvl {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .3));
  }

  .dvl.r {
      background: linear-gradient(90deg, rgba(201, 168, 76, .3), transparent);
  }

  .dvg {
      width: 7px;
      height: 7px;
      background: var(--gold);
      transform: rotate(45deg);
      box-shadow: 0 0 10px var(--glow);
  }

  /* Features list */
  .feat-list {
      text-align: left;
      max-width: 340px;
  }

  .feat-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 16px;
  }

  .feat-dot {
      width: 6px;
      height: 6px;
      background: var(--gold);
      border-radius: 50%;
      box-shadow: 0 0 6px var(--glow);
      flex-shrink: 0;
      margin-top: 8px;
  }

  .feat-text {
      font-size: 1rem;
      color: rgba(168, 181, 200, .7);
      line-height: 1.6;
  }

  .feat-text strong {
      color: var(--gold-light);
      font-weight: 600;
  }

  .lst {
      display: flex;
      gap: 48px;
      margin-top: 40px;
  }

  .li {
      text-align: center;
  }

  .ln {
      font-family: 'Cinzel', serif;
      font-size: 1.4rem;
      color: var(--gold-light);
      text-shadow: 0 0 12px var(--glow);
      display: block;
  }

  .ll {
      font-family: 'Cinzel', serif;
      font-size: .52rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--silver-dim);
      margin-top: 3px;
      display: block;
  }

  .dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #27ae60;
      box-shadow: 0 0 8px #27ae60;
      margin-right: 6px;
      animation: pg 2s infinite;
  }

  @keyframes pg {

      0%,
      100% {
          box-shadow: 0 0 8px #27ae60;
      }

      50% {
          box-shadow: 0 0 20px #27ae60;
      }
  }

  /* RIGHT */
  .pr {
      width: 500px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 50px 48px;
      background: var(--dark2);
      position: relative;
  }

  .pr::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
  }

  .pr::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 168, 76, .04) 0%, transparent 60%);
  }

  .bk {
      position: absolute;
      top: 24px;
      left: 24px;
      display: flex;
      align-items: center;
      gap: 7px;
      font-family: 'Cinzel', serif;
      font-size: .58rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--silver-dim);
      text-decoration: none;
      transition: color .3s;
      z-index: 2;
  }

  .bk:hover {
      color: var(--gold);
  }

  .bk:hover svg {
      transform: translateX(-3px);
  }

  .bk svg {
      transition: transform .3s;
  }

  .fw {
      width: 100%;
      position: relative;
      z-index: 1;
  }

  .fh {
      text-align: center;
      margin-bottom: 24px;
  }

  .fe {
      font-family: 'Cinzel', serif;
      font-size: .58rem;
      letter-spacing: .35em;
      text-transform: uppercase;
      color: var(--gold-dim);
      margin-bottom: 10px;
  }

  .ft {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.65rem;
      color: #fff;
      text-shadow: 0 0 24px var(--glow);
      margin-bottom: 6px;
  }

  .fs {
      font-style: italic;
      font-size: .95rem;
      color: var(--silver-dim);
  }

  .orn {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
  }

  .ol {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .3));
  }

  .ol.r {
      background: linear-gradient(90deg, rgba(201, 168, 76, .3), transparent);
  }

  .od {
      width: 6px;
      height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
      box-shadow: 0 0 7px var(--glow);
  }

  /* Two col row */
  .frow2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
  }

  /* Fields */
  .fld {
      margin-bottom: 14px;
  }

  .flbl {
      display: block;
      font-family: 'Cinzel', serif;
      font-size: .57rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--silver-dim);
      margin-bottom: 6px;
  }

  .fwp {
      position: relative;
  }

  .fico {
      position: absolute;
      left: 13px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--gold-dim);
      pointer-events: none;
      display: flex;
  }

  .fico svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
  }

  .finp {
      width: 100%;
      padding: 11px 13px 11px 38px;
      background: rgba(255, 255, 255, .025);
      border: 1px solid rgba(201, 168, 76, .15);
      color: var(--silver);
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      outline: none;
      transition: border-color .3s, background .3s, box-shadow .3s;
      -webkit-appearance: none;
  }

  .finp::placeholder {
      color: var(--silver-dim);
      font-style: italic;
  }

  .finp:focus {
      border-color: rgba(201, 168, 76, .5);
      background: rgba(201, 168, 76, .04);
      box-shadow: 0 0 0 3px rgba(201, 168, 76, .07);
  }

  .finp.err {
      border-color: rgba(224, 85, 85, .5);
  }

  .finp.ok {
      border-color: rgba(93, 216, 138, .4);
  }

  .ferr {
      font-size: .78rem;
      color: var(--error);
      margin-top: 4px;
      font-style: italic;
      display: none;
  }

  .ferr.show {
      display: block;
  }

  .ftog {
      position: absolute;
      right: 11px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      color: var(--silver-dim);
      padding: 4px;
      transition: color .3s;
  }

  .ftog:hover {
      color: var(--gold);
  }

  .ftog svg {
      width: 15px;
      height: 15px;
      fill: currentColor;
      display: block;
  }

  /* Password strength */
  .pstr {
      margin-top: 7px;
  }

  .pstr-bars {
      display: flex;
      gap: 4px;
      margin-bottom: 4px;
  }

  .pstr-bar {
      flex: 1;
      height: 3px;
      background: rgba(255, 255, 255, .07);
      transition: background .4s;
  }

  .pstr-bar.w {
      background: var(--error);
  }

  .pstr-bar.m {
      background: var(--gold);
  }

  .pstr-bar.s {
      background: var(--success);
  }

  .pstr-lbl {
      font-family: 'Cinzel', serif;
      font-size: .52rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--silver-dim);
  }

  /* Select */
  .fsel {
      width: 100%;
      padding: 11px 13px 11px 38px;
      background: rgba(255, 255, 255, .025);
      border: 1px solid rgba(201, 168, 76, .15);
      color: var(--silver);
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      outline: none;
      transition: border-color .3s;
      -webkit-appearance: none;
      cursor: pointer;
  }

  .fsel:focus {
      border-color: rgba(201, 168, 76, .5);
      background: rgba(201, 168, 76, .04);
  }

  .fsel option {
      background: var(--dark3);
      color: var(--silver);
  }

  /* Terms */
  .terms-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 18px;
      cursor: pointer;
  }

  .tbox {
      width: 16px;
      height: 16px;
      border: 1px solid rgba(201, 168, 76, .28);
      background: rgba(201, 168, 76, .04);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
      transition: all .3s;
  }

  .tbox.on {
      border-color: var(--gold-dim);
      background: rgba(201, 168, 76, .14);
  }

  .tbox svg {
      width: 9px;
      height: 9px;
      display: none;
  }

  .tbox.on svg {
      display: block;
  }

  .terms-txt {
      font-family: 'Cinzel', serif;
      font-size: .57rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--silver-dim);
      line-height: 1.7;
  }

  .terms-txt a {
      color: var(--gold);
      text-decoration: none;
  }

  .terms-txt a:hover {
      color: var(--gold-light);
  }

  /* Submit */
  .bgo {
      width: 100%;
      padding: 14px;
      background: linear-gradient(135deg, #4a3800, #2a2000);
      border: none;
      outline: 1px solid rgba(201, 168, 76, .45);
      outline-offset: -1px;
      color: var(--gold-light);
      font-family: 'Cinzel', serif;
      font-size: .75rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      cursor: pointer;
      transition: all .35s;
      clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      box-shadow: 0 0 20px rgba(201, 168, 76, .12), inset 0 1px 0 rgba(201, 168, 76, .1);
      margin-bottom: 18px;
  }

  .bgo::before,
  .bgo::after {
      content: '\25C6';
      font-size: .45rem;
      color: var(--gold);
      opacity: .8;
  }

  .bgo:hover {
      background: linear-gradient(135deg, #6a5200, #4a3800);
      outline-color: var(--gold);
      box-shadow: 0 0 36px rgba(201, 168, 76, .38), inset 0 1px 0 rgba(201, 168, 76, .18);
      color: #fff;
  }

  .bgo:active {
      transform: scale(.99);
  }

  .bgo:disabled {
      opacity: .55;
      cursor: not-allowed;
  }

  .ff {
      text-align: center;
      font-family: 'Cinzel', serif;
      font-size: .6rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--silver-dim);
  }

  .ff a {
      color: var(--gold);
      text-decoration: none;
      transition: color .3s;
  }

  .ff a:hover {
      color: var(--gold-light);
  }

  /* Toast */
  .toast {
      position: fixed;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%) translateY(16px);
      background: var(--dark3);
      border: 1px solid rgba(201, 168, 76, .3);
      padding: 13px 28px;
      font-family: 'Cinzel', serif;
      font-size: .65rem;
      letter-spacing: .1em;
      color: var(--gold);
      opacity: 0;
      pointer-events: none;
      transition: all .4s;
      z-index: 999;
      white-space: nowrap;
  }

  .toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
  }

  @media(max-width:860px) {
      .pl {
          display: none;
      }

      .pr {
          width: 100%;
          padding: 70px 28px;
          min-height: 100vh;
      }

      .frow2 {
          grid-template-columns: 1fr;
      }
  }