body.marketing-page {
  padding-top: var(--nav-height);
  background:
    radial-gradient(circle at top left, rgba(23, 199, 235, 0.08), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(200, 107, 60, 0.08), transparent 18%),
    linear-gradient(180deg, #fcfbf8 0%, #f5f2ec 42%, #f0f2ee 100%);
  color: #14212b;
}

body.marketing-page::before {
  background-image:
    linear-gradient(rgba(20, 33, 43, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 33, 43, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.14;
  mask-image: linear-gradient(180deg, black 0%, black 34%, transparent 100%);
}

body.marketing-page::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 22%),
    radial-gradient(circle at 12% 18%, rgba(23, 199, 235, 0.08), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(200, 107, 60, 0.08), transparent 18%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  z-index: 50;
  transition:
    background var(--speed-med) var(--ease-smooth),
    border-color var(--speed-med) var(--ease-smooth),
    backdrop-filter var(--speed-med) var(--ease-smooth),
    box-shadow var(--speed-med) var(--ease-smooth);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(252, 251, 248, 0.9);
  backdrop-filter: blur(18px);
  border-color: rgba(16, 24, 32, 0.08);
  box-shadow: 0 12px 28px rgba(12, 20, 28, 0.06);
}

.site-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-lockup img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #102030;
}

.brand-subtitle {
  font-size: 0.78rem;
  color: #627383;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  text-decoration: none;
  color: #516476;
  font-weight: 600;
  transition: color var(--speed-fast) var(--ease-standard);
}

.site-nav a:hover,
.site-nav a.active {
  color: #102030;
}

.menu-toggle {
  display: none;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #102030;
  font-weight: 700;
}

.hero-stage {
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  padding: 48px 0 72px;
}

.hero-copy h1,
.page-hero-copy h1 {
  margin: 18px 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.hero-copy h1 {
  font-size: clamp(4.1rem, 7.6vw, 8.1rem);
}

.page-hero-copy h1 {
  font-size: clamp(3rem, 5.5vw, 5.3rem);
}

.hero-copy p,
.page-hero-copy p,
.lead-copy {
  max-width: 760px;
  color: #596b7a;
  font-size: 1.08rem;
}

.hero-copy {
  position: relative;
}

.hero-proofbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.hero-subpoints {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-subpoints li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #41515f;
  font-weight: 600;
}

.hero-subpoints li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(67, 228, 255, 0.12);
}

.hero-proof-item,
.proof-chip {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 33, 43, 0.08);
  box-shadow: 0 12px 28px rgba(20, 33, 43, 0.05);
}

.hero-proof-item strong,
.proof-chip strong,
.metric-value {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-proof-item span,
.proof-chip span,
.metric-label {
  display: block;
  margin-top: 8px;
  color: #5f7180;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 35px 80px rgba(19, 32, 44, 0.16);
  background:
    linear-gradient(160deg, rgba(9, 15, 22, 0.14), rgba(9, 15, 22, 0.84)),
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1500&q=80") center/cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(67, 228, 255, 0.22), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 68px 68px, 68px 68px;
  mix-blend-mode: screen;
}

.hero-command,
.floating-card,
.scan-card {
  position: absolute;
  background: rgba(252, 251, 248, 0.92);
  border: 1px solid rgba(16, 24, 32, 0.08);
  backdrop-filter: blur(22px);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 20px 44px rgba(19, 32, 44, 0.12);
}

.hero-command {
  left: 28px;
  top: 28px;
  width: min(100% - 56px, 360px);
}

.hero-command-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.hero-command-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5f7180;
}

.hero-command-row strong {
  color: #102030;
}

.scan-card {
  left: 28px;
  bottom: 28px;
  width: min(100% - 56px, 340px);
}

.floating-card {
  right: 28px;
  top: 214px;
  width: 250px;
}

.scan-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(67, 228, 255, 0.08), var(--cyan), rgba(67, 228, 255, 0.08));
  margin-top: 14px;
}

.hero-statusline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 248, 251, 0.86);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-statusline::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #17c7eb;
  box-shadow: 0 0 0 6px rgba(23, 199, 235, 0.14);
}

.panel-kicker {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.section-header {
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-family: "Space Grotesk", sans-serif;
}

.section-shell {
  overflow: hidden;
}

.trust-ribbon {
  display: grid;
  grid-template-columns: 1.15fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.signal-grid,
.use-case-grid,
.gallery-story-grid,
.visual-story-grid,
.showcase-grid {
  display: grid;
  gap: 24px;
}

.signal-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 0;
}

.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(11, 17, 24, 0.88));
}

.showcase-caption {
  position: absolute;
  inset: auto 20px 20px 20px;
  z-index: 1;
}

.showcase-caption h3,
.showcase-caption p {
  color: #f4f8fb;
}

.showcase-caption h3 {
  margin: 10px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
}

.showcase-caption p {
  margin: 0;
  color: rgba(244, 248, 251, 0.82);
}

.signal-stack {
  display: grid;
  gap: 24px;
}

.stat-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stat-chip {
  padding: 22px;
}

.stat-chip .metric-value {
  font-size: 2rem;
}

.use-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.journey-card,
.step-card,
.industry-card,
.support-card,
.gallery-card,
.feature-panel,
.cta-band,
.story-panel,
.value-card {
  padding: 28px;
}

.journey-index {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(16, 24, 32, 0.06);
  color: #102030;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.step-card h3,
.industry-card h3,
.feature-panel h3,
.story-panel h3,
.support-card h3,
.journey-card h3,
.value-card h3 {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
}

.step-card p,
.industry-card p,
.feature-panel p,
.story-panel p,
.support-card p,
.journey-card p,
.value-card p {
  margin: 0;
  color: #5d6f7f;
}

.visual-band {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.media-panel {
  overflow: hidden;
  min-height: 420px;
}

.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-list,
.timeline-list,
.gallery-story-list {
  display: grid;
  gap: 18px;
}

.stack-item,
.timeline-item,
.gallery-story-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
}

.stack-item:last-child,
.timeline-item:last-child,
.gallery-story-item:last-child {
  border-bottom: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  overflow: hidden;
  min-height: 240px;
  position: relative;
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--speed-slow) var(--ease-standard);
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card .caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 11, 15, 0.88));
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.page-hero {
  padding: 56px 0 24px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 28px;
  align-items: center;
}

.page-hero-visual {
  min-height: 520px;
  overflow: hidden;
}

.page-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-band,
.quote-panel {
  padding: 32px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.highlight-card {
  padding: 22px;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: start;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.form-card,
.info-card {
  padding: 28px;
}

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

.input-shell {
  display: grid;
  gap: 8px;
}

.input-shell label {
  font-weight: 600;
  color: #243646;
}

.input-shell input,
.input-shell select,
.input-shell textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: #102030;
  padding: 14px 16px;
}

.input-shell textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  margin-top: 16px;
  color: #627383;
  font-size: 0.95rem;
}

.contact-card-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-card {
  padding: 22px;
}

.auth-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 18, 24, 0.32);
  backdrop-filter: blur(16px);
  z-index: 80;
  overflow-y: auto;
}

.auth-modal.is-open {
  display: flex;
}

body.auth-open {
  overflow: hidden;
}

.auth-panel {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: 1fr 430px;
  overflow: hidden;
  max-height: min(92vh, 920px);
}

.auth-art {
  min-height: 640px;
  background:
    linear-gradient(180deg, rgba(8, 11, 15, 0.1), rgba(8, 11, 15, 0.84)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1400&q=80") center/cover;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-form {
  padding: 30px 32px 32px;
  overflow-y: auto;
}

.auth-topbar {
  display: flex;
  justify-content: flex-end;
}

.auth-mode-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.05);
  margin: 20px 0 24px;
}

.auth-mode-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: transparent;
  color: #627383;
  font-weight: 700;
  cursor: pointer;
}

.auth-mode-btn.is-active {
  background: #102030;
  color: #f4f8fb;
}

.auth-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.auth-list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(244, 248, 251, 0.86);
}

.auth-list-item strong {
  color: #f4f8fb;
}

.auth-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 8px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(67, 228, 255, 0.55);
}

.auth-trust {
  display: grid;
  gap: 14px;
}

.auth-trust-card {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.auth-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.eyebrow + .quick-list,
.quick-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.quick-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}

.quick-list strong {
  color: #102030;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.quick-list span {
  color: #5d6f7f;
}

.site-footer {
  padding: 56px 0;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #5c6e7e;
}

@keyframes drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

.drift {
  animation: drift 5s ease-in-out infinite alternate;
}

body.marketing-page .hero-copy h1,
body.marketing-page .page-hero-copy h1,
body.marketing-page .section-header h2,
body.marketing-page .step-card h3,
body.marketing-page .industry-card h3,
body.marketing-page .feature-panel h3,
body.marketing-page .story-panel h3,
body.marketing-page .support-card h3,
body.marketing-page .journey-card h3,
body.marketing-page .value-card h3,
body.marketing-page .brand-title,
body.marketing-page strong {
  color: #102030;
}

body.marketing-page .surface-panel,
body.marketing-page .metric-card,
body.marketing-page .info-card,
body.marketing-page .media-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 244, 239, 0.9));
  border: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 18px 42px rgba(18, 32, 44, 0.06);
}

body.marketing-page .button-primary,
body.marketing-page .button-secondary,
body.marketing-page .button-ghost {
  border-radius: 14px;
}

body.marketing-page .button-primary {
  background: #14212b;
  color: #f7f5f1;
  box-shadow: 0 16px 28px rgba(20, 33, 43, 0.14);
}

body.marketing-page .button-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: #102030;
  border: 1px solid rgba(16, 24, 32, 0.12);
}

body.marketing-page .button-ghost {
  background: rgba(16, 24, 32, 0.05);
  color: #102030;
}

body.marketing-page .button-secondary:hover,
body.marketing-page .button-ghost:hover {
  border-color: rgba(20, 33, 43, 0.18);
  color: #0a7f96;
}

body.marketing-page .cta-band {
  background: linear-gradient(135deg, #16222c 0%, #223240 55%, #30485b 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(17, 30, 43, 0.18);
}

body.marketing-page .cta-band h2,
body.marketing-page .cta-band p,
body.marketing-page .cta-band strong,
body.marketing-page .cta-band .eyebrow,
body.marketing-page .cta-band .button-secondary,
body.marketing-page .cta-band .panel-kicker {
  color: #f4f8fb;
}

body.marketing-page .cta-band .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

body.marketing-page .site-footer a,
body.marketing-page .site-footer p,
body.marketing-page .site-footer .panel-kicker {
  color: #5c6e7e;
}

body.portal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(23, 199, 235, 0.08), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(200, 107, 60, 0.08), transparent 18%),
    linear-gradient(180deg, #fcfbf8 0%, #f5f2ec 42%, #eff2ee 100%);
  color: #14212b;
}

.portal-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 430px);
}

.portal-stage {
  position: relative;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(8, 11, 15, 0.08), rgba(8, 11, 15, 0.76)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.portal-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mix-blend-mode: screen;
  pointer-events: none;
}

.portal-stage > * {
  position: relative;
  z-index: 1;
}

.portal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.portal-topbar .brand-title,
.portal-topbar .brand-subtitle,
.portal-stage h1,
.portal-stage p,
.portal-stage strong {
  color: #f4f8fb;
}

.portal-topbar .brand-subtitle {
  color: rgba(244, 248, 251, 0.72);
}

.portal-copy h1 {
  margin: 18px 0 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.portal-copy p {
  max-width: 640px;
  color: rgba(244, 248, 251, 0.82);
  font-size: 1.08rem;
}

.portal-points {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.portal-point {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.portal-point p {
  margin: 8px 0 0;
  font-size: 0.96rem;
}

.portal-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.portal-card p {
  margin: 10px 0 0;
  color: rgba(244, 248, 251, 0.82);
}

.portal-auth {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.portal-auth-panel {
  width: min(100%, 440px);
  padding: 34px 32px;
  border-radius: 28px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 244, 239, 0.92));
  box-shadow: 0 24px 60px rgba(18, 32, 44, 0.1);
}

.portal-auth-panel h2 {
  margin: 18px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 0.96;
  color: #102030;
}

.portal-auth-panel p {
  color: #5d6f7f;
}
