:root {
  --ink: #08111f;
  --navy: #0c1a30;
  --blue: #1167b1;
  --cyan: #16c8f3;
  --lime: #64e3a1;
  --gold: #f4b85e;
  --coral: #f07065;
  --paper: #f6fafc;
  --white: #ffffff;
  --muted: #526173;
  --line: rgba(8, 17, 31, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(8, 17, 31, 0.18);
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding-top: var(--header-height);
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(12, 26, 48, 0.96), rgba(12, 26, 48, 0.78)),
    radial-gradient(circle at 86% 12%, rgba(22, 200, 243, 0.24), transparent 34%),
    radial-gradient(circle at 8% 42%, rgba(100, 227, 161, 0.12), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #123f61 52%, #0f6c88 100%);
  background-attachment: fixed;
  line-height: 1.55;
}

.home-page {
  background:
    linear-gradient(110deg, rgba(12, 26, 48, 0.96), rgba(12, 26, 48, 0.78)),
    radial-gradient(circle at 86% 12%, rgba(22, 200, 243, 0.24), transparent 34%),
    radial-gradient(circle at 8% 42%, rgba(100, 227, 161, 0.12), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #123f61 52%, #0f6c88 100%);
  background-attachment: fixed;
}

.portal-page {
  background:
    linear-gradient(110deg, rgba(12, 26, 48, 0.96), rgba(12, 26, 48, 0.78)),
    radial-gradient(circle at 86% 12%, rgba(22, 200, 243, 0.24), transparent 34%),
    radial-gradient(circle at 8% 42%, rgba(100, 227, 161, 0.12), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #123f61 52%, #0f6c88 100%);
  background-attachment: fixed;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 17, 31, 0.86);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 22px;
}

.brand,
.footer-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.footer-brand img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.brand span,
.footer-brand span {
  overflow-wrap: anywhere;
}

.nav-links {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--cyan);
}

.nav-cta,
.button-link {
  white-space: nowrap;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 10px 16px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  justify-self: end;
  color: var(--ink);
  border-color: transparent;
  background: var(--white);
}

.button-link.primary {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.button-link.dark {
  color: var(--white);
  border-color: transparent;
  background: var(--ink);
}

.button-link.light {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.hero {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(12, 26, 48, 0.96), rgba(12, 26, 48, 0.72)),
    linear-gradient(135deg, #07111f 0%, #123f61 52%, #0f6c88 100%);
}

.hero-mark {
  width: 100%;
  height: clamp(245px, 26vw, 335px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98), rgba(12, 26, 48, 0.52), rgba(7, 17, 31, 0.98)),
    radial-gradient(circle at 50% 58%, rgba(22, 200, 243, 0.18), transparent 38%);
}

.hero-logo {
  display: block;
  width: clamp(390px, 44vw, 560px);
  border-radius: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 24px 50px rgba(22, 200, 243, 0.28));
  transform: translateY(0);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 68%, transparent 100%);
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - var(--header-height) - clamp(245px, 26vw, 335px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 44px) 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(46px, 7vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr);
  gap: 18px;
  align-items: center;
}

.signal-panel {
  max-width: 360px;
  justify-self: center;
  width: 100%;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 24px);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.signal-head,
.signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.signal-head {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.signal-head strong {
  color: var(--lime);
}

.signal-row {
  min-height: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.signal-row.active {
  color: var(--white);
}

.signal-row strong {
  color: var(--cyan);
}

.signal-progress {
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.signal-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--lime), var(--gold));
}

.ticker {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ticker span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 800;
}

.trust-band,
.outcomes,
.difference,
.proof,
.solutions,
.reviews,
.platform,
.integrations,
.founder,
.resources,
.cta-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-band {
  padding: 34px 0;
}

.trust-band p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

.trust-grid span,
.integration-grid span {
  min-height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: #26384b;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 17, 31, 0.05);
  text-align: center;
  font-weight: 850;
}

.trust-grid span {
  min-height: 68px;
  padding: 10px;
  font-size: 15px;
}

.outcomes,
.difference,
.proof,
.solutions,
.reviews,
.platform,
.integrations,
.founder,
.resources {
  padding: clamp(58px, 8vw, 96px) 0;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 32px;
}

.section-heading.wide {
  max-width: 900px;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.home-page h2 {
  color: var(--white);
}

.section-heading p,
.difference-copy p,
.platform-copy p {
  color: var(--muted);
  font-size: 18px;
}

.home-page .trust-band p,
.home-page .section-heading p,
.home-page .difference-copy p,
.home-page .platform-copy p,
.home-page .founder-copy p {
  color: rgba(255, 255, 255, 0.76);
}

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

.outcome-card,
.resource-card {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.06);
}

.outcome-card {
  border-top-width: 6px;
}

.accent-cyan {
  border-top-color: var(--cyan);
}

.accent-lime {
  border-top-color: var(--lime);
}

.accent-gold {
  border-top-color: var(--gold);
}

.accent-coral {
  border-top-color: var(--coral);
}

.outcome-card span,
.resource-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.outcome-card p,
.difference-list p,
.metric-grid p,
.solution-item p,
.resource-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.difference {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: start;
}

.difference-list {
  display: grid;
  gap: 14px;
}

.difference-list article {
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
  padding: 22px;
  background: #ecf6fa;
}

.difference-list article:nth-child(2) {
  border-left-color: var(--lime);
  background: #eefaf3;
}

.difference-list article:nth-child(3) {
  border-left-color: var(--gold);
  background: #fbf4e7;
}

.proof {
  width: min(1220px, calc(100% - 24px));
  display: grid;
  grid-template-columns: minmax(340px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-left: clamp(24px, 3vw, 40px);
  padding-right: clamp(24px, 3vw, 40px);
  color: var(--white);
  background: var(--navy);
}

.proof h2 {
  color: var(--white);
}

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

.metric-grid article {
  min-height: 240px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  padding: clamp(20px, 2.4vw, 28px);
  background: rgba(255, 255, 255, 0.07);
}

.metric-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.metric-grid span {
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.metric-grid p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
}

.solutions {
  background: transparent;
}

.reviews {
  border-top: 1px solid var(--line);
  scroll-margin-top: 96px;
  padding-top: clamp(46px, 6vw, 72px);
}

.home-page .reviews,
.home-page .founder,
.home-page .resources {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.reviews .section-heading {
  margin-bottom: 22px;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.review-summary div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.06);
}

.review-summary strong {
  display: block;
  color: var(--blue);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1;
}

.review-summary span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

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

.review-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.06);
}

.review-stars {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0;
}

.review-card p {
  color: var(--muted);
  font-size: 15.5px;
}

.review-card footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 16px;
  color: var(--blue);
  background: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.solution-stack {
  display: grid;
  gap: 14px;
}

.solution-item {
  min-height: 190px;
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(8, 17, 31, 0.06);
}

.solution-number {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: #dff7fd;
  font-size: 22px;
  font-weight: 900;
}

.solution-item:nth-child(2) .solution-number {
  background: #e2f8ec;
}

.solution-item:nth-child(3) .solution-number {
  background: #fff2d9;
}

.solution-item:nth-child(4) .solution-number {
  background: #ffe7e4;
}

.solution-item:nth-child(5) .solution-number {
  background: #e7ecff;
}

.solution-item a {
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
  color: var(--blue);
  text-decoration: none;
  font-weight: 900;
}

.platform {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.58fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}

.platform-points {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.platform-points span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
  font-weight: 900;
}

.service-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.service-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-panel-header strong {
  color: var(--cyan);
}

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

.service-panel-grid span {
  min-height: 82px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
}

.integrations {
  width: min(1220px, calc(100% - 24px));
  border: 1px solid var(--line-light);
  border-radius: 8px;
  padding-left: clamp(24px, 4vw, 48px);
  padding-right: clamp(24px, 4vw, 48px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(8, 17, 31, 0.96), rgba(12, 42, 70, 0.82)),
    radial-gradient(circle at 88% 18%, rgba(22, 200, 243, 0.24), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #0d314d 58%, #1167b1 100%);
  box-shadow: var(--shadow);
}

.integrations .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.integrations h2 {
  color: var(--white);
}

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

.integrations .integration-grid span {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.founder {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.founder-photo {
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(145deg, #0c1a30, #1167b1);
  box-shadow: var(--shadow);
}

.founder-photo img {
  display: block;
  width: min(260px, 100%);
  margin: 0 auto;
  border-radius: 24px;
}

.founder-copy {
  max-width: 760px;
}

.founder-copy p {
  color: var(--muted);
  font-size: 18px;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.resources {
  border-top: 1px solid var(--line);
}

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

.resource-card {
  color: inherit;
  text-decoration: none;
}

.resource-card:hover {
  border-color: rgba(17, 103, 177, 0.32);
  transform: translateY(-2px);
}

.cta {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(8, 17, 31, 0.94), rgba(8, 17, 31, 0.74)),
    linear-gradient(135deg, #0d2f4e 0%, #1167b1 62%, #17a0a9 100%);
}

.cta-inner {
  padding: clamp(58px, 8vw, 96px) 0;
}

.cta h2 {
  max-width: 760px;
  color: var(--white);
}

.cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.footer-inner > a:last-child {
  color: var(--white);
  font-weight: 800;
}

.doc-hero {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 24px;
}

.doc-hero h1 {
  color: var(--ink);
  font-size: clamp(38px, 8vw, 64px);
}

.doc-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto 56px;
  border-radius: 8px;
  border: 1px solid rgba(7, 19, 31, 0.08);
  padding: clamp(24px, 5vw, 48px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.doc-meta {
  margin-bottom: 34px;
  color: var(--muted);
}

.doc-shell h2 {
  margin: 32px 0 10px;
  color: var(--blue);
  font-size: 24px;
}

.doc-shell p,
.doc-shell li {
  color: #26384b;
}

.doc-shell ul {
  padding-left: 22px;
}

.bio-hero,
.bio-intro,
.bio-focus,
.bio-timeline,
.bio-credentials,
.bio-skills,
.bio-cta,
.portal-hero,
.portal-actions,
.remote-support,
.payment-section,
.portal-safety {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bio-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.6fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) 0;
}

.portal-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) 0;
}

.portal-copy h1 {
  color: var(--ink);
  font-size: clamp(42px, 6.5vw, 74px);
  font-weight: 850;
  line-height: 1.04;
}

.portal-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.65;
}

.portal-status {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(8, 17, 31, 0.12);
  backdrop-filter: blur(10px);
}

.portal-status span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-status strong {
  display: block;
  margin: 12px 0;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
}

.portal-status p {
  margin-bottom: 0;
  color: var(--muted);
}

.bio-hero h1 {
  color: var(--ink);
  font-size: clamp(52px, 9vw, 96px);
}

.bio-hero-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
}

.bio-hero .button-link {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.bio-hero .button-link.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.bio-stat-panel {
  display: grid;
  gap: 14px;
}

.bio-stat-panel article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.06);
}

.bio-stat-panel strong {
  display: block;
  color: var(--blue);
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1;
}

.bio-stat-panel span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 900;
}

.bio-intro,
.bio-timeline,
.bio-skills {
  border-top: 1px solid var(--line);
}

.bio-intro,
.bio-focus,
.bio-timeline,
.bio-credentials,
.bio-skills,
.bio-cta,
.portal-actions,
.remote-support,
.payment-section,
.portal-safety {
  padding: clamp(58px, 8vw, 96px) 0;
}

.portal-actions,
.payment-section,
.portal-safety {
  border-top: 1px solid var(--line);
}

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

.portal-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.08);
}

.portal-card > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-card p {
  color: var(--muted);
}

.portal-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.remote-support {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.55fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: start;
}

.remote-copy p,
.remote-download p {
  color: var(--muted);
  font-size: 18px;
}

.remote-steps {
  display: grid;
  gap: 12px;
}

.remote-steps article,
.remote-download {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.08);
}

.remote-steps span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.remote-steps p {
  margin: 8px 0 0;
  color: var(--muted);
}

.remote-download {
  grid-column: 1 / -1;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.download-actions {
  margin-top: 22px;
}

.download-actions .button-link {
  width: auto;
  min-width: 108px;
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

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

.payment-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.payment-card span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-card strong {
  display: block;
  margin: 14px 0 12px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.payment-card p {
  color: rgba(255, 255, 255, 0.72);
}

.payment-card .button-link {
  margin-top: auto;
}

.bio-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 70px);
}

.bio-copy p {
  color: var(--muted);
  font-size: 18px;
}

.bio-copy p:last-child {
  margin-bottom: 0;
}

.bio-card-grid,
.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bio-card-grid article,
.credential-grid article,
.timeline-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.06);
}

.bio-card-grid article {
  min-height: 250px;
}

.bio-card-grid p,
.timeline-list p,
.credential-grid li {
  color: var(--muted);
}

.timeline-list {
  display: grid;
  gap: 14px;
}

.timeline-list article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
}

.timeline-list span {
  grid-row: span 2;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-list h3 {
  margin-top: 0;
}

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

.credential-grid ul {
  margin: 0;
  padding-left: 20px;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.logo-tile,
.capability-badge {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #26384b;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(8, 17, 31, 0.05);
}

.logo-tile {
  min-height: 138px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 18px 12px;
  text-align: center;
}

.logo-tile img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.logo-tile span,
.capability-badge {
  font-size: 14px;
  font-weight: 900;
}

.logo-tile small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.capability-badge {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  text-align: center;
}

body:not(.home-page) h2,
.doc-hero h1,
.portal-copy h1,
.bio-hero h1 {
  color: var(--white);
}

body:not(.home-page) .section-heading p,
.portal-copy p,
.remote-copy p,
.remote-download p,
.bio-hero-copy p,
.bio-copy p,
.portal-safety p {
  color: rgba(255, 255, 255, 0.76);
}

body:not(.home-page) .doc-shell,
body:not(.home-page) .portal-status,
body:not(.home-page) .portal-card,
body:not(.home-page) .remote-steps article,
body:not(.home-page) .remote-download,
body:not(.home-page) .bio-stat-panel article,
body:not(.home-page) .bio-card-grid article,
body:not(.home-page) .credential-grid article,
body:not(.home-page) .timeline-list article,
body:not(.home-page) .logo-tile,
body:not(.home-page) .capability-badge {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

body:not(.home-page) .doc-meta,
body:not(.home-page) .doc-shell p,
body:not(.home-page) .doc-shell li,
body:not(.home-page) .portal-status p,
body:not(.home-page) .portal-card p,
body:not(.home-page) .remote-steps p,
body:not(.home-page) .bio-stat-panel span,
body:not(.home-page) .bio-card-grid p,
body:not(.home-page) .timeline-list p,
body:not(.home-page) .credential-grid li,
body:not(.home-page) .logo-tile small {
  color: rgba(255, 255, 255, 0.72);
}

body:not(.home-page) .doc-shell h2,
body:not(.home-page) .portal-status span,
body:not(.home-page) .portal-card > span,
body:not(.home-page) .remote-steps span,
body:not(.home-page) .bio-stat-panel strong,
body:not(.home-page) .timeline-list span {
  color: var(--cyan);
}

body:not(.home-page) .portal-status strong,
body:not(.home-page) h3,
body:not(.home-page) .logo-tile,
body:not(.home-page) .capability-badge {
  color: var(--white);
}

body:not(.home-page) .portal-card a {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

body:not(.home-page) .bio-intro,
body:not(.home-page) .bio-timeline,
body:not(.home-page) .bio-skills,
body:not(.home-page) .portal-actions,
body:not(.home-page) .portal-safety {
  border-top-color: rgba(255, 255, 255, 0.18);
}

body:not(.home-page) .bio-hero .button-link {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

body:not(.home-page) .bio-hero .button-link.primary,
body:not(.home-page) .bio-cta .button-link.primary {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.bio-cta {
  width: min(1220px, calc(100% - 24px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  gap: 28px;
  align-items: center;
  padding-left: clamp(24px, 3vw, 40px);
  padding-right: clamp(24px, 3vw, 40px);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(8, 17, 31, 0.94), rgba(8, 17, 31, 0.74)),
    linear-gradient(135deg, #0d2f4e 0%, #1167b1 62%, #17a0a9 100%);
}

.bio-cta h2 {
  color: var(--white);
}

.bio-cta p {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.bio-cta .hero-actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  :root {
    --header-height: 178px;
  }

  .nav {
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .nav-links a,
  .footer-links a {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 980px) {

  .hero-inner,
  .difference,
  .proof,
  .platform,
  .founder,
  .bio-hero,
  .bio-intro,
  .bio-cta,
  .portal-hero,
  .remote-support {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    min-height: auto;
    grid-template-columns: 1fr;
  }

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

  .metric-grid,
  .resource-grid,
  .review-summary,
  .review-grid,
  .bio-card-grid,
  .credential-grid,
  .logo-cloud,
  .portal-card-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .timeline-list article {
    grid-template-columns: 1fr;
  }

  .timeline-list span {
    grid-row: auto;
  }

  .bio-cta .hero-actions {
    justify-self: start;
  }

  .solution-item {
    grid-template-columns: 72px 1fr;
  }

  .solution-item a {
    grid-column: 2;
    justify-self: start;
  }

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

@media (max-width: 640px) {
  :root {
    --header-height: 252px;
  }

  .nav {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 8px 16px;
  }

  .footer-inner > a:last-child {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    overflow-wrap: anywhere;
  }

  .nav-cta,
  .button-link {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-mark {
    height: 178px;
  }

  .hero-logo {
    width: min(285px, 82vw);
  }

  .trust-grid,
  .outcome-grid,
  .integration-grid {
    grid-template-columns: 1fr;
  }

  .solution-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .solution-item a {
    grid-column: auto;
  }

  h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .bio-hero h1 {
    font-size: clamp(46px, 16vw, 70px);
  }

  .service-panel-grid {
    grid-template-columns: 1fr;
  }

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

/* Unified dark card treatment for the main page. */
.home-page .trust-grid span,
.home-page .outcome-card,
.home-page .difference-list article,
.home-page .review-summary div,
.home-page .review-card,
.home-page .solution-item,
.home-page .resource-card,
.home-page .platform-points span,
.home-page .service-panel,
.home-page .service-panel-grid span,
.home-page .review-link,
.home-page .solution-item a {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.home-page .outcome-card span,
.home-page .resource-card span,
.home-page .review-summary strong,
.home-page .service-panel-header strong,
.home-page .solution-item a {
  color: var(--cyan);
}

.home-page .trust-grid span,
.home-page .outcome-card h3,
.home-page .difference-list h3,
.home-page .review-card strong,
.home-page .solution-item h3,
.home-page .resource-card h3,
.home-page .service-panel-grid span {
  color: var(--white);
}

.home-page .outcome-card p,
.home-page .difference-list p,
.home-page .review-card p,
.home-page .review-card span,
.home-page .review-summary span,
.home-page .solution-item p,
.home-page .resource-card p,
.home-page .service-panel-header {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .review-card footer {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.home-page .solution-number,
.home-page .solution-item:nth-child(2) .solution-number,
.home-page .solution-item:nth-child(3) .solution-number,
.home-page .solution-item:nth-child(4) .solution-number,
.home-page .solution-item:nth-child(5) .solution-number {
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}
