
/* X2 Home Entry v1 — approved Home-only prototype.
   Scope: www.x2records.com/ only. Footer intentionally not styled here. */

body.x2-home {
  /* X2 HOME LOCKED PALETTE — 2026-09-11
     Block 1 = Hero/Auth, Block 2 = Silver, Block 3 = White, Block 4 = Ocean, Block 5 = Footer.
     Do not reintroduce old electric blue / unused green reserve variables without approval. */
  --x2-block-1-hero-a: #075a9a;
  --x2-block-1-hero-b: #0869ad;
  --x2-block-1-hero-c: #0876b8;
  --x2-block-1-button: #0869ad;
  --x2-block-1-button-hover: #075a9a;
  --x2-text-navy: #11172f;
  --x2-white: #ffffff;
  --x2-block-2-silver: #eaf2fa;
  --x2-block-4-ocean: #dffcf2;
  --x2-line: rgba(17, 23, 47, .16);
  margin: 0;
  background: #fff;
  color: var(--x2-text-navy);
  color-scheme: light;
}

body.x2-home .x2-entry-header {
  position: absolute !important;
  z-index: 50;
  inset: 0 0 auto 0 !important;
  height: 82px !important;
  padding: 0 clamp(24px, 7vw, 110px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  grid-template-columns: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.x2-home .x2-entry-header .brand {
  position: static !important;
  color: #fff !important;
  font-size: 18px !important;
  letter-spacing: .07em !important;
  text-decoration: none !important;
}

body.x2-home .x2-entry-header .brand-mark,
body.x2-home .x2-entry-header .brand > span {
  color: #fff !important;
  font-weight: 820 !important;
}

body.x2-home .x2-entry-signin {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 12px 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
}

body.x2-home .x2-entry-signin span {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  transform: translateY(-1px);
}

.x2-entry-main {
  display: block !important;
}

.x2-entry-hero {
  min-height: 730px;
  background:
    radial-gradient(760px 420px at 84% 0%, rgba(0, 168, 238, .12), transparent 70%),
    linear-gradient(
      135deg,
      var(--x2-block-1-hero-a) 0%,
      var(--x2-block-1-hero-b) 62%,
      var(--x2-block-1-hero-c) 100%
    );
  color: #fff;
  padding: 108px clamp(24px, 7vw, 110px) 72px;
  box-sizing: border-box;
}

.x2-entry-hero-inner {
  width: min(1280px, 100%);
  min-height: 550px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.x2-entry-copy {
  padding-bottom: 34px;
}

.x2-entry-kicker {
  margin: 0 0 20px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .18em;
}

.x2-entry-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 5.5vw, 82px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.045em;
}

.x2-entry-lead {
  margin: 28px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
  letter-spacing: .01em;
}

.x2-entry-register-card {
  width: 100%;
  max-width: 450px;
  justify-self: end;
  padding: 28px 28px 26px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  color: var(--x2-text-navy);
  box-shadow: 0 18px 55px rgba(3, 34, 90, .18);
}

.x2-entry-register-title {
  margin: 0 0 19px;
  color: var(--x2-text-navy);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.02em;
}

.x2-entry-auth-slot {
  min-height: 0;
}

body.x2-home .home-auth {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.x2-home .home-auth-body {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.x2-home .x2-auth-popup-title {
  display: none;
  order: 0;
  margin: 0 0 18px;
  color: var(--x2-text-navy);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.025em;
}

body.x2-home .home-auth-modes {
  display: none !important;
}

body.x2-home #home-email-auth-start,
body.x2-home #home-email-auth-complete,
body.x2-home #home-apple-auth-complete {
  order: 1;
}

body.x2-home .auth-divider {
  order: 2;
  margin: 18px 0 15px !important;
}

body.x2-home #home-google-signin {
  order: 3;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 0 10px !important;
}

body.x2-home .social-apple {
  order: 4;
}

body.x2-home #home-auth-status,
body.x2-home #home-email-auth-status {
  order: 5;
}

body.x2-home .auth-legal {
  order: 6;
}

body.x2-home .home-auth label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.x2-home .email-field {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.x2-home .email-field input {
  width: 100% !important;
  height: 48px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #bfd0e6 !important;
  border-radius: 7px !important;
  outline: 0 !important;
  background: #fff !important;
  color: var(--x2-text-navy) !important;
  font: inherit !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

body.x2-home .email-field input:focus {
  border-color: var(--x2-block-1-button) !important;
  box-shadow: 0 0 0 3px rgba(8,120,255,.12) !important;
}

body.x2-home .email-field input::placeholder {
  color: #8795a8 !important;
  opacity: 1 !important;
}

body.x2-home #home-email-continue,
body.x2-home #home-email-verify,
body.x2-home #home-apple-complete {
  width: 100% !important;
  min-height: 48px !important;
  margin: 1px 0 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--x2-block-1-button) !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

body.x2-home .social-apple {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.x2-home .auth-divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #7e8a9b !important;
  font-size: 12px !important;
}

body.x2-home .auth-divider::before,
body.x2-home .auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dbe5f1;
}

body.x2-home .auth-divider span {
  white-space: nowrap;
}

body.x2-home .auth-legal {
  margin: 14px 0 0 !important;
  color: #8995a5 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

body.x2-home .auth-status {
  margin: 10px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.x2-signin-overlay {
  position: fixed;
  z-index: 80;
  inset: 0;
  background: transparent;
}

body.x2-signin-open {
  overflow: hidden;
}

body.x2-home .home-auth.is-signin-popup {
  position: fixed !important;
  z-index: 90 !important;
  top: 76px !important;
  right: clamp(24px, 7vw, 110px) !important;
  width: min(390px, calc(100vw - 48px)) !important;
  padding: 26px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(17,23,47,.10) !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(8, 36, 84, .24) !important;
}

body.x2-home .home-auth.is-signin-popup .x2-auth-popup-title {
  display: block !important;
}

body.x2-home .home-auth.is-signin-popup .auth-legal {
  display: none !important;
}

.x2-entry-color-block {
  width: 100%;
  min-height: 250px;
}

.x2-entry-color-silver {
  background: var(--x2-block-2-silver);
}

.x2-entry-color-white {
  background: #fff;
  min-height: 300px;
}

.x2-entry-color-ocean {
  min-height: 180px;
  background: var(--x2-block-4-ocean);
}

@media (max-width: 1024px) {
  body.x2-home .x2-entry-header {
    height: 72px !important;
    padding: 0 24px !important;
  }

  body.x2-home .x2-entry-header .brand {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body.x2-home .x2-entry-signin {
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .x2-entry-hero {
    min-height: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: var(--x2-text-navy);
  }

  .x2-entry-hero-inner {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

  .x2-entry-copy {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 620px;
    margin: 0 !important;
    padding: 150px 24px 92px !important;
    background:
      radial-gradient(520px 300px at 92% 0%, rgba(0, 168, 238, .12), transparent 72%),
      linear-gradient(
        155deg,
        var(--x2-block-1-hero-a) 0%,
        var(--x2-block-1-hero-b) 66%,
        var(--x2-block-1-hero-c) 100%
      ) !important;
    color: #ffffff;
  }

  .x2-entry-copy h1 {
    max-width: 520px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(46px, 13vw, 56px) !important;
    line-height: .96 !important;
    letter-spacing: -.045em !important;
  }

  .x2-entry-lead {
    max-width: 430px;
    margin: 30px 0 0 !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .x2-entry-register-card {
    width: calc(100% - 40px) !important;
    max-width: 460px !important;
    margin: 48px auto 64px !important;
    padding: 24px 20px 22px !important;
    justify-self: auto !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 42px rgba(17, 23, 47, .12) !important;
  }

  .x2-entry-auth-slot {
    min-height: 0 !important;
  }

  body.x2-home .home-auth.is-signin-popup {
    top: auto !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    width: auto !important;
    max-height: calc(100vh - 32px) !important;
    overflow: auto !important;
    padding: 24px 20px !important;
    border-radius: 16px !important;
  }

  .x2-entry-color-block {
    min-height: 180px;
  }

  .x2-entry-color-white {
    min-height: 220px;
  }

  .x2-entry-color-ocean {
    min-height: 120px;
  }
}

/* Sign-in popup should visually detach from the registration card. */
body.x2-signin-open .x2-entry-register-card {
  visibility: hidden;
}

body.x2-signin-open .home-auth.is-signin-popup {
  visibility: visible !important;
}

body.x2-home #home-google-signin {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  overflow: hidden !important;
  align-items: center !important;
}

body.x2-home #home-google-signin > div,
body.x2-home #home-google-signin iframe {
  max-height: 44px !important;
}

body.x2-home .x2-forgot-password {
  display: none;
  order: 5;
  margin: 17px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0878ff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

body.x2-home .home-auth.is-signin-popup:not(.is-recovery) .x2-forgot-password {
  display: block;
}

body.x2-home .x2-recovery-panel {
  display: none;
  width: 100%;
  order: 1;
}

body.x2-home .home-auth.is-recovery .x2-recovery-panel {
  display: block !important;
}

body.x2-home .home-auth.is-recovery #home-email-auth-start,
body.x2-home .home-auth.is-recovery #home-email-auth-complete,
body.x2-home .home-auth.is-recovery #home-apple-auth-complete,
body.x2-home .home-auth.is-recovery #home-google-signin,
body.x2-home .home-auth.is-recovery .social-apple,
body.x2-home .home-auth.is-recovery .auth-divider,
body.x2-home .home-auth.is-recovery .x2-forgot-password,
body.x2-home .home-auth.is-recovery #home-auth-status,
body.x2-home .home-auth.is-recovery #home-email-auth-status {
  display: none !important;
}

body.x2-home .x2-recovery-title {
  margin: 0 0 8px;
  color: #11172f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -.02em;
}

body.x2-home .x2-recovery-copy {
  margin: 0 0 18px;
  color: #6f7d90;
  font-size: 12px;
  line-height: 1.5;
}

body.x2-home .x2-recovery-form {
  margin: 0;
}

body.x2-home .x2-recovery-form button[type="submit"] {
  width: 100%;
  min-height: 48px;
  margin: 1px 0 0;
  border: 0;
  border-radius: 7px;
  background: var(--x2-block-1-button);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body.x2-home .x2-recovery-back {
  display: block;
  margin: 14px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0878ff;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

/* X2 Home auth geometry lock — Home only. */
body.x2-home .x2-entry-register-card {
  border: 1px solid rgba(17, 23, 47, .08) !important;
  box-shadow: 0 14px 38px rgba(17, 23, 47, .12) !important;
}

body.x2-home .email-field {
  width: 100% !important;
  margin: 0 0 12px !important;
}

body.x2-home .email-field input {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  padding: 0 15px !important;
  border: 1px solid #aeb8c6 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: var(--x2-text-navy) !important;
  font-size: 15px !important;
  line-height: 50px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.x2-home .email-field input:focus {
  border-color: var(--x2-block-1-hero-a) !important;
  box-shadow: 0 0 0 3px rgba(10, 91, 158, .12) !important;
}

body.x2-home #home-email-continue,
body.x2-home #home-email-verify,
body.x2-home #home-apple-complete,
body.x2-home .x2-recovery-form button[type="submit"] {
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  box-sizing: border-box !important;
  border-radius: 7px !important;
  background: var(--x2-block-1-hero-a) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.x2-home .social-apple {
  width: 100% !important;
  min-height: 44px !important;
  height: 44px !important;
  box-sizing: border-box !important;
  border-radius: 999px !important;
}

body.x2-home #home-google-signin {
  width: 100% !important;
  min-height: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
}

body.x2-home .x2-forgot-password,
body.x2-home .x2-recovery-back {
  color: var(--x2-block-1-hero-a) !important;
}

@media (max-width: 1024px) {
  body.x2-home .x2-entry-header {
    padding: 0 24px !important;
  }

  .x2-entry-copy {
    min-height: 610px !important;
    padding: 142px 24px 90px !important;
  }

  .x2-entry-copy h1 {
    font-size: clamp(46px, 12.4vw, 58px) !important;
    line-height: .97 !important;
  }

  .x2-entry-lead {
    max-width: 480px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .x2-entry-register-card {
    width: calc(100% - 40px) !important;
    max-width: 460px !important;
    margin: 52px auto 68px !important;
    padding: 28px 24px 24px !important;
    border-radius: 12px !important;
  }

  .x2-entry-register-title {
    margin-bottom: 22px !important;
    font-size: 22px !important;
  }

  body.x2-home .home-auth.is-signin-popup {
    top: 88px !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(430px, calc(100vw - 32px)) !important;
    max-height: calc(100dvh - 112px) !important;
    transform: translateX(-50%) !important;
    overflow: auto !important;
    padding: 26px 24px !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 46px rgba(17, 23, 47, .22) !important;
  }
}

/* X2 Home auth refinement — professional blue + app-like mobile forms. */
body.x2-home .email-field {
  height: 52px !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  border: 1px solid #b8c4d4 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

body.x2-home .email-field:focus-within {
  border-color: var(--x2-block-1-hero-b) !important;
  box-shadow: 0 0 0 3px rgba(8, 105, 173, .12) !important;
}

body.x2-home .email-field input {
  height: 100% !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: normal !important;
}

body.x2-home .email-field input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

body.x2-home #home-email-continue,
body.x2-home #home-email-verify,
body.x2-home #home-apple-complete,
body.x2-home .x2-recovery-form button[type="submit"] {
  background: var(--x2-block-1-hero-b) !important;
}

body.x2-home #home-email-continue:hover,
body.x2-home #home-email-verify:hover,
body.x2-home #home-apple-complete:hover,
body.x2-home .x2-recovery-form button[type="submit"]:hover {
  background: var(--x2-block-1-hero-a) !important;
}

body.x2-home .x2-forgot-password,
body.x2-home .x2-recovery-back {
  color: var(--x2-block-1-hero-b) !important;
}

@media (max-width: 1024px) {
  body.x2-home .x2-entry-signin {
    padding: 12px 18px !important;
    border-radius: 7px !important;
    background: rgba(0, 43, 86, .24) !important;
    color: #ffffff !important;
  }

  .x2-entry-copy {
    min-height: 610px !important;
    padding: 148px 38px 96px !important;
  }

  .x2-entry-register-card {
    width: min(720px, calc(100% - 96px)) !important;
    max-width: 720px !important;
    margin: 52px auto 76px !important;
    padding: 44px 52px 50px !important;
    border-radius: 14px !important;
  }

  .x2-entry-register-title {
    margin-bottom: 28px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  body.x2-home .email-field {
    height: 58px !important;
    min-height: 58px !important;
    margin-bottom: 18px !important;
    border-color: #aeb8c6 !important;
    border-radius: 8px !important;
  }

  body.x2-home .email-field input {
    padding: 0 22px !important;
    font-size: 24px !important;
  }

  body.x2-home #home-email-continue,
  body.x2-home #home-email-verify,
  body.x2-home #home-apple-complete,
  body.x2-home .x2-recovery-form button[type="submit"] {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 8px !important;
    font-size: 24px !important;
  }

  body.x2-home .auth-divider {
    margin: 30px 0 24px !important;
    font-size: 24px !important;
  }

  body.x2-home #home-google-signin,
  body.x2-home .social-apple {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    border-radius: 8px !important;
    font-size: 24px !important;
  }

  body.x2-home #home-google-signin > div,
  body.x2-home #home-google-signin iframe {
    max-height: 58px !important;
  }

  body.x2-home .home-auth.is-signin-popup {
    top: 96px !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(860px, calc(100% - 48px)) !important;
    max-height: calc(100dvh - 120px) !important;
    transform: translateX(-50%) !important;
    padding: 40px 38px 34px !important;
    border-radius: 8px !important;
    overflow: auto !important;
  }
}

@media (max-width: 600px) {
  .x2-entry-copy {
    min-height: 590px !important;
    padding: 128px 24px 82px !important;
  }

  .x2-entry-copy h1 {
    font-size: clamp(43px, 12.6vw, 54px) !important;
    line-height: .97 !important;
  }

  .x2-entry-lead {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .x2-entry-register-card {
    width: calc(100% - 40px) !important;
    max-width: 460px !important;
    margin: 46px auto 64px !important;
    padding: 28px 24px 30px !important;
    border-radius: 14px !important;
  }

  .x2-entry-register-title {
    margin-bottom: 22px !important;
    font-size: 24px !important;
  }

  body.x2-home .email-field {
    height: 52px !important;
    min-height: 52px !important;
    margin-bottom: 12px !important;
  }

  body.x2-home .email-field input {
    padding: 0 16px !important;
    font-size: 16px !important;
  }

  body.x2-home #home-email-continue,
  body.x2-home #home-email-verify,
  body.x2-home #home-apple-complete,
  body.x2-home .x2-recovery-form button[type="submit"] {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 16px !important;
  }

  body.x2-home .auth-divider {
    margin: 22px 0 18px !important;
    font-size: 14px !important;
  }

  body.x2-home #home-google-signin,
  body.x2-home .social-apple {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }

  body.x2-home #home-google-signin > div,
  body.x2-home #home-google-signin iframe {
    max-height: 46px !important;
  }

  body.x2-home .home-auth.is-signin-popup {
    top: 82px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    transform: none !important;
    padding: 28px 24px 26px !important;
    border-radius: 10px !important;
  }
}

/* X2 Home mobile auth correction — keep header tied to hero, square provider CTAs. */
body.x2-home #home-google-signin,
body.x2-home .social-apple {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

body.x2-home #home-google-signin > div,
body.x2-home #home-google-signin iframe {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border-radius: 8px !important;
}

body.x2-home .social-apple {
  font-size: 15px !important;
  font-weight: 700 !important;
}

@media (max-width: 780px) {
  body.x2-home .x2-entry-header {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 10 !important;
    height: 72px !important;
    background: linear-gradient(135deg, var(--x2-block-1-hero-a) 0%, var(--x2-block-1-hero-b) 100%) !important;
  }

  body.x2-home .x2-entry-signin {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    border-radius: 8px !important;
    background: rgba(0, 35, 72, .22) !important;
  }

  .x2-entry-copy {
    min-height: 518px !important;
    padding: 70px 24px 82px !important;
  }

  .x2-entry-register-card {
    margin-top: 46px !important;
  }

  body.x2-home #home-google-signin,
  body.x2-home .social-apple {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    border-radius: 8px !important;
  }

  body.x2-home #home-google-signin > div,
  body.x2-home #home-google-signin iframe {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    border-radius: 8px !important;
  }

  body.x2-home .social-apple {
    font-size: 16px !important;
    line-height: 1 !important;
  }
}

/* X2 Home provider CTA final shape — stronger than legacy social button rules. */
body.x2-home .home-auth .social-auth-button.social-apple,
body.x2-home .home-auth button.social-auth-button.social-apple {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.x2-home .home-auth #home-google-signin,
body.x2-home .home-auth #home-google-signin > div,
body.x2-home .home-auth #home-google-signin iframe {
  border-radius: 8px !important;
  overflow: hidden !important;
}

@media (max-width: 780px) {
  body.x2-home .x2-entry-header {
    position: relative !important;
    transform: none !important;
  }

  body.x2-home .home-auth .social-auth-button.social-apple,
  body.x2-home .home-auth button.social-auth-button.social-apple,
  body.x2-home .home-auth #home-google-signin {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    border-radius: 8px !important;
  }

  body.x2-home .home-auth #home-google-signin > div,
  body.x2-home .home-auth #home-google-signin iframe {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    border-radius: 8px !important;
  }
}

/* X2 Home published content — Block 3 system directions only. */
body.x2-home .x2-entry-content-block {
  min-height: auto;
  padding: clamp(76px, 9vw, 118px) clamp(24px, 7vw, 110px);
  box-sizing: border-box;
}

body.x2-home .x2-entry-section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

body.x2-home .x2-entry-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.x2-home .x2-entry-direction-card {
  min-height: 158px;
  padding: 26px 22px 24px;
  box-sizing: border-box;
  border: 1px solid var(--x2-line);
  border-radius: 16px;
  background: var(--x2-white);
  box-shadow: 0 18px 40px rgba(17, 23, 47, .06);
}

body.x2-home .x2-entry-direction-card h3 {
  margin: 0 0 14px;
  color: var(--x2-text-navy);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: .08em;
}

body.x2-home .x2-entry-direction-card p {
  margin: 0;
  color: rgba(17, 23, 47, .72);
  font-size: 16px;
  line-height: 1.52;
}

@media (max-width: 1024px) {
  body.x2-home .x2-entry-content-block {
    padding: 70px 24px;
  }

  body.x2-home .x2-entry-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 600px) {
  body.x2-home .x2-entry-content-block {
    padding: 58px 20px;
  }

  body.x2-home .x2-entry-direction-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.x2-home .x2-entry-direction-card {
    min-height: 0;
    padding: 22px 20px 21px;
    border-radius: 14px;
  }

  body.x2-home .x2-entry-direction-card p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* X2 Home Block 3 — SaaS-style system direction cards. Scope: #home-block-3 only. */
body.x2-home #home-block-3 {
  min-height: auto !important;
  padding: clamp(72px, 8vw, 116px) clamp(24px, 7vw, 110px) !important;
  box-sizing: border-box;
  background: var(--x2-white) !important;
}

body.x2-home #home-block-3 .x2-entry-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

body.x2-home #home-block-3 .x2-entry-direction-grid {
  counter-reset: x2-system-direction;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.x2-home #home-block-3 .x2-entry-direction-card {
  counter-increment: x2-system-direction;
  position: relative;
  min-height: 235px;
  padding: 30px 26px 28px;
  box-sizing: border-box;
  border: 1px solid rgba(17, 23, 47, .10);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,1)),
    linear-gradient(135deg, rgba(7, 90, 154, .08), rgba(8, 118, 184, .03));
  box-shadow: 0 18px 46px rgba(7, 90, 154, .08);
  overflow: hidden;
}

body.x2-home #home-block-3 .x2-entry-direction-card::before {
  content: "0" counter(x2-system-direction);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 30px;
  margin: 0 0 34px;
  border-radius: 999px;
  color: var(--x2-block-1-hero-a);
  background: rgba(7, 90, 154, .08);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
}

body.x2-home #home-block-3 .x2-entry-direction-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--x2-block-1-hero-a), var(--x2-block-1-hero-c));
  opacity: .72;
}

body.x2-home #home-block-3 .x2-entry-direction-card h3 {
  margin: 0 0 14px;
  color: var(--x2-text-navy);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: -.035em;
}

body.x2-home #home-block-3 .x2-entry-direction-card p {
  margin: 0;
  color: rgba(17, 23, 47, .68);
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: -.01em;
}

@media (max-width: 1024px) {
  body.x2-home #home-block-3 {
    padding: 72px 24px !important;
  }

  body.x2-home #home-block-3 .x2-entry-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.x2-home #home-block-3 {
    padding: 54px 20px 64px !important;
  }

  body.x2-home #home-block-3 .x2-entry-direction-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.x2-home #home-block-3 .x2-entry-direction-card {
    min-height: 0;
    padding: 24px 22px 24px;
    border-radius: 18px;
  }

  body.x2-home #home-block-3 .x2-entry-direction-card::before {
    margin-bottom: 22px;
  }
}

/* X2 Home Block 3 — connected SaaS system map. Scope: #home-block-3 only. */
body.x2-home #home-block-3 {
  min-height: 560px;
  padding: 94px clamp(24px, 7vw, 110px) 112px;
  box-sizing: border-box;
  background:
    radial-gradient(760px 320px at 50% 44%, rgba(8, 105, 173, .055), transparent 72%),
    #ffffff;
}

body.x2-home #home-block-3 .x2-entry-section-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

body.x2-home #home-block-3 .x2-system-intro {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

body.x2-home #home-block-3 .x2-system-kicker {
  margin: 0 0 14px;
  color: var(--x2-block-1-button);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: .16em;
}

body.x2-home #home-block-3 .x2-system-intro h2 {
  margin: 0;
  color: var(--x2-text-navy);
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1;
  font-weight: 760;
  letter-spacing: -.05em;
}

body.x2-home #home-block-3 .x2-system-intro > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(17, 23, 47, .68);
  font-size: 19px;
  line-height: 1.55;
}

body.x2-home #home-block-3 .x2-entry-direction-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

body.x2-home #home-block-3 .x2-entry-direction-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 48px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8,105,173,.26), transparent);
}

body.x2-home #home-block-3 .x2-entry-direction-card {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 30px 28px 32px;
  border: 1px solid rgba(17, 23, 47, .10);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88)),
    #ffffff;
  box-shadow: 0 26px 64px rgba(17, 23, 47, .075);
  overflow: hidden;
}

body.x2-home #home-block-3 .x2-entry-direction-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--x2-block-1-hero-a), var(--x2-block-1-hero-c));
}

body.x2-home #home-block-3 .x2-entry-direction-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -58px;
  top: -58px;
  border-radius: 999px;
  background: rgba(8, 105, 173, .055);
}

body.x2-home #home-block-3 .x2-direction-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

body.x2-home #home-block-3 .x2-card-number,
body.x2-home #home-block-3 .x2-card-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 999px;
  background: #edf5fb;
  color: var(--x2-block-1-button);
}

body.x2-home #home-block-3 .x2-card-number {
  min-width: 62px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 840;
  letter-spacing: .08em;
}

body.x2-home #home-block-3 .x2-card-symbol {
  width: 42px;
}

body.x2-home #home-block-3 .x2-card-symbol svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.x2-home #home-block-3 .x2-entry-direction-card h3 {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 0 0 17px;
  color: var(--x2-text-navy);
  font-size: 23px;
  line-height: 1.05;
  font-weight: 820;
  letter-spacing: -.045em;
}

body.x2-home #home-block-3 .x2-entry-direction-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(17, 23, 47, .67);
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  body.x2-home #home-block-3 .x2-entry-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.x2-home #home-block-3 .x2-entry-direction-grid::before {
    display: none;
  }
}

@media (max-width: 780px) {
  body.x2-home #home-block-3 {
    min-height: 0;
    padding: 56px 20px 66px;
  }

  body.x2-home #home-block-3 .x2-system-intro {
    margin-bottom: 28px;
    text-align: left;
  }

  body.x2-home #home-block-3 .x2-system-kicker {
    font-size: 11px;
    letter-spacing: .14em;
  }

  body.x2-home #home-block-3 .x2-system-intro h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  body.x2-home #home-block-3 .x2-system-intro > p:last-child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  body.x2-home #home-block-3 .x2-entry-direction-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.x2-home #home-block-3 .x2-entry-direction-card {
    min-height: 0;
    padding: 23px 22px 25px;
    border-radius: 18px;
  }

  body.x2-home #home-block-3 .x2-direction-card-head {
    margin-bottom: 24px;
  }

  body.x2-home #home-block-3 .x2-card-number,
  body.x2-home #home-block-3 .x2-card-symbol {
    height: 38px;
  }

  body.x2-home #home-block-3 .x2-card-number {
    min-width: 56px;
    font-size: 13px;
  }

  body.x2-home #home-block-3 .x2-card-symbol {
    width: 38px;
  }

  body.x2-home #home-block-3 .x2-entry-direction-card h3 {
    max-width: none;
    font-size: 24px;
    line-height: 1.04;
    margin-bottom: 13px;
  }

  body.x2-home #home-block-3 .x2-entry-direction-card p {
    font-size: 18px;
    line-height: 1.48;
  }
}


/* X2 Home Block 2 — approved technology intro. */
#home-block-2.x2-entry-technology-intro {
  min-height: 0;
  padding: clamp(76px, 9vw, 124px) clamp(24px, 7vw, 110px);
  box-sizing: border-box;
}

#home-block-2 .x2-entry-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.x2-technology-intro-copy {
  max-width: 820px;
}

.x2-section-kicker {
  margin: 0 0 18px;
  color: var(--x2-block-1-button);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: .18em;
}

.x2-technology-intro-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--x2-text-navy);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 720;
  letter-spacing: -.045em;
}

.x2-technology-intro-copy h2 + p {
  max-width: 780px;
  margin: 26px 0 0;
  color: rgba(17, 23, 47, .76);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.48;
  letter-spacing: -.01em;
}

@media (max-width: 780px) {
  #home-block-2.x2-entry-technology-intro {
    padding: 64px 24px 70px;
  }

  .x2-section-kicker {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: .16em;
  }

  .x2-technology-intro-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.03;
  }

  .x2-technology-intro-copy h2 + p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
  }
}


/* X2 Home Block 2/3 microcopy + spacing correction — 2026-09-11. */
body.x2-home #home-block-2.x2-entry-technology-intro {
  padding-bottom: clamp(70px, 7vw, 108px) !important;
}

body.x2-home #home-block-3.x2-entry-system-map {
  padding-top: clamp(70px, 7vw, 104px) !important;
}

body.x2-home #home-block-3 .x2-system-intro h2 br {
  display: block;
}

@media (max-width: 780px) {
  body.x2-home #home-block-2.x2-entry-technology-intro {
    padding-bottom: 58px !important;
  }

  body.x2-home #home-block-3.x2-entry-system-map {
    padding-top: 58px !important;
  }

  body.x2-home #home-block-2 .x2-technology-intro-copy p br {
    display: none;
  }
}

/* X2 Home Block 2 + Block 3 unified narrative alignment — approved micro correction. */
body.x2-home #home-block-2 .x2-entry-section-inner,
body.x2-home #home-block-3 .x2-entry-section-inner {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body.x2-home #home-block-2 .x2-technology-intro-copy {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.x2-home #home-block-2 .x2-technology-intro-copy h2,
body.x2-home #home-block-2 .x2-technology-intro-copy p,
body.x2-home #home-block-2 .x2-section-kicker {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.x2-home #home-block-2 .x2-technology-intro-copy h2 {
  max-width: 760px;
}

body.x2-home #home-block-2 .x2-technology-intro-copy > p:last-child {
  max-width: 720px;
}

body.x2-home #home-block-3 {
  padding-top: clamp(76px, 8vw, 120px) !important;
}

@media (max-width: 780px) {
  body.x2-home #home-block-2 .x2-entry-section-inner,
  body.x2-home #home-block-3 .x2-entry-section-inner {
    width: min(100% - 40px, 460px);
  }

  body.x2-home #home-block-2 .x2-technology-intro-copy {
    text-align: left;
  }

  body.x2-home #home-block-2 .x2-technology-intro-copy h2,
  body.x2-home #home-block-2 .x2-technology-intro-copy p,
  body.x2-home #home-block-2 .x2-section-kicker {
    text-align: left;
  }
}

/* X2 Home public navigation — Products/Pricing guest, Dashboard/Support authenticated. */
body.x2-home .x2-entry-nav-shell {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 34px);
}

body.x2-home .x2-entry-primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}

body.x2-home .x2-entry-primary-nav a,
body.x2-home .x2-entry-language {
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .105em;
  text-transform: uppercase;
  text-decoration: none;
}

body.x2-home .x2-entry-primary-nav a {
  padding: 13px 0;
  opacity: .92;
}

body.x2-home .x2-entry-primary-nav a:hover,
body.x2-home .x2-entry-language:hover {
  opacity: 1;
}

body.x2-home .x2-entry-language {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  opacity: .93;
  cursor: pointer;
}

body.x2-home .x2-entry-language-globe {
  font-size: 19px;
  line-height: 1;
  transform: translateY(-1px);
}

body.x2-home .x2-entry-language-code {
  min-width: 22px;
  pointer-events: none;
}

body.x2-home .x2-entry-language select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

body.x2-home .x2-header-authenticated {
  display: none !important;
}

body.x2-home.x2-session-authenticated .x2-header-guest,
body.x2-home.x2-session-authenticated #x2-signin-trigger {
  display: none !important;
}

body.x2-home.x2-session-authenticated .x2-header-authenticated {
  display: flex !important;
}

@media (max-width: 1024px) {
  body.x2-home .x2-entry-nav-shell {
    gap: 18px;
  }

  body.x2-home .x2-entry-primary-nav {
    gap: 18px;
  }

  body.x2-home .x2-entry-primary-nav a,
  body.x2-home .x2-entry-language {
    font-size: 12px;
    letter-spacing: .08em;
  }
}

@media (max-width: 780px) {
  body.x2-home .x2-entry-nav-shell {
    gap: 12px;
  }

  body.x2-home .x2-header-guest,
  body.x2-home .x2-header-authenticated {
    display: none !important;
  }

  body.x2-home.x2-session-authenticated .x2-header-authenticated {
    display: flex !important;
  }

  body.x2-home.x2-session-authenticated .x2-header-authenticated a[href="/support/"] {
    display: none;
  }

  body.x2-home .x2-entry-language-code {
    display: none;
  }

  body.x2-home .x2-entry-language {
    min-width: 36px;
    justify-content: center;
  }
}

/* X2 Home nav icon/mobile background fallback — visual safety only. */
body.x2-home .x2-entry-language-globe svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 780px) {
  body.x2-home .x2-entry-header {
    background-color: var(--x2-block-1-hero-a) !important;
    background-image: linear-gradient(135deg, var(--x2-block-1-hero-a) 0%, var(--x2-block-1-hero-b) 100%) !important;
  }
}

