.auth-page {
  background: var(--conexfit-soft-bg);
  color: var(--conexfit-dark);
  font-family: var(--conexfit-font-family);
  margin: 0;
}

.auth-page a {
  color: inherit;
  text-decoration: none;
}

.auth-shell {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  margin: 0;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  width: 100%;
}

.auth-shell-wide {
  max-width: none;
}

.auth-back {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  color: var(--conexfit-dark);
  font-weight: 900;
  left: 22px;
  padding: 10px 14px;
  position: fixed;
  text-decoration: none;
  top: 18px;
  z-index: 3;
}

.auth-copy {
  background:
    radial-gradient(circle at 20% 20%, rgb(250 204 21 / 22%), transparent 28%),
    radial-gradient(circle at 82% 64%, rgb(255 255 255 / 12%) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 78%, rgb(250 204 21 / 18%) 0 1px, transparent 2px),
    linear-gradient(135deg, #111820, var(--conexfit-dark));
  background-size: auto, 120px 120px, 180px 180px, auto;
  border-radius: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 28px;
}

.auth-copy-inner {
  animation: cfFloatPanel 8s ease-in-out infinite;
  max-width: 760px;
  padding: clamp(28px, 5vw, 58px);
}

.auth-logo {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 28px;
  max-width: 190px;
  padding: 8px 10px;
}

.app-badge {
  background: var(--conexfit-yellow);
  border-radius: 8px;
  color: var(--conexfit-dark);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 26px;
  padding: 8px 12px;
  width: fit-content;
}

.auth-copy h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 18px;
}

.auth-copy p {
  color: #d1d5db;
  font-weight: 700;
  line-height: 1.65;
}

.auth-preview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.auth-preview div {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  padding: 16px;
}

.auth-preview span,
.auth-preview strong {
  display: block;
}

.auth-preview span {
  color: #d1d5db;
  font-size: 13px;
}

.auth-preview strong {
  color: #ffffff;
  margin-top: 6px;
}

.auth-card {
  align-items: center;
  align-self: stretch;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.auth-card > * {
  max-width: 430px;
  width: 100%;
}

.auth-card h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
}

.auth-card p {
  color: var(--conexfit-secondary);
}

.auth-card form {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.eyebrow {
  color: var(--conexfit-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.public-form label {
  color: var(--conexfit-dark);
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}

.public-form input,
.public-form select {
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 14px;
  min-height: 44px;
  padding: 9px 11px;
  width: 100%;
}

.public-form .helptext {
  color: var(--conexfit-secondary);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: -8px 0 12px;
}

.public-form button {
  background: var(--conexfit-yellow);
  border: 0;
  border-radius: 8px;
  color: var(--conexfit-dark);
  cursor: pointer;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 16px;
  width: 100%;
}

.form-alert,
.errorlist {
  color: var(--conexfit-alert) !important;
  font-size: 14px;
  font-weight: 800;
}

.business-auth-page {
  background: #f8f7f4;
  color: #18212b;
  font-family: var(--conexfit-font-family);
  margin: 0;
  min-height: 100vh;
}

.business-auth-page * {
  box-sizing: border-box;
}

.business-auth-page a {
  color: inherit;
  text-decoration: none;
}

.business-auth-shell {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  min-height: calc(100vh - 54px);
  padding: 0;
}

.business-auth-hero {
  background:
    radial-gradient(circle at 18% 22%, rgb(250 204 21 / 26%), transparent 25%),
    radial-gradient(circle at 72% 66%, rgb(245 158 11 / 18%), transparent 24%),
    linear-gradient(135deg, #111820, #18212b 58%, #263443);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  position: relative;
  border-radius: 0;
}

.business-auth-hero::before {
  animation: cfSpace 22s linear infinite;
  background-image:
    radial-gradient(circle, rgb(255 255 255 / 28%) 1px, transparent 1px),
    radial-gradient(circle, rgb(250 204 21 / 22%) 1px, transparent 1px);
  background-position: 0 0, 24px 30px;
  background-size: 52px 52px, 74px 74px;
  content: "";
  inset: -20%;
  opacity: 0.45;
  position: absolute;
}

.business-auth-hero > * {
  position: relative;
  z-index: 1;
}

.business-auth-hero-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 4vw, 44px);
}

.business-auth-home {
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 900;
  padding: 10px 14px;
  width: fit-content;
}

.business-auth-brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.business-auth-brand img,
.business-auth-brand > span {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgb(0 0 0 / 18%);
  height: 72px;
  object-fit: contain;
  padding: 10px;
  width: 72px;
}

.business-auth-brand > span {
  align-items: center;
  color: #18212b;
  display: inline-flex;
  font-size: 28px;
  font-weight: 950;
  justify-content: center;
}

.business-auth-brand small,
.business-auth-brand strong {
  display: block;
}

.business-auth-brand small {
  color: #facc15;
  font-weight: 900;
  text-transform: uppercase;
}

.business-auth-brand strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.business-auth-copy {
  max-width: 720px;
}

.business-auth-copy span,
.business-auth-kicker {
  background: #facc15;
  border-radius: 999px;
  color: #18212b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 18px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.business-auth-copy h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
  margin: 0 0 18px;
}

.business-auth-copy p {
  color: #e5e7eb;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.business-auth-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-auth-metrics article {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  padding: 16px;
}

.business-auth-metrics strong,
.business-auth-metrics span {
  display: block;
}

.business-auth-metrics strong {
  color: #ffffff;
  font-size: 18px;
}

.business-auth-metrics span {
  color: #d1d5db;
  font-size: 13px;
  margin-top: 6px;
}

.business-auth-card {
  align-items: center;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.business-auth-card > * {
  max-width: 430px;
  width: 100%;
}

.business-auth-card h2 {
  color: #18212b;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.1;
  margin: 0 0 10px;
}

.business-auth-card p {
  color: #4b5563;
  font-weight: 750;
  line-height: 1.6;
  margin: 0 0 22px;
}

.business-auth-card form {
  display: grid;
  gap: 16px;
}

.business-auth-card label {
  color: #18212b;
  display: grid;
  font-size: 14px;
  font-weight: 950;
  gap: 7px;
}

.business-auth-card input,
.business-auth-card select {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #18212b;
  font: inherit;
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.business-auth-card input:focus,
.business-auth-card select:focus {
  border-color: #facc15;
  box-shadow: 0 0 0 4px rgb(250 204 21 / 22%);
  outline: none;
}

.business-auth-card button,
.business-auth-button {
  background: #facc15;
  border: 0;
  border-radius: 8px;
  color: #18212b;
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 52px;
  padding: 15px 18px;
  width: 100%;
}

.business-auth-links,
.business-auth-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  text-align: center;
}

.business-auth-links a,
.business-auth-actions a:not(.business-auth-button) {
  color: #18212b;
  font-weight: 900;
}

.business-auth-alert,
.business-auth-card .errorlist {
  background: #fff8e1;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  color: #92400e;
  font-weight: 850;
  list-style: none;
  margin: 0 0 16px;
  padding: 12px 14px;
}

.business-auth-footer {
  align-items: center;
  background: #ffffff;
  border-top: 0;
  color: #4b5563;
  display: flex;
  font-size: 13px;
  font-weight: 750;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  text-align: center;
}

.business-auth-card.initial-setup-card {
  align-items: stretch;
  padding-bottom: 36px;
  padding-top: 36px;
}

.business-auth-card.initial-setup-card > * {
  max-width: 680px;
}

.initial-setup form,
.initial-setup fieldset {
  min-width: 0;
}

.initial-setup fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.initial-setup legend {
  color: #18212b;
  font-size: 16px;
  font-weight: 950;
  margin-bottom: 12px;
}

.initial-setup-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.initial-setup label small,
.initial-setup-help {
  color: #6b7280;
  font-size: 12px;
  font-weight: 650;
}

.initial-setup-help ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

.initial-setup input[type="file"] {
  padding: 10px;
}

.initial-setup input[type="file"]::file-selector-button {
  background: #f3f4f6;
  border: 0;
  border-radius: 6px;
  color: #18212b;
  cursor: pointer;
  font-weight: 850;
  margin-right: 10px;
  padding: 8px 10px;
}

.cf-dashboard-hero {
  background: linear-gradient(135deg, var(--conexfit-dark), #263443);
}

.landing-page {
  background: #ffffff;
  color: var(--conexfit-dark);
  font-family: var(--conexfit-font-family);
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

.landing-page * {
  box-sizing: border-box;
}

.landing-page a {
  color: inherit;
  text-decoration: none;
}

.public-header {
  align-items: center;
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 10px 40px rgb(24 33 43 / 7%);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 86px;
  padding: 0 32px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 40;
}

.public-logo img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 166px;
}

.public-logo {
  min-width: 0;
}

.public-pill-nav {
  align-items: stretch;
  animation: cfNavGlow 7s ease-in-out infinite;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(110deg, rgb(250 204 21 / 85%), rgb(24 33 43 / 12%), rgb(245 158 11 / 75%)) border-box;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgb(24 33 43 / 10%);
  display: flex;
  justify-self: center;
  min-height: 70px;
  overflow: hidden;
  max-width: 100%;
}

.public-pill-nav a {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #18212b;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  gap: 10px;
  min-width: 132px;
  padding: 0 22px;
  position: relative;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.public-pill-nav a::after {
  background: #facc15;
  border-radius: 999px 999px 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 22px;
  opacity: 0;
  position: absolute;
  right: 22px;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.public-pill-nav a + a {
  border-left: 1px solid #e5e7eb;
}

.public-pill-nav a:hover,
.public-pill-nav a:focus,
.public-pill-nav a.is-active {
  background: #fff8e1;
  transform: translateY(-1px);
}

.public-pill-nav a.is-active::after,
.public-pill-nav a:hover::after,
.public-pill-nav a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.public-pill-nav img,
.public-nav-icon {
  border-radius: 999px;
  height: 38px;
  width: 38px;
}

.public-nav-icon {
  align-items: center;
  background:
    radial-gradient(circle at 65% 35%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #facc15, #f59e0b);
  box-shadow: inset 0 0 0 1px rgb(24 33 43 / 10%), 0 10px 22px rgb(245 158 11 / 24%);
  color: #18212b;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.public-nav-icon::before,
.public-nav-icon::after,
.public-nav-icon i,
.public-nav-icon i::before,
.public-nav-icon i::after {
  content: "";
  position: absolute;
}

.public-nav-icon.is-contact::before {
  background: #18212b;
  border-radius: 999px;
  height: 10px;
  left: 10px;
  top: 11px;
  width: 18px;
}

.public-nav-icon.is-contact::after {
  border-left: 5px solid transparent;
  border-top: 6px solid #18212b;
  left: 16px;
  top: 20px;
}

.public-nav-icon.is-contact i {
  background: #ffffff;
  border-radius: 999px;
  height: 3px;
  left: 15px;
  top: 15px;
  width: 8px;
}

.public-nav-icon.is-plans::before {
  border: 3px solid #18212b;
  border-radius: 999px;
  height: 18px;
  left: 10px;
  top: 10px;
  width: 18px;
}

.public-nav-icon.is-plans::after {
  background: #18212b;
  border-radius: 999px;
  height: 12px;
  left: 18px;
  top: 13px;
  width: 3px;
}

.public-nav-icon.is-plans i {
  background: #18212b;
  border-radius: 999px;
  height: 3px;
  left: 15px;
  top: 18px;
  width: 10px;
}

.public-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  min-width: 0;
}

.public-app-link {
  align-items: center;
  color: #18212b;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
}

.public-action-icon {
  color: #18212b;
  font-size: 20px;
  line-height: 1;
}

.public-globe,
.public-menu summary {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.public-globe {
  background: #f8f7f4;
}

.public-menu {
  position: relative;
}

.public-menu summary {
  background: #facc15;
  list-style: none;
  gap: 4px;
  flex-direction: column;
}

.public-menu summary::-webkit-details-marker {
  display: none;
}

.public-menu summary span {
  background: #18212b;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 18px;
}

.public-menu nav {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgb(24 33 43 / 18%);
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 58px;
  z-index: 50;
}

.public-menu[open] summary,
.public-menu summary:hover {
  animation: cfPulseYellow 1.8s ease-in-out infinite;
}

.public-menu nav a {
  border-radius: 8px;
  color: #18212b;
  font-weight: 900;
  padding: 12px;
}

.public-menu nav a:hover,
.public-menu nav a.is-active {
  background: #fff8e1;
}

.ip-success-message {
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 8px;
  color: #166534;
  font-weight: 900;
  margin: 0 0 16px;
  padding: 12px 14px;
}

.landing-nav {
  background: #111111;
  border-bottom: 1px solid rgb(250 204 21 / 28%);
  color: #ffffff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

.landing-nav-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: none;
  min-height: 84px;
  padding: 0 28px;
}

.landing-brand {
  align-items: center;
  display: inline-flex;
}

.landing-brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: 42px;
  object-fit: contain;
  width: 154px;
}

.landing-nav nav,
.landing-nav-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.landing-nav nav {
  justify-content: center;
}

.landing-nav-actions {
  justify-content: end;
}

.landing-nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  justify-self: end;
  width: 46px;
}

.landing-nav-toggle span {
  background: #ffffff;
  border-radius: 99px;
  display: block;
  height: 2px;
  width: 18px;
}

.landing-nav nav > a,
.landing-menu > button,
.landing-login-link,
.landing-nav-cta,
.landing-primary,
.landing-secondary {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  min-height: 40px;
  padding: 13px 16px;
}

.landing-nav nav > a,
.landing-menu > button {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--conexfit-font-family);
}

.landing-menu {
  position: relative;
}

.landing-menu:hover > button,
.landing-menu:has(> button:focus-visible) > button,
.landing-menu > button.is-active,
.landing-nav nav > a.is-active,
.landing-nav nav > a:hover,
.landing-nav nav > a:focus {
  background: rgb(255 255 255 / 10%);
  color: var(--conexfit-yellow);
  position: relative;
}

.landing-menu > button.is-active::after,
.landing-nav nav > a.is-active::after,
.landing-nav nav > a:hover::after,
.landing-nav nav > a:focus::after {
  background: var(--conexfit-yellow);
  border-radius: 99px;
  bottom: -22px;
  content: "";
  height: 3px;
  left: 16px;
  position: absolute;
  right: 16px;
}

.landing-mega {
  background: #1c1b20;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgb(0 0 0 / 35%);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  left: 50%;
  min-width: min(1040px, calc(100vw - 40px));
  padding: 30px 32px;
  position: absolute;
  top: 58px;
  transform: translateX(-36%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease, visibility 140ms ease;
  visibility: hidden;
}

.landing-menu:hover .landing-mega,
.landing-menu:has(> button:focus-visible) .landing-mega,
.landing-mega:focus-within {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.landing-mega div {
  border-right: 1px solid rgb(255 255 255 / 8%);
  display: grid;
  gap: 18px;
  padding: 0 28px;
}

.landing-mega div:last-child {
  border-right: 0;
}

.landing-mega span {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 900;
}

.landing-mega a {
  color: #ffffff;
  font-weight: 900;
}

.landing-login-link {
  border: 1px solid rgb(255 255 255 / 38%);
  color: #ffffff;
}

.landing-nav-cta,
.landing-primary {
  background: var(--conexfit-yellow);
  color: var(--conexfit-dark);
  box-shadow: 0 14px 28px rgb(245 158 11 / 22%);
}

.landing-nav-cta {
  background: var(--conexfit-yellow);
  color: var(--conexfit-dark);
}

.landing-nav-cta:hover,
.landing-primary:hover {
  background: var(--conexfit-amber);
  transform: translateY(-1px);
}

.landing-hero {
  animation: cfSpace 36s linear infinite;
  background:
    radial-gradient(circle at 12% 18%, rgb(250 204 21 / 16%) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, rgb(255 255 255 / 16%) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 70%, rgb(250 204 21 / 12%) 0 1px, transparent 2px),
    linear-gradient(150deg, #111820 0 58%, var(--conexfit-yellow) 58% 71%, #ffffff 71%);
  background-size: 180px 180px, 220px 220px, 260px 260px, auto;
  box-shadow: inset 0 -1px 0 var(--conexfit-border);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.landing-hero::before {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.35;
  position: absolute;
}

.landing-hero-inner {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  margin: 0 auto;
  max-width: none;
  min-height: calc(100vh - 84px);
  padding: clamp(22px, 4vw, 54px);
  position: relative;
  z-index: 1;
}

.landing-hero-inner::before {
  content: none;
}

.landing-hero-copy {
  color: #ffffff;
  max-width: none;
}

.landing-kicker,
.landing-eyebrow {
  color: var(--conexfit-yellow);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-kicker {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 10px 12px;
}

.landing-hero h1 {
  color: #ffffff;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 24px;
}

.landing-hero p {
  color: #e5e7eb;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.landing-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.landing-secondary {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 28%);
  color: #ffffff;
}

.landing-secondary:hover {
  background: rgb(255 255 255 / 18%);
}

.landing-secondary.is-dark {
  background: #ffffff;
  border-color: rgb(24 33 43 / 24%);
  color: var(--conexfit-dark);
}

.landing-stage {
  min-height: 520px;
}

.landing-flow {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.landing-flow span {
  animation: cfFlow 4s ease-in-out infinite;
  background: var(--conexfit-dark);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 10px;
  text-align: center;
}

.landing-flow span:nth-child(2) { animation-delay: 0.2s; }
.landing-flow span:nth-child(3) { animation-delay: 0.4s; }
.landing-flow span:nth-child(4) { animation-delay: 0.6s; }

.landing-app-window {
  animation: cfLift 7s ease-in-out infinite;
  background: #ffffff;
  border: 1px solid rgb(255 255 255 / 60%);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgb(24 33 43 / 30%);
  color: var(--conexfit-dark);
  display: grid;
  gap: 16px;
  padding: 18px;
  transform: rotate(1deg);
}

.landing-window-top {
  align-items: center;
  border-bottom: 1px solid var(--conexfit-border);
  display: flex;
  gap: 7px;
  padding-bottom: 14px;
}

.landing-window-top span {
  background: var(--conexfit-border);
  border-radius: 99px;
  height: 10px;
  width: 10px;
}

.landing-window-top span:first-child { background: var(--conexfit-alert); }
.landing-window-top span:nth-child(2) { background: var(--conexfit-amber); }
.landing-window-top span:nth-child(3) { background: var(--conexfit-success); }

.landing-window-top strong {
  margin-left: auto;
}

.landing-app-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.2fr 0.8fr;
}

.landing-app-grid article,
.landing-alert-card,
.landing-benefits article,
.landing-system-map,
.landing-steps,
.landing-final {
  border-radius: 8px;
}

.landing-app-grid article,
.landing-alert-card {
  background: var(--conexfit-soft-bg);
  border: 1px solid var(--conexfit-border);
  padding: 16px;
}

.landing-income-card {
  grid-row: span 2;
}

.landing-app-grid small,
.landing-app-grid em {
  color: var(--conexfit-secondary);
  display: block;
  font-style: normal;
  font-weight: 800;
}

.landing-app-grid strong {
  display: block;
  font-size: 32px;
  margin-top: 8px;
}

.landing-chart {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  height: 138px;
  margin-top: 30px;
}

.landing-chart span {
  animation: cfPulse 3s ease-in-out infinite;
  background: linear-gradient(180deg, var(--conexfit-yellow), var(--conexfit-amber));
  border-radius: 8px 8px 0 0;
}

.landing-chart span:nth-child(1) { height: 42%; }
.landing-chart span:nth-child(2) { height: 72%; animation-delay: 0.15s; }
.landing-chart span:nth-child(3) { height: 54%; animation-delay: 0.3s; }
.landing-chart span:nth-child(4) { height: 90%; animation-delay: 0.45s; }
.landing-chart span:nth-child(5) { height: 68%; animation-delay: 0.6s; }

.landing-alert-card {
  align-items: center;
  background: var(--conexfit-yellow-soft);
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.landing-alert-card span {
  color: var(--conexfit-dark);
  font-weight: 800;
}

.landing-alert-card strong {
  background: var(--conexfit-yellow);
  border-radius: 8px;
  min-width: max-content;
  padding: 10px 12px;
}

.landing-logo-strip,
.landing-split,
.landing-benefits,
.landing-auth0-row,
.landing-steps,
.landing-final,
.landing-footer-main,
.landing-footer-bottom {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 22px;
  padding-right: 22px;
}

.landing-logo-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 40px;
  padding-top: 34px;
}

.landing-logo-strip span {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgb(24 33 43 / 7%);
  color: var(--conexfit-secondary);
  font-size: 13px;
  font-weight: 900;
  padding: 14px 12px;
  text-align: center;
}

.landing-split,
.landing-auth0-row,
.landing-steps {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  padding-bottom: 56px;
  padding-top: 56px;
}

.landing-split h2,
.landing-auth0-row h2,
.landing-steps h2,
.landing-final h2 {
  font-size: 42px;
  line-height: 1.08;
  margin: 10px 0 0;
}

.landing-split p,
.landing-auth0-row p {
  color: var(--conexfit-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}

.landing-benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 54px;
}

.landing-benefits article {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  box-shadow: 0 18px 48px rgb(24 33 43 / 9%);
  min-height: 250px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-benefits article:hover {
  box-shadow: 0 28px 60px rgb(24 33 43 / 14%);
  transform: translateY(-4px);
}

.landing-benefits article:nth-child(2) {
  background: var(--conexfit-yellow-soft);
}

.landing-benefits article:nth-child(3) {
  background: var(--conexfit-dark);
  color: #ffffff;
}

.landing-benefits span {
  color: var(--conexfit-amber);
  font-weight: 900;
}

.landing-benefits h3 {
  font-size: 24px;
  line-height: 1.15;
  margin: 22px 0 12px;
}

.landing-benefits p {
  color: var(--conexfit-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.landing-benefits article:nth-child(3) p {
  color: #d1d5db;
}

.landing-auth0-row {
  align-items: center;
  background: var(--conexfit-dark);
  color: #ffffff;
  margin-bottom: 36px;
  padding: 36px;
}

.landing-auth0-row p {
  color: #d1d5db;
}

.landing-final .landing-eyebrow {
  color: var(--conexfit-dark);
}

.landing-final .landing-primary {
  background: var(--conexfit-dark);
  color: #ffffff;
}

.landing-final .landing-secondary {
  background: #ffffff;
  border-color: transparent;
  color: var(--conexfit-dark);
}

.landing-system-map {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(255 255 255 / 10%) 1px, transparent 1px),
    rgb(255 255 255 / 7%);
  background-size: 34px 34px;
  border: 1px solid rgb(255 255 255 / 16%);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px;
}

.landing-system-map span,
.landing-system-map strong {
  background: #ffffff;
  border-radius: 8px;
  color: var(--conexfit-dark);
  font-weight: 900;
  padding: 14px;
  text-align: center;
}

.landing-system-map strong {
  background: var(--conexfit-yellow);
  grid-column: 1 / -1;
}

.landing-steps {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  box-shadow: 0 18px 48px rgb(24 33 43 / 10%);
  margin-bottom: 38px;
}

.landing-steps ol {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-steps li {
  background: var(--conexfit-soft-bg);
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  padding: 18px;
}

.landing-steps li strong,
.landing-steps li span {
  display: block;
}

.landing-steps li span {
  color: var(--conexfit-secondary);
  font-weight: 700;
  line-height: 1.55;
  margin-top: 6px;
}

.landing-final {
  background: linear-gradient(135deg, var(--conexfit-yellow), var(--conexfit-amber));
  margin-bottom: 56px;
  padding-bottom: 42px;
  padding-top: 42px;
}

.landing-final h2 {
  max-width: 780px;
}

.landing-footer {
  background: var(--conexfit-soft-bg);
  border-top: 1px solid var(--conexfit-border);
  color: var(--conexfit-dark);
  padding: clamp(16px, 3vw, 34px);
}

.landing-footer-main {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(280px, 520px) minmax(160px, 220px);
  justify-content: start;
  max-width: none;
  padding: clamp(26px, 4vw, 44px);
  width: 100%;
}

.landing-footer-brand img {
  max-width: 150px;
}

.landing-footer-brand p {
  color: #475569;
  font-weight: 500;
  line-height: 1.65;
  max-width: 520px;
}

.landing-footer nav {
  display: grid;
  gap: 16px;
}

.landing-footer nav strong {
  color: #020617;
  font-size: 14px;
}

.landing-footer nav a {
  color: #475569;
  font-weight: 500;
}

.landing-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--conexfit-border);
  color: #475569;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  max-width: none;
  padding: 18px clamp(22px, 4vw, 44px);
  width: 100%;
}

@keyframes cfNavGlow {
  0%, 100% {
    box-shadow: 0 10px 28px rgb(24 33 43 / 10%);
  }
  50% {
    box-shadow: 0 18px 46px rgb(250 204 21 / 20%);
  }
}

@keyframes cfPulseYellow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(250 204 21 / 32%);
  }
  50% {
    box-shadow: 0 0 0 8px rgb(250 204 21 / 0%);
  }
}

@keyframes cfFloatPanel {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.landing-footer-bottom strong {
  color: #020617;
}

.institutional-page {
  background: #ffffff;
}

.institutional-header {
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid var(--conexfit-border);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgb(24 33 43 / 6%);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 30;
}

.institutional-header-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(160px, 1fr) minmax(420px, 620px) minmax(240px, 1fr);
  min-height: 80px;
  padding: 10px 28px;
  width: 100%;
}

.institutional-logo {
  display: inline-flex;
  justify-self: start;
}

.institutional-logo img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 164px;
}

.institutional-product-search {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgb(24 33 43 / 5%), 0 10px 28px rgb(24 33 43 / 7%);
  display: flex;
  justify-self: center;
  min-height: 52px;
  overflow: hidden;
  padding: 5px;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.institutional-product-search:hover {
  box-shadow: 0 18px 48px rgb(24 33 43 / 13%);
  transform: translateY(-2px);
}

.institutional-product-search img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.institutional-product-search > span {
  display: grid;
  min-width: 0;
  padding: 0 13px 0 9px;
}

.institutional-product-search strong,
.institutional-product-search small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.institutional-product-search strong {
  color: var(--conexfit-dark);
  font-size: 13px;
  font-weight: 900;
}

.institutional-product-search small {
  color: var(--conexfit-secondary);
  font-size: 10px;
  font-weight: 700;
  margin-top: 2px;
}

.institutional-product-search i {
  background: var(--conexfit-border);
  height: 28px;
  width: 1px;
}

.institutional-product-search b {
  color: var(--conexfit-dark);
  font-size: 13px;
  min-width: max-content;
  padding: 0 14px;
}

.institutional-product-search em {
  align-items: center;
  background: var(--conexfit-yellow);
  border-radius: 50%;
  color: var(--conexfit-dark);
  display: flex;
  font-style: normal;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin-left: auto;
  width: 40px;
}

.institutional-nav,
.institutional-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.institutional-nav a,
.institutional-login,
.institutional-cta {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
  position: relative;
}

.institutional-nav a::after {
  background: transparent;
  bottom: 3px;
  content: "";
  height: 3px;
  left: 14px;
  position: absolute;
  right: 14px;
}

.institutional-nav a:hover::after,
.institutional-nav a.is-active::after {
  background: var(--conexfit-yellow);
}

.institutional-actions {
  justify-self: end;
}

.institutional-app-link {
  border-radius: 8px;
  color: var(--conexfit-dark);
  font-size: 13px;
  font-weight: 900;
  padding: 12px 9px;
}

.institutional-app-link:hover {
  background: var(--conexfit-yellow-soft);
}

.institutional-login {
  border: 1px solid var(--conexfit-border);
}

.institutional-desktop-menu {
  position: relative;
}

.institutional-desktop-menu summary {
  align-items: center;
  background: var(--conexfit-yellow);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 44px;
  justify-content: center;
  list-style: none;
  transition: background 160ms ease, transform 160ms ease;
  width: 44px;
}

.institutional-desktop-menu summary:hover {
  background: var(--conexfit-amber);
  transform: rotate(4deg);
}

.institutional-desktop-menu summary::-webkit-details-marker {
  display: none;
}

.institutional-desktop-menu summary span {
  background: var(--conexfit-dark);
  height: 2px;
  width: 18px;
}

.institutional-desktop-menu nav {
  animation: cfMenuIn 180ms ease-out;
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgb(24 33 43 / 18%);
  display: grid;
  min-width: 300px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 54px;
}

.institutional-desktop-menu nav a {
  align-items: center;
  border-radius: 8px;
  color: var(--conexfit-dark);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  padding: 13px 14px;
}

.institutional-desktop-menu nav a:hover,
.institutional-desktop-menu nav a.is-active {
  background: var(--conexfit-yellow-soft);
}

.institutional-desktop-menu nav a.is-active {
  box-shadow: inset 4px 0 0 var(--conexfit-yellow);
}

.institutional-desktop-menu nav hr {
  border: 0;
  border-top: 1px solid var(--conexfit-border);
  margin: 7px 8px;
}

.institutional-cta,
.ip-button {
  background: var(--conexfit-yellow);
  border: 1px solid var(--conexfit-yellow);
  color: var(--conexfit-dark);
}

.institutional-cta:hover,
.ip-button:hover {
  background: var(--conexfit-amber);
  border-color: var(--conexfit-amber);
}

.institutional-mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.institutional-mobile-menu summary {
  align-items: center;
  background: var(--conexfit-yellow);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 44px;
  justify-content: center;
  list-style: none;
  width: 44px;
}

.institutional-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.institutional-mobile-menu summary span {
  background: var(--conexfit-dark);
  height: 2px;
  width: 18px;
}

.institutional-mobile-menu nav {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgb(24 33 43 / 16%);
  display: grid;
  min-width: 240px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 52px;
}

.institutional-mobile-menu nav a {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 13px 14px;
}

.institutional-mobile-menu nav a:hover {
  background: var(--conexfit-soft-bg);
}

.ip-container {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.ip-section {
  padding: 64px 0;
}

.ip-page-hero {
  animation: cfSpace 36s linear infinite;
  background:
    radial-gradient(circle at 12% 18%, rgb(250 204 21 / 20%) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 28%, rgb(255 255 255 / 17%) 0 1px, transparent 2px),
    linear-gradient(145deg, #0d131b, #18212b 68%, #263443);
  background-size: 180px 180px, 240px 240px, auto;
  color: #ffffff;
  overflow: hidden;
  padding: 82px 0 58px;
  position: relative;
  text-align: center;
}

.ip-page-hero::before {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.36;
  position: absolute;
}

.ip-page-hero::after {
  background: var(--conexfit-yellow);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ip-page-hero .ip-container {
  position: relative;
  z-index: 1;
}

.ip-hero-kicker {
  background: rgb(255 255 255 / 9%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 8px;
  color: var(--conexfit-yellow);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 12px;
  text-transform: uppercase;
}

.ip-page-hero h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.04;
  margin: 22px auto 0;
  max-width: 940px;
  text-wrap: balance;
}

.ip-page-hero p {
  color: #d1d5db;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin: 20px auto 0;
  max-width: 740px;
}

.ip-hero-flow {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px auto 0;
  max-width: 860px;
}

.ip-hero-flow span {
  animation: cfFlow 4s ease-in-out infinite;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 10px;
}

.ip-hero-flow span:nth-child(2) { animation-delay: 0.18s; }
.ip-hero-flow span:nth-child(3) { animation-delay: 0.36s; }
.ip-hero-flow span:nth-child(4) { animation-delay: 0.54s; }

.ip-eyebrow {
  color: var(--conexfit-amber);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ip-centered-heading {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.ip-centered-heading h1,
.ip-section-heading h1 {
  color: var(--conexfit-dark);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
  margin: 18px 0 0;
}

.ip-centered-heading h1 {
  text-wrap: balance;
}

.ip-section-heading h1 {
  font-size: 45px;
}

.ip-section-heading h2,
.ip-team h2,
.ip-final-cta h2 {
  color: var(--conexfit-dark);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
  margin: 10px 0 0;
}

.ip-section-heading p,
.ip-team p,
.ip-final-cta p {
  color: var(--conexfit-secondary);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.75;
  margin: 16px 0 0;
  max-width: 760px;
}

.ip-section-heading.is-centered {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.ip-section-heading.is-centered p {
  margin-left: auto;
  margin-right: auto;
}

.ip-section-heading mark,
.ip-priority mark,
.ip-voice mark {
  background: transparent;
  color: var(--conexfit-amber);
}

.ip-about-hero {
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(229 231 235 / 45%) 50%, transparent 50.1%),
    #ffffff;
  background-size: 76px 76px, auto;
  border-bottom: 1px solid var(--conexfit-border);
  overflow: hidden;
  padding: 64px 0 76px;
}

.ip-topic-line {
  border-bottom: 1px solid var(--conexfit-border);
  display: flex;
  gap: 16px;
  margin: 40px auto 0;
  max-width: 1000px;
  overflow-x: auto;
  scrollbar-width: none;
  text-align: center;
}

.ip-topic-line::-webkit-scrollbar {
  display: none;
}

.ip-topic-line span,
.ip-topic-line strong {
  border-bottom: 4px solid transparent;
  color: var(--conexfit-secondary);
  flex: 1;
  font-size: 12px;
  font-weight: 900;
  min-width: max-content;
  padding: 0 14px 15px;
}

.ip-topic-line strong {
  border-bottom-color: var(--conexfit-dark);
  color: var(--conexfit-dark);
}

.ip-topic-line strong::after {
  animation: cfTopicScan 2.8s ease-in-out infinite;
  background: var(--conexfit-yellow);
  content: "";
  display: block;
  height: 4px;
  margin: 15px auto -19px;
  width: 32px;
}

.ip-about-intro,
.ip-team-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 1.05fr 0.95fr;
  margin: 46px auto 0;
  max-width: 1000px;
}

.ip-framed-image {
  position: relative;
}

.ip-visual {
  perspective: 1000px;
}

.ip-framed-image::before {
  border-bottom: 4px solid var(--conexfit-dark);
  border-left: 4px solid var(--conexfit-dark);
  border-radius: 0 0 0 48px;
  bottom: -20px;
  content: "";
  height: 110px;
  left: -20px;
  position: absolute;
  width: 110px;
}

.ip-framed-image img {
  aspect-ratio: 1.45;
  background: var(--conexfit-yellow-soft);
  border-radius: 8px 64px 8px 64px;
  box-shadow: var(--conexfit-shadow);
  display: block;
  object-fit: contain;
  padding: 34px;
  position: relative;
  transition: box-shadow 300ms ease, transform 300ms ease;
  width: 100%;
}

.ip-framed-image:hover img {
  box-shadow: 0 30px 70px rgb(24 33 43 / 18%);
  transform: translateY(-6px) rotate(-0.8deg);
}

.ip-floating-stat {
  animation: cfFloatStat 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  background: rgb(255 255 255 / 92%);
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgb(24 33 43 / 17%);
  display: grid;
  min-width: 138px;
  padding: 12px 14px;
  position: absolute;
  z-index: 3;
}

.ip-floating-stat small {
  color: var(--conexfit-secondary);
  font-size: 11px;
  font-weight: 800;
}

.ip-floating-stat strong {
  color: var(--conexfit-dark);
  font-size: 22px;
  margin-top: 4px;
}

.ip-floating-stat.is-top {
  right: -24px;
  top: 28px;
}

.ip-floating-stat.is-bottom {
  animation-delay: 0.7s;
  bottom: 22px;
  left: -24px;
}

.ip-framed-image.is-reverse::before {
  border-color: var(--conexfit-yellow);
  border-radius: 48px 0 0;
  border-style: solid none none solid;
  bottom: auto;
  top: -20px;
}

.ip-brand-row {
  align-items: center;
  display: flex;
  gap: 14px;
}

.ip-brand-row img {
  height: 40px;
  object-fit: contain;
  width: 150px;
}

.ip-brand-row span {
  background: var(--conexfit-soft-bg);
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  color: var(--conexfit-secondary);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}

.ip-about-intro p,
.ip-priority p {
  color: var(--conexfit-secondary);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.75;
  margin: 22px 0;
}

.ip-about-intro blockquote {
  border-left: 4px solid var(--conexfit-yellow);
  color: var(--conexfit-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}

.ip-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ip-button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--conexfit-font-family);
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

.ip-button.is-secondary {
  background: #ffffff;
  border-color: var(--conexfit-border);
}

.ip-priority {
  background: #ffffff;
  padding: 72px 0;
}

.ip-priority-frame {
  border-left: 4px solid var(--conexfit-dark);
  border-top: 4px solid var(--conexfit-dark);
  border-radius: 54px 0 0;
  margin: 0 auto;
  max-width: 1000px;
  padding: 38px 46px 42px;
  position: relative;
}

.ip-priority-frame::after {
  border-bottom: 4px solid var(--conexfit-yellow);
  border-radius: 0 0 54px;
  border-right: 4px solid var(--conexfit-yellow);
  bottom: 0;
  content: "";
  height: 76%;
  position: absolute;
  right: 0;
  width: 58%;
}

.ip-priority h2,
.ip-voice h2 {
  color: var(--conexfit-dark);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.ip-priority-frame > div {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.ip-priority-frame img {
  aspect-ratio: 1.55;
  background: var(--conexfit-yellow-soft);
  border-radius: 8px;
  box-shadow: var(--conexfit-shadow);
  object-fit: contain;
  padding: 32px;
  width: 100%;
}

.ip-voice {
  background: #ffffff;
  padding: 56px 0 72px;
  text-align: center;
}

.ip-voice blockquote {
  color: var(--conexfit-secondary);
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.75;
  margin: 28px auto;
  max-width: 800px;
}

.ip-voice div div {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 800px;
}

.ip-voice span {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 900;
}

.ip-difference {
  background: #ffffff;
  padding: 64px 0 80px;
}

.ip-four-grid,
.ip-three-grid,
.ip-two-grid {
  display: grid;
  gap: 18px;
}

.ip-four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.ip-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.ip-two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ip-tall-card,
.ip-small-card,
.ip-form-card,
.ip-guide-card {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: var(--conexfit-shadow);
}

.ip-tall-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.ip-tall-card::before {
  background: var(--conexfit-yellow);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 240ms ease;
}

.ip-tall-card:hover {
  box-shadow: 0 26px 60px rgb(24 33 43 / 15%);
  transform: translateY(-8px);
}

.ip-tall-card:hover::before {
  transform: scaleX(1);
}

.ip-tall-card:nth-child(2) {
  background: var(--conexfit-yellow-soft);
}

.ip-tall-card:nth-child(3) {
  background: var(--conexfit-dark);
  border-color: var(--conexfit-dark);
}

.ip-tall-card:nth-child(3) h3,
.ip-tall-card:nth-child(3) p {
  color: #ffffff;
}

.ip-tall-card:nth-child(3) p {
  color: #d1d5db;
}

.ip-tall-card:nth-child(4) {
  background: var(--conexfit-yellow);
  border-color: var(--conexfit-yellow);
}

.ip-tall-card h3,
.ip-small-card h3 {
  color: var(--conexfit-dark);
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.ip-card-number {
  align-items: center;
  background: var(--conexfit-yellow-soft);
  border: 1px solid #fde68a;
  border-radius: 32px;
  color: var(--conexfit-dark);
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  margin: 20px auto;
  width: 92px;
}

.ip-tall-card p,
.ip-small-card p,
.ip-small-card li {
  color: var(--conexfit-secondary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.ip-tall-card p,
.ip-small-card p {
  margin: 12px 0 0;
}

.ip-team {
  background: #ffffff;
  padding: 76px 0;
}

.ip-team-grid {
  margin-top: 0;
}

.ip-final-cta {
  background: var(--conexfit-yellow-soft);
  border-top: 1px solid #fde68a;
  padding: 72px 0;
  text-align: center;
}

.ip-final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.ip-final-cta .ip-button {
  margin-top: 26px;
}

.ip-contact-section {
  background: linear-gradient(180deg, var(--conexfit-soft-bg), #ffffff 70%);
}

.ip-contact-shell {
  display: grid;
  gap: 48px;
  grid-template-columns: 0.9fr 1.1fr;
}

.ip-contact-shell > div:first-child {
  padding: 22px 0;
}

.ip-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.ip-contact-list a {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgb(24 33 43 / 5%);
  display: flex;
  gap: 16px;
  padding: 15px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.ip-contact-list a:hover {
  border-color: var(--conexfit-yellow);
  transform: translateY(-2px);
}

.ip-contact-icon {
  align-items: center;
  background: var(--conexfit-yellow);
  border-radius: 8px;
  color: var(--conexfit-dark);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 17px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
}

.ip-contact-list strong,
.ip-contact-list small {
  display: block;
}

.ip-contact-list strong {
  font-size: 14px;
  font-weight: 900;
}

.ip-contact-list small {
  color: var(--conexfit-secondary);
  font-size: 13px;
  font-weight: 650;
  margin-top: 4px;
}

.ip-form-card,
.ip-guide-card {
  padding: 26px;
  position: relative;
}

.ip-form-card {
  box-shadow: 0 24px 65px rgb(24 33 43 / 13%);
}

.ip-form-card::before,
.ip-guide-card::before,
.ip-legal-notice::before {
  animation: cfBannerScan 4.8s linear infinite;
  background: linear-gradient(90deg, transparent, var(--conexfit-yellow), transparent);
  background-size: 220% 100%;
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.ip-card-heading {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.ip-card-heading h1,
.ip-card-heading h2 {
  color: var(--conexfit-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin: 8px 0 0;
}

.ip-card-heading p {
  color: var(--conexfit-secondary);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
  margin: 12px 0 0;
  max-width: 680px;
}

.ip-form-card form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.ip-form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ip-form-card label {
  color: var(--conexfit-dark);
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 7px;
}

.ip-form-card input,
.ip-form-card select,
.ip-form-card textarea {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  color: var(--conexfit-dark);
  font: inherit;
  font-weight: 650;
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

.ip-form-card textarea {
  min-height: 130px;
  resize: vertical;
}

.ip-form-card input:focus,
.ip-form-card select:focus,
.ip-form-card textarea:focus {
  border-color: var(--conexfit-yellow);
  box-shadow: 0 0 0 4px rgb(250 204 21 / 18%);
  outline: 0;
}

.ip-form-note {
  color: var(--conexfit-secondary);
  font-size: 12px;
  font-weight: 650;
  margin: 0;
}

.ip-help-section {
  background: linear-gradient(180deg, #ffffff, var(--conexfit-soft-bg));
}

.ip-help-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: 260px 1fr;
}

.ip-help-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-help-nav button {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  color: var(--conexfit-secondary);
  cursor: pointer;
  font-family: var(--conexfit-font-family);
  font-size: 14px;
  font-weight: 900;
  min-height: 48px;
  padding: 12px 16px;
  text-align: left;
}

.ip-help-nav button:hover,
.ip-help-nav button.is-active {
  background: var(--conexfit-yellow);
  border-color: var(--conexfit-yellow);
  color: var(--conexfit-dark);
}

.ip-guide-card[hidden] {
  display: none;
}

.ip-guide-card ol {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.ip-guide-card li {
  background: #ffffff;
  border: 1px solid var(--conexfit-border);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
  padding: 15px 18px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.ip-guide-card li:hover {
  border-color: var(--conexfit-yellow);
  transform: translateX(5px);
}

.ip-guide-card li strong,
.ip-guide-card li span {
  font-size: 14px;
  line-height: 1.55;
}

.ip-guide-card li strong {
  color: var(--conexfit-dark);
  font-weight: 900;
}

.ip-guide-card li span {
  color: var(--conexfit-secondary);
  font-weight: 650;
}

.ip-small-card {
  padding: 22px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.ip-small-card:hover {
  box-shadow: 0 20px 46px rgb(24 33 43 / 12%);
  transform: translateY(-4px);
}

.ip-small-card > span:not(.ip-card-number) {
  color: var(--conexfit-amber);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.ip-faq {
  background: var(--conexfit-soft-bg);
  padding: 64px 0 76px;
}

.ip-faq .ip-two-grid {
  margin-top: 32px;
}

.ip-legal-page {
  background: #ffffff;
}

.ip-legal-notice {
  align-items: flex-start;
  background: var(--conexfit-yellow-soft);
  border: 1px solid var(--conexfit-yellow);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.ip-legal-notice h1,
.ip-legal-notice h2 {
  color: var(--conexfit-dark);
  font-size: 27px;
  font-weight: 900;
  margin: 0;
}

.ip-legal-notice p {
  color: #374151;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
  margin: 8px 0 0;
}

.ip-legal-page > .ip-container > .ip-section-heading {
  margin: 46px 0 30px;
}

.ip-legal-grid article,
.ip-privacy-details article {
  min-height: 230px;
}

.ip-small-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.ip-small-card li {
  padding-left: 24px;
  position: relative;
}

.ip-small-card li::before {
  color: var(--conexfit-success);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.ip-legal-contact {
  align-items: center;
  background: var(--conexfit-dark);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 22px 24px;
}

.ip-legal-contact a {
  color: var(--conexfit-yellow);
  font-weight: 900;
}

.ip-data-cycle {
  margin-bottom: 38px;
}

.ip-data-cycle .ip-card-number {
  height: 64px;
  margin: 0 0 20px;
  width: 64px;
}

.ip-privacy-details {
  margin-top: 22px;
}

.ip-privacy-details .ip-button {
  margin-top: 20px;
}

.ip-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ip-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ip-four-grid .ip-reveal:nth-child(2),
.ip-three-grid .ip-reveal:nth-child(2),
.ip-two-grid .ip-reveal:nth-child(2) {
  transition-delay: 90ms;
}

.ip-four-grid .ip-reveal:nth-child(3),
.ip-three-grid .ip-reveal:nth-child(3) {
  transition-delay: 180ms;
}

.ip-four-grid .ip-reveal:nth-child(4),
.ip-two-grid .ip-reveal:nth-child(4) {
  transition-delay: 270ms;
}

@keyframes cfBannerScan {
  from { background-position: -220% 0; }
  to { background-position: 220% 0; }
}

@keyframes cfMenuIn {
  from { opacity: 0; transform: translateY(-8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes cfFloatStat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes cfTopicScan {
  0%, 100% { transform: translateX(-22px); }
  50% { transform: translateX(22px); }
}

@keyframes cfSpace {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 180px 220px, -220px 180px, 260px -260px, 0 0;
  }
}

@keyframes cfFlow {
  0%, 100% {
    background: var(--conexfit-dark);
    transform: translateY(0);
  }
  50% {
    background: #263443;
    transform: translateY(-5px);
  }
}

@keyframes cfLift {
  0%, 100% {
    transform: rotate(1deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-8px);
  }
}

@keyframes cfPulse {
  0%, 100% {
    filter: saturate(1);
    transform: scaleY(1);
  }
  50% {
    filter: saturate(1.25);
    transform: scaleY(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero,
  .landing-flow span,
  .landing-app-window,
  .landing-chart span,
  .landing-benefits article,
  .ip-page-hero,
  .ip-hero-flow span,
  .ip-floating-stat,
  .ip-topic-line strong::after,
  .ip-reveal {
    animation: none;
    transition: none;
  }

  .ip-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .landing-nav-inner {
    grid-template-columns: 1fr auto;
    justify-items: stretch;
    min-height: 72px;
    padding: 12px 18px;
  }

  .landing-brand {
    justify-self: start;
  }

  .landing-brand img {
    height: 36px;
    width: 136px;
  }

  .landing-nav-toggle {
    display: inline-flex;
  }

  .landing-nav nav,
  .landing-nav-actions {
    display: none;
    grid-column: 1 / -1;
  }

  .landing-nav.is-open nav,
  .landing-nav.is-open .landing-nav-actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }

  .landing-nav.is-open nav {
    background: #171717;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 8px;
    gap: 6px;
    margin-top: 12px;
    padding: 10px;
  }

  .landing-nav.is-open .landing-nav-actions {
    gap: 8px;
    padding-top: 10px;
  }

  .landing-nav nav > a,
  .landing-menu > button,
  .landing-login-link,
  .landing-nav-cta {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .landing-mega {
    display: none;
    left: 0;
    min-width: 100%;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
  }

  .landing-menu.is-open .landing-mega {
    display: grid;
  }

  .landing-menu > button.is-active::after,
  .landing-nav nav > a.is-active::after,
  .landing-nav nav > a:hover::after,
  .landing-nav nav > a:focus::after {
    bottom: -6px;
  }

  .landing-footer-main {
    grid-template-columns: 1fr;
  }

  .landing-hero-inner,
  .landing-split,
  .landing-auth0-row,
  .landing-steps,
  .landing-logo-strip,
  .landing-benefits {
    grid-template-columns: 1fr;
  }

  .landing-hero h1 {
    font-size: 50px;
  }
}

@media (max-width: 760px) {
  .auth-back {
    left: 14px;
    position: absolute;
    top: 14px;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .landing-hero-inner,
  .landing-split,
  .landing-auth0-row,
  .landing-steps {
    grid-template-columns: 1fr;
  }

  .auth-copy,
  .auth-card {
    border-radius: 0;
  }

  .auth-copy {
    padding: 64px 14px 14px;
  }

  .auth-copy h1 {
    font-size: 32px;
  }

  .auth-preview,
  .landing-flow,
  .landing-app-grid,
  .landing-system-map {
    grid-template-columns: 1fr;
  }

  .landing-actions,
  .landing-alert-card,
  .landing-footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-nav nav > a,
  .landing-menu > button,
  .landing-login-link,
  .landing-nav-cta,
  .landing-actions a {
    text-align: center;
    width: 100%;
  }

  .landing-mega {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .landing-mega div {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    padding: 18px 0;
  }

  .landing-mega div:last-child {
    border-bottom: 0;
  }

  .landing-hero,
  .landing-hero-inner {
    min-height: auto;
  }

  .landing-hero-inner {
    padding: 34px 20px 42px;
  }

  .landing-hero h1 {
    font-size: 38px;
  }

  .landing-hero p,
  .landing-split p,
  .landing-auth0-row p {
    font-size: 16px;
  }

  .landing-stage {
    min-height: auto;
  }

  .landing-app-window {
    animation: none;
    transform: none;
  }

  .landing-split h2,
  .landing-auth0-row h2,
  .landing-steps h2,
  .landing-final h2 {
    font-size: 31px;
  }

  .landing-auth0-row,
  .landing-final {
    border-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 1180px) {
  .public-header {
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .public-pill-nav {
    min-height: 60px;
  }

  .public-pill-nav a {
    font-size: 14px;
    min-width: 112px;
    padding: 0 14px;
  }

  .public-pill-nav img,
  .public-nav-icon {
    height: 32px;
    width: 32px;
  }

  .public-app-link {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .institutional-header-inner {
    grid-template-columns: 1fr auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .institutional-nav,
  .institutional-actions,
  .institutional-product-search {
    display: none;
  }

  .institutional-mobile-menu {
    display: block;
  }

  .ip-about-intro,
  .ip-team-grid,
  .ip-contact-shell,
  .ip-priority-frame > div {
    grid-template-columns: 1fr;
  }

  .ip-help-layout {
    grid-template-columns: 1fr;
  }

  .ip-help-nav {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ip-help-nav button {
    min-width: max-content;
  }

  .ip-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ip-three-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .institutional-header-inner {
    min-height: 70px;
    padding: 8px 14px;
  }

  .institutional-logo img {
    height: 38px;
    width: 142px;
  }

  .ip-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ip-section,
  .ip-page-hero,
  .ip-about-hero,
  .ip-priority,
  .ip-difference,
  .ip-team,
  .ip-final-cta,
  .ip-faq {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .ip-centered-heading h1,
  .ip-section-heading h1 {
    font-size: 36px;
  }

  .ip-page-hero h1 {
    font-size: 38px;
  }

  .ip-page-hero p {
    font-size: 16px;
  }

  .ip-hero-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .ip-section-heading h2,
  .ip-team h2,
  .ip-final-cta h2,
  .ip-priority h2,
  .ip-voice h2 {
    font-size: 31px;
  }

  .ip-about-intro {
    gap: 38px;
    margin-top: 34px;
  }

  .ip-framed-image::before,
  .ip-framed-image.is-reverse::before {
    display: none;
  }

  .ip-framed-image img {
    border-radius: 8px 42px 8px 42px;
    padding: 22px;
  }

  .ip-floating-stat.is-top {
    right: 8px;
    top: 16px;
  }

  .ip-floating-stat.is-bottom {
    bottom: 16px;
    left: 8px;
  }

  .ip-brand-row,
  .ip-buttons,
  .ip-legal-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .ip-buttons .ip-button {
    width: 100%;
  }

  .ip-priority-frame {
    border-radius: 36px 0 0;
    padding: 28px 22px 34px;
  }

  .ip-priority-frame::after {
    width: 70%;
  }

  .ip-voice div div,
  .ip-four-grid,
  .ip-two-grid,
  .ip-form-row {
    grid-template-columns: 1fr;
  }

  .ip-tall-card {
    min-height: 260px;
  }

  .ip-form-card,
  .ip-guide-card,
  .ip-small-card {
    padding: 20px;
  }

  .ip-card-heading .ip-contact-icon {
    display: none;
  }

  .ip-legal-notice {
    flex-direction: column;
    padding: 20px;
  }

  .ip-legal-grid article,
  .ip-privacy-details article {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .business-auth-shell {
    grid-template-columns: 1fr;
  }

  .business-auth-hero {
    gap: 44px;
    min-height: 560px;
  }

  .business-auth-copy h1 {
    font-size: 42px;
  }

  .business-auth-card {
    padding: 34px 20px;
  }

  .public-header {
    grid-template-columns: auto auto;
    min-height: 76px;
    padding: 12px 18px;
  }

  .public-pill-nav {
    display: none;
  }

  .public-actions {
    margin-left: auto;
  }

  .public-app-link {
    display: none;
  }
}

@media (max-width: 640px) {
  .business-auth-hero {
    min-height: 520px;
    padding: 22px;
  }

  .business-auth-copy h1 {
    font-size: 34px;
  }

  .business-auth-brand strong {
    font-size: 20px;
  }

  .business-auth-metrics {
    grid-template-columns: 1fr;
  }

  .business-auth-card h2 {
    font-size: 28px;
  }

  .initial-setup-grid {
    grid-template-columns: 1fr;
  }

  .public-header {
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .public-logo img {
    height: 36px;
    width: 138px;
  }

  .public-globe {
    display: none;
  }

  .public-menu nav {
    min-width: 0;
    right: 0;
    top: 56px;
    width: min(320px, calc(100vw - 28px));
  }

  .public-menu nav a {
    padding: 14px 12px;
  }
}
