/*
Theme Name: TruVee Soft Launch Theme - Mobile Header Align + Draft Save
Theme URI: https://truveecommunity.com/
Author: OpenAI
Description: A TruVee soft-launch WordPress theme with the app icon in the header, aligned mobile header spacing, smart download routing, and a draft-saving ambassador apply flow.
Version: 2.1.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: truvee-landing
*/
:root {
   --bg: #07111f;
   --bg-soft: #0d1830;
   --panel: rgba(13, 24, 48, 0.72);
   --panel-solid: #0e1a33;
   --card: #101d38;
   --card-border: rgba(255, 255, 255, 0.08);
   --text: #e9f1ff;
   --muted: #a6b5d8;
   --subtle: #7f92bd;
   --line: rgba(255, 255, 255, 0.1);
   --accent: #4ba3ff;
   --accent-2: #77b7ff;
   --accent-3: #1d6fd6;
   --white: #ffffff;
   --success: #79f2b4;
   --shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
   --radius-xl: 28px;
   --radius-lg: 20px;
   --radius-md: 14px;
   --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
   margin: 0;
   font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
   color: var(--text);
   background:
     radial-gradient(circle at 10% 5%, rgba(75, 163, 255, 0.22), transparent 0 28%),
     radial-gradient(circle at 88% 10%, rgba(119, 183, 255, 0.16), transparent 0 18%),
     linear-gradient(180deg, #08111f 0%, #0a1327 38%, #07101e 100%);
   line-height: 1.5;
}
a {
   color: inherit;
   text-decoration: none;
}
img { max-width: 100%; display: block; }
.site-shell {
   position: relative;
   overflow: hidden;
}
.site-shell::before,
.site-shell::after {
   content: "";
   position: absolute;
   inset: auto;
   pointer-events: none;
   z-index: 0;
}
.site-shell::before {
   top: 140px;
   right: -140px;
   width: 420px;
   height: 420px;
   border-radius: 999px;
   background: radial-gradient(circle, rgba(75, 163, 255, 0.22), transparent 62%);
   filter: blur(18px);
}
.site-shell::after {
   bottom: 120px;
   left: -160px;
   width: 420px;
   height: 420px;
   border-radius: 999px;
   background: radial-gradient(circle, rgba(119, 183, 255, 0.14), transparent 62%);
   filter: blur(20px);
}
.container {
   width: min(calc(100% - 32px), var(--max));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}
.eyebrow {
   display: inline-flex;
   align-items: start;
   gap: 10px;
   padding: 10px 14px;
   border-radius: 999px;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.08);
   color: var(--muted);
   font-size: 13px;
   letter-spacing: 0.01em;
}
.eyebrow::before {
   content: "";
   width: 8px;
   height: 8px;
   border-radius: 999px;
   background: var(--success);
   box-shadow: 0 0 14px rgba(121, 242, 180, 0.85);
}
.hero {
   padding: 28px 0 84px;
}
.topbar {
   display: flex;
   align-items: center;
   justify-content: space-between;
  gap: 18px;
  padding: 14px 0 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.brand-copy small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 38px;
  align-items: start;
  padding-top: 26px;
}
.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.hero-copy p {
  margin: 0;
  max-width: 670px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-actions-single {
  max-width: 360px;
}
.hero-actions-single .button.primary {
  width: 100%;
  min-height: 62px;
  padding: 0 28px;
  font-size: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button.primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-3) 100%);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(29, 111, 214, 0.28);
}
.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
}
.microcopy {
  margin-top: 16px;
  color: var(--subtle);
  font-size: 14px;
}
.hero-card {
  position: relative;
  padding: 22px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(16, 29, 56, 0.94), rgba(10, 21, 41, 0.96));
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255,255,255,0.16), rgba(255,255,255,0.02));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
           mask-composite: exclude;
  pointer-events: none;
}
.hero-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.panel-title {
  font-size: 15px;
  color: var(--muted);
  font-weight: 600;
}
.panel-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(121, 242, 180, 0.08);
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
}
.cta-stack {
  display: grid;
  gap: 14px;
}
.device-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.device-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.device-card h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.03em;
}
.device-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-2);
  background: rgba(75, 163, 255, 0.09);
}
.device-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
}
.device-card .button {
  width: 100%;
}
.device-note {
  margin-top: 12px;
  color: var(--subtle);
  font-size: 13px;
}
.trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.trust-point {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.trust-point strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.trust-point span {
  color: var(--subtle);
  font-size: 12px;
}
main {
  padding-bottom: 96px;
}
.section {
  padding: 26px 0 18px;
}
.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}
.section-kicker {
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.section-head p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 18px;
}
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: rgba(13, 24, 48, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}
.card h3,
.card h4 {
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}
.card p,
.card li {
  color: var(--muted);
}
.card ul {
  padding-left: 18px;
  margin: 14px 0 0;
}
.card-number {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(180deg, rgba(75, 163, 255, 0.75), rgba(29, 111, 214, 0.85));
}
.metric {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-2);
  background: rgba(75, 163, 255, 0.08);
}
.perk-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.perk-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}
.perk-dot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(121, 242, 180, 0.1);
  color: var(--success);
  font-size: 12px;
  font-weight: 800;
}
.split-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}
.faq {
  display: grid;
  gap: 14px;
}
.faq-item {
  border-radius: 20px;
  background: rgba(13, 24, 48, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .faq-answer {
  padding: 0 20px 18px;
  color: var(--muted);
}
.final-cta {
  margin-top: 24px;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at right top, rgba(75, 163, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(15, 28, 55, 0.96), rgba(9, 19, 39, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}
.final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.final-cta p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.final-cta .hero-actions {
  margin-top: 22px;
}
.footer-note {
  margin-top: 22px;
  color: var(--subtle);
  font-size: 13px;
}
.footer-note a {
  color: var(--accent-2);
}
.site-footer {
  padding: 18px 0 42px;
  color: var(--subtle);
  font-size: 13px;
}
.site-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media (max-width: 1040px) {
  .hero-grid,
  .split-callout,
  .grid-4,
  .grid-3,
  .grid-2,
  .trust-points {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-bottom: 64px;
  }
  .hero-copy h1 {
    max-width: 720px;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }
  .topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .topbar-cta {
    width: 100%;
  }
  .hero-card,
  .card,
  .final-cta {
    padding: 20px;
    border-radius: 22px;
  }
  .hero-copy h1 {
    font-size: clamp(38px, 16vw, 58px);
  }
  .hero-copy p,
  .section-head p,
  .final-cta p {
    font-size: 17px;
  }
  .button {
    width: 100%;
  }
}

.scan-card {
  margin-top: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.scan-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  text-align: left;
}
.scan-code-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.scan-code {
  width: 148px;
  height: 148px;
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.08);
}
.scan-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.scan-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 700;
}
.content-header-shell {
  padding-top: 28px;
}
.content-topbar {
  padding-bottom: 0;
}
.content-page-shell {
  padding: 40px 0 96px;
}
.content-container {
  max-width: 900px;
}
.content-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(16, 29, 56, 0.94), rgba(10, 21, 41, 0.96));
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}
.content-card + .content-card {
  margin-top: 18px;
}
.content-card-header h1,
.content-card-header h2 {
  margin: 0;
  letter-spacing: -0.04em;
}
.content-card-header h1 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
}
.content-card-header h2 {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.04;
}
.content-entry {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}
.content-entry > *:first-child {
  margin-top: 0;
}
.content-entry a {
  color: var(--accent-2);
}
.content-entry h2,
.content-entry h3,
.content-entry h4 {
  color: var(--text);
  letter-spacing: -0.03em;
}
.content-entry img {
  border-radius: 18px;
}
.content-list {
  display: grid;
  gap: 18px;
}
.content-card-list .content-entry {
  margin-top: 12px;
}
.content-footer {
  padding-top: 0;
}
@media (max-width: 720px) {
  .scan-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .scan-code {
    width: 138px;
    height: 138px;
  }
  .content-card {
    padding: 22px;
  }
  .content-entry {
    font-size: 16px;
  }
}
.download-page-shell {
  padding-top: 28px;
}
.download-content-container {
  max-width: 760px;
}
.download-fallback-card {
  display: grid;
  justify-items: center;
  gap: 26px;
  padding: 38px 34px;
  text-align: center;
}
.download-fallback-header {
  max-width: 620px;
}
.download-fallback-header h1 {
  margin: 0;
  font-size: clamp(38px, 7vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.download-fallback-lead,
.download-fallback-secondary,
.download-fallback-note {
  margin: 0;
}
.download-fallback-lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(18px, 2.5vw, 21px);
}
.download-fallback-secondary {
  margin-top: 12px;
  color: var(--subtle);
  font-size: 15px;
}
.download-fallback-qr-frame {
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.download-fallback-qr {
  width: 244px;
  height: 244px;
  padding: 14px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.08);
}
.download-fallback-note {
  max-width: 520px;
  color: var(--subtle);
  font-size: 13px;
}
@media (max-width: 720px) {
  .download-fallback-card {
    gap: 22px;
    padding: 26px 22px;
  }
  .download-fallback-qr {
    width: 214px;
    height: 214px;
  }
}


.footer-links { display:flex; flex-wrap:wrap; gap:0; }
.download-split-callout { grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); align-items:start; }
.download-device-grid { align-items:stretch; }
.panel-title { font-weight: 700; letter-spacing: -0.02em; }
.panel-chip { display:inline-flex; align-items:center; justify-content:center; min-height: 30px; padding: 0 10px; border-radius: 999px; background: rgba(255,255,255,0.08); color: var(--accent-2); font-size:12px; font-weight:700; }
.download-center-wrap {
  display: flex;
  justify-content: center;
}
.download-center-card {
  width: 100%;
  max-width: 520px;
}
.download-page-copy {
  margin-bottom: 20px;
  text-align: center;
}
.download-center-title {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.download-center-note {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) { .download-split-callout { grid-template-columns: 1fr; } }


.topbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.topbar-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.topbar-mobile-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  display: block;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.topbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: flex-end;
}
.topbar-nav a,
.page-chip-link {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.topbar-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.topbar-nav a:hover,
.topbar-nav a.is-active,
.page-chip-link:hover,
.mobile-nav-links a:hover,
.mobile-nav-links a.is-active {
  color: var(--white);
}
.topbar-nav a.is-active,
.mobile-nav-links a.is-active {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.page-chip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
}
.page-chip-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 9, 18, 0.66);
  backdrop-filter: blur(4px);
  z-index: 60;
}
.mobile-nav-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 320px);
  padding: 20px 18px;
  background: rgba(8, 17, 31, 0.98);
  border-left: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  z-index: 61;
}
.mobile-nav-panel-inner {
  display: grid;
  gap: 20px;
}
.mobile-nav-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-nav-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.mobile-nav-links {
  display: grid;
  gap: 10px;
}
.mobile-nav-links a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  color: var(--muted);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  font-weight: 600;
}
.mobile-nav-cta {
  width: 100%;
}
body.mobile-nav-open {
  overflow: hidden;
}
.application-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}
.application-form {
  display: grid;
  gap: 16px;
}
.field-grid {
  display: grid;
  gap: 16px;
}
.field-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-field {
  display: grid;
  gap: 8px;
}
.form-field span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}
.form-field span em {
  color: var(--subtle);
  font-style: normal;
  font-weight: 500;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  padding: 14px 15px;
  font: inherit;
}
.form-field textarea {
  resize: vertical;
  min-height: 124px;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: rgba(75,163,255,0.58);
  box-shadow: 0 0 0 3px rgba(75,163,255,0.14);
}
.form-submit-button {
  width: 100%;
}
.form-disclaimer {
  margin: 18px 0 0;
  color: var(--subtle);
  font-size: 13px;
}
.form-message {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}
.form-message.success {
  background: rgba(121, 242, 180, 0.12);
  border: 1px solid rgba(121, 242, 180, 0.24);
  color: #dff8ec;
}
.form-message.error {
  background: rgba(255, 122, 122, 0.12);
  border: 1px solid rgba(255, 122, 122, 0.24);
  color: #ffd6d6;
}
.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.apply-page-callout {
  max-width: 820px;
  margin: 0 auto;
}
.apply-flow-grid {
  align-items: stretch;
}
.wizard-card {
  min-height: 100%;
}
.wizard-status {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(121, 242, 180, 0.08);
  border: 1px solid rgba(121, 242, 180, 0.18);
  color: #dff8ec;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wizard-form {
  min-height: 100%;
}
.wizard-step[hidden] {
  display: none !important;
}
.wizard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wizard-nav-right {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.wizard-nav .button {
  min-width: 128px;
}
@media (max-width: 1040px) {
  .application-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }
  .topbar-left,
  .topbar-right {
    min-width: 0;
    width: 100%;
  }
  .topbar-left {
    justify-content: center;
  }
  .topbar-right {
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .topbar-mobile-toggle {
    display: inline-flex;
    margin-left: 0;
  }
  .topbar-nav,
  .topbar-cta {
    display: none;
  }
}
@media (max-width: 720px) {
  .field-grid-2 {
    grid-template-columns: 1fr;
  }
  .wizard-nav,
  .wizard-nav-right {
    flex-direction: column;
    align-items: stretch;
  }
  .wizard-nav .button,
  .wizard-nav-right .button {
    width: 100%;
  }
}
