/* GlobalPass AI Web Experience V2 */
:root {
  --gp-navy: #0b2a4a;
  --gp-navy-deep: #071e35;
  --gp-cyan: #0b8294;
  --gp-blue: #2563eb;
  --gp-ink: #142033;
  --gp-copy: #526173;
  --gp-muted: #8491a2;
  --gp-line: #e3e9ee;
  --gp-cloud: #f3f6f8;
  --gp-mist: #eaf4f5;
  --gp-surface: #ffffff;
  --gp-success: #159a72;
  --gp-warning: #c77a16;
  --gp-danger: #d34444;
  --gp-shadow-sm: 0 12px 34px rgba(11, 42, 74, .07);
  --gp-shadow-lg: 0 30px 80px rgba(7, 30, 53, .14);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html {
  scroll-behavior: auto;
}

html { background: var(--gp-cloud); }
body { background: var(--gp-cloud); color: var(--gp-ink); font-size: 15px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(37, 99, 235, .2); outline-offset: 2px; }
.eyebrow { color: var(--gp-cyan); font-size: 11px; font-weight: 750; letter-spacing: .16em; }
.brand { gap: 12px; font-size: 19px; letter-spacing: -.035em; }
.brand-word b { color: var(--gp-cyan); }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; }
.button { min-height: 44px; border-radius: 10px; padding: 0 18px; font-size: 13px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--gp-navy); border-color: var(--gp-navy); color: #fff; box-shadow: 0 10px 24px rgba(11, 42, 74, .16); }
.button.primary:hover { background: #113b63; }
.button.soft { background: #eef5f7; border: 1px solid #d6e6e9; color: var(--gp-navy); }
.button.light { background: #fff; border: 1px solid #fff; color: var(--gp-navy); }
.button.glass { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff; }
.button.ghost { border-color: #d8e1e8; color: var(--gp-navy); background: #fff; }
.button.large { min-height: 52px; padding: 0 24px; border-radius: 12px; font-size: 14px; }
.button.small { min-height: 38px; padding: 0 14px; font-size: 12px; }
.button.full { width: 100%; }

/* Public navigation */
.site-topbar { height: 80px; padding: 0 max(28px, calc((100vw - 1320px) / 2)); gap: 54px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(221,229,235,.86); backdrop-filter: blur(20px); }
.site-topbar .topnav { gap: 30px; }
.site-topbar .nav-link { border: 0; background: transparent; color: #667487; font-size: 13px; font-weight: 560; padding: 0; }
.site-topbar .nav-link.active, .site-topbar .nav-link:hover { color: var(--gp-navy); }
.site-topbar .nav-link.active::after { background: var(--gp-cyan); height: 2px; }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.session-link { display: inline-flex; align-items: center; gap: 7px; color: var(--gp-navy); font-size: 12px; font-weight: 650; }
.header-cta { min-height: 40px; }

/* Landing */
.landing-v2 { overflow: hidden; background: #fff; }
.landing-hero-v2 { width: min(1320px, calc(100% - 56px)); margin: 0 auto; min-height: 720px; padding: 92px 0 82px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 86px; position: relative; }
.landing-hero-v2::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -250px; top: 30px; background: radial-gradient(circle, rgba(11,130,148,.11), rgba(11,130,148,0) 67%); pointer-events: none; }
.hero-copy-v2 { position: relative; z-index: 1; }
.hero-copy-v2 .eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow-line { width: 30px; height: 1px; background: var(--gp-cyan); }
.hero-copy-v2 h1 { max-width: 720px; margin: 25px 0 24px; color: var(--gp-navy); font-size: clamp(48px, 5vw, 72px); line-height: 1.08; letter-spacing: -.065em; font-weight: 720; }
.hero-copy-v2 h1 em { display: block; color: var(--gp-cyan); font-style: normal; }
.hero-copy-v2 > p { max-width: 610px; color: var(--gp-copy); font-size: 17px; line-height: 1.85; }
.hero-copy-v2 .hero-actions { margin-top: 36px; display: flex; gap: 12px; }
.hero-assurance { margin-top: 36px; display: flex; gap: 24px; flex-wrap: wrap; color: #67778a; font-size: 12px; }
.hero-assurance span { display: flex; align-items: center; gap: 7px; }
.hero-assurance i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e8f6f1; color: var(--gp-success); font-size: 10px; font-style: normal; }
.decision-console { position: relative; z-index: 1; min-height: 510px; border-radius: 24px; padding: 30px; color: #fff; background: linear-gradient(145deg, #092641 0%, #0e3658 65%, #0c4660 100%); box-shadow: 0 42px 90px rgba(7, 30, 53, .24); overflow: hidden; }
.decision-console::before, .decision-console::after { content: ""; position: absolute; border: 1px solid rgba(111,201,213,.18); border-radius: 50%; pointer-events: none; }
.decision-console::before { width: 360px; height: 360px; right: -150px; top: -170px; }
.decision-console::after { width: 180px; height: 180px; right: -42px; top: -52px; }
.console-head { display: flex; justify-content: space-between; align-items: start; position: relative; z-index: 1; }
.console-head div span, .console-head div b { display: block; }
.console-head div span { color: #75b8c4; font-size: 9px; letter-spacing: .18em; }
.console-head div b { margin-top: 8px; font-size: 16px; }
.console-live { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(112,210,187,.25); border-radius: 999px; color: #8fdfc5; font-size: 9px; letter-spacing: .12em; }
.console-live i { width: 6px; height: 6px; border-radius: 50%; background: #58d0a8; box-shadow: 0 0 0 5px rgba(88,208,168,.1); }
.console-score { margin-top: 58px; position: relative; z-index: 1; }
.console-score span, .console-score strong, .console-score small { display: block; }
.console-score span { color: #7da3b5; font-size: 10px; letter-spacing: .12em; }
.console-score strong { margin: 12px 0 8px; font-size: 31px; letter-spacing: -.045em; }
.console-score small { color: #aec2ce; font-size: 11px; }
.console-paths { margin-top: 42px; display: grid; gap: 8px; position: relative; z-index: 1; }
.console-path { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 13px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.045); }
.console-path > span { color: #64c2ce; font-size: 10px; }
.console-path div b { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 600; }
.console-path div i { display: block; width: 100%; height: 3px; border-radius: 4px; background: rgba(255,255,255,.11); }
.console-path div em { display: block; height: 3px; border-radius: 4px; background: linear-gradient(90deg, #35adc0, #6ad0c5); }
.console-path small { color: #9eb5c3; font-size: 9px; }
.console-foot { position: absolute; left: 30px; right: 30px; bottom: 25px; display: flex; gap: 8px; }
.console-foot span { padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.07); color: #8da9b9; font-size: 9px; }
.proof-band { padding: 26px max(28px, calc((100vw - 1320px) / 2)); background: var(--gp-navy-deep); color: #fff; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; align-items: center; }
.proof-band > span { color: #65b9c5; font-size: 10px; font-weight: 750; letter-spacing: .17em; }
.proof-band div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.proof-band b, .proof-band small { display: block; }
.proof-band b { font-size: 13px; }
.proof-band small { margin-top: 4px; color: #91a8b7; font-size: 10px; }
.process-v2 { padding: 110px max(28px, calc((100vw - 1320px) / 2)); background: #f7f9fa; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-intro h2 { margin: 15px 0 0; color: var(--gp-navy); font-size: clamp(36px, 4vw, 52px); line-height: 1.14; letter-spacing: -.055em; }
.section-intro > p { max-width: 560px; margin: 0; color: var(--gp-copy); font-size: 15px; line-height: 1.85; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--gp-line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: var(--gp-shadow-sm); }
.process-grid article { min-height: 300px; padding: 27px; border-right: 1px solid var(--gp-line); position: relative; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: #9aa7b6; font-size: 10px; letter-spacing: .12em; }
.process-glyph { width: 48px; height: 48px; margin-top: 56px; display: grid; place-items: center; border-radius: 15px; color: var(--gp-cyan); background: var(--gp-mist); font-size: 20px; }
.process-grid h3 { margin: 24px 0 10px; color: var(--gp-navy); font-size: 18px; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: var(--gp-copy); font-size: 12px; line-height: 1.75; }
.platform-v2 { padding: 110px max(28px, calc((100vw - 1320px) / 2)); background: linear-gradient(145deg, #071e35, #0d3152); color: #fff; }
.section-intro.light h2 { color: #fff; }
.section-intro.light > p { color: #9eb3c1; }
.workspace-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; align-items: stretch; }
.workspace-card { min-height: 430px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); display: flex; flex-direction: column; }
.workspace-card.customer-workspace { background: #fff; color: var(--gp-ink); }
.workspace-top span, .workspace-top b { display: block; }
.workspace-top span { color: #61bdc8; font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.workspace-top b { margin-top: 10px; font-size: 20px; }
.workspace-card ul { list-style: none; padding: 0; margin: 65px 0 30px; display: grid; gap: 15px; }
.workspace-card li { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.09); color: #b2c2cd; font-size: 12px; }
.workspace-card a { margin-top: auto; color: #76cbd4; font-size: 12px; font-weight: 700; }
.workspace-card > p { margin: 16px 0 0; color: var(--gp-copy); font-size: 11px; line-height: 1.7; }
.mini-phone { width: 220px; margin: 28px auto 0; padding: 14px; border: 1px solid var(--gp-line); border-radius: 26px; background: #f7f9fa; box-shadow: 0 18px 35px rgba(11,42,74,.1); }
.phone-bar { width: 54px; height: 5px; margin: 0 auto 18px; border-radius: 5px; background: #c9d2d9; }
.phone-hero { padding: 18px; border-radius: 16px; color: #fff; background: var(--gp-navy); }
.phone-hero small, .phone-hero strong { display: block; }
.phone-hero small { color: #86adbd; font-size: 8px; }
.phone-hero strong { margin-top: 7px; font-size: 14px; }
.phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 8px 0; }
.phone-stats span { padding: 10px; border-radius: 10px; background: #fff; color: #687789; font-size: 8px; }
.phone-stats b { display: block; color: var(--gp-navy); font-size: 16px; }
.phone-row { margin-top: 7px; padding: 10px; border-radius: 10px; background: #fff; color: #7a8796; font-size: 8px; }
.phone-row b { float: right; color: var(--gp-cyan); font-weight: 650; }
.trust-v2 { width: min(1320px, calc(100% - 56px)); margin: 0 auto; padding: 100px 0; display: grid; grid-template-columns: 1.1fr .9fr auto; gap: 55px; align-items: center; }
.trust-v2 h2 { max-width: 620px; margin: 14px 0 0; color: var(--gp-navy); font-size: 34px; line-height: 1.3; letter-spacing: -.045em; }
.trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-list span { color: var(--gp-copy); font-size: 11px; }
.trust-list b { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 8px; border-radius: 8px; background: var(--gp-mist); color: var(--gp-cyan); font-size: 9px; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1.1fr .9fr 1.2fr; gap: 50px; padding: 62px max(28px, calc((100vw - 1320px) / 2)) 26px; background: #fff; border-top: 1px solid var(--gp-line); }
.footer-brand p { max-width: 340px; margin: 15px 0 0; color: var(--gp-copy); font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 13px 25px; }
.footer-links a { color: var(--gp-copy); font-size: 12px; }
.footer-links a:hover { color: var(--gp-navy); }
.site-footer .footer-note { max-width: 500px; color: var(--gp-muted); font-size: 10px; line-height: 1.8; text-align: left; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--gp-line); color: #9aa5b2; font-size: 9px; letter-spacing: .08em; }

/* Customer portal */
.client-layout { min-height: calc(100vh - 80px); display: grid; grid-template-columns: 238px 1fr; background: var(--gp-cloud); }
.client-sidebar { padding: 34px 18px; color: #fff; background: linear-gradient(180deg, #092642, #071e35); display: flex; flex-direction: column; }
.client-sidebar-head { padding: 0 12px 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.client-sidebar-head span, .client-sidebar-head b { display: block; }
.client-sidebar-head span { color: #65afbc; font-size: 8px; letter-spacing: .17em; }
.client-sidebar-head b { margin-top: 8px; font-size: 18px; }
.client-sidebar nav { display: grid; gap: 5px; margin-top: 23px; }
.client-sidebar nav button { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 13px; border-radius: 10px; color: #9cb0be; background: transparent; text-align: left; font-size: 12px; }
.client-sidebar nav button span { width: 21px; color: #68b9c5; text-align: center; font-size: 15px; position: relative; }
.client-sidebar nav button:hover, .client-sidebar nav button.active { color: #fff; background: rgba(255,255,255,.1); }
/* Notification tab badge */
.client-tab-badge {
  position: absolute; top: -7px; right: -10px;
  min-width: 15px; height: 15px; padding: 0 4px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #DC2626; color: #fff; border-radius: 8px;
  font-size: 9px; font-style: normal; line-height: 15px; font-weight: 600;
  box-shadow: 0 0 0 2px rgba(11,42,74,.85);
}
/* Notification center list */
.client-section-tools { display: flex; gap: 8px; }
.client-notification-list { display: flex; flex-direction: column; gap: 10px; }
.client-notification {
  display: grid; grid-template-columns: 12px 1fr auto; gap: 12px; align-items: start;
  padding: 14px 16px; border: 1px solid #e3eaef; border-radius: 12px; background: #fff;
}
.client-notification.unread { background: #f2f8ff; border-color: #cfe2f4; cursor: pointer; }
.client-notification.unread:hover { border-color: #2563EB; }
.client-notification-dot { width: 8px; height: 8px; border-radius: 50%; margin-top: 6px; background: #cbd5dd; }
.client-notification.unread .client-notification-dot { background: #2563EB; }
.client-notification-body b { display: block; font-size: 14px; color: #0B2A4A; }
.client-notification-body small { display: block; margin-top: 3px; font-size: 13px; color: #5b6b78; line-height: 1.55; }
.client-notification-body time { display: block; margin-top: 6px; font-size: 12px; color: #9aa9b5; }
.client-notification-tag { align-self: center; font-size: 11px; color: #2563EB; border: 1px solid #cfe0f5; border-radius: 6px; padding: 2px 8px; white-space: nowrap; }
.client-help { margin-top: auto; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); }
.client-help span { color: #fff; font-size: 11px; font-weight: 700; }
.client-help p { margin: 8px 0 13px; color: #8fa8b7; font-size: 9px; line-height: 1.65; }
.client-help button { padding: 0; color: #6fc8d2; background: transparent; font-size: 10px; }
.client-main { min-width: 0; padding: 42px clamp(24px, 4vw, 62px) 72px; }
.client-overview, .client-section { max-width: 1180px; margin: 0 auto; }
.client-welcome { min-height: 270px; padding: 36px 40px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #0a2947, #0f4661); display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; box-shadow: var(--gp-shadow-sm); }
.client-welcome::after { content: ""; position: absolute; width: 330px; height: 330px; right: -80px; top: -170px; border: 1px solid rgba(113,203,214,.2); border-radius: 50%; }
.client-welcome > div:first-child { max-width: 650px; position: relative; z-index: 1; }
.client-welcome .eyebrow { color: #70c5cf; }
.client-welcome h1 { margin: 14px 0 12px; font-size: 34px; line-height: 1.25; letter-spacing: -.05em; }
.client-welcome h1 em { color: #70c5cf; font-style: normal; }
.client-welcome p { margin: 0; color: #afc1cc; font-size: 12px; line-height: 1.75; }
.client-welcome-actions { display: flex; gap: 10px; margin-top: 25px; }
.client-status-orb { width: 180px; height: 180px; flex: none; border: 1px solid rgba(113,203,214,.4); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; }
.client-status-orb::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(113,203,214,.19); border-radius: 50%; }
.client-status-orb span, .client-status-orb strong, .client-status-orb small { position: relative; z-index: 1; }
.client-status-orb span { color: #71c5cf; font-size: 8px; letter-spacing: .14em; }
.client-status-orb strong { margin: 10px 0 6px; font-size: 14px; }
.client-status-orb small { color: #8ea9b8; font-size: 8px; }
.client-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 16px 0; }
.client-metrics button { padding: 20px; border: 1px solid var(--gp-line); border-radius: 14px; background: #fff; text-align: left; box-shadow: 0 5px 18px rgba(11,42,74,.025); }
.client-metrics button:hover { border-color: #bed9df; box-shadow: var(--gp-shadow-sm); }
.client-metrics span, .client-metrics strong, .client-metrics small { display: block; }
.client-metrics span { color: var(--gp-muted); font-size: 9px; letter-spacing: .1em; }
.client-metrics strong { margin: 11px 0 6px; color: var(--gp-navy); font-size: 28px; letter-spacing: -.05em; }
.client-metrics small { color: var(--gp-cyan); font-size: 9px; }
.client-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.client-panel, .client-section { border: 1px solid var(--gp-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 25px rgba(11,42,74,.035); }
.client-panel { padding: 25px; }
.client-panel-head, .client-section-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.client-panel-head { margin-bottom: 18px; }
.client-panel-head h2, .client-section-head h2 { margin: 7px 0 0; color: var(--gp-navy); letter-spacing: -.04em; }
.client-panel-head h2 { font-size: 20px; }
.client-panel-head > span { color: var(--gp-muted); font-size: 10px; }
.activity-row { display: grid; grid-template-columns: 10px 1fr auto; gap: 12px; align-items: start; padding: 15px 0; border-top: 1px solid #edf1f4; }
.activity-dot { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--gp-success); box-shadow: 0 0 0 5px rgba(21,154,114,.08); }
.activity-row b, .activity-row small { display: block; }
.activity-row b { color: var(--gp-navy); font-size: 12px; }
.activity-row small { margin-top: 4px; color: var(--gp-copy); font-size: 10px; }
.activity-row time { color: var(--gp-muted); font-size: 9px; }
.quick-panel > button { width: 100%; display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid #edf1f4; background: transparent; text-align: left; }
.quick-panel > button > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: var(--gp-cyan); background: var(--gp-mist); font-size: 9px; }
.quick-panel b, .quick-panel small { display: block; }
.quick-panel b { color: var(--gp-navy); font-size: 11px; }
.quick-panel small { margin-top: 3px; color: var(--gp-muted); font-size: 9px; }
.quick-panel i { color: var(--gp-cyan); font-style: normal; }
.client-section { padding: 30px; }
.client-section-head { padding-bottom: 24px; border-bottom: 1px solid var(--gp-line); }
.client-section-head h2 { font-size: 28px; }
.client-section-head p { margin: 8px 0 0; color: var(--gp-copy); font-size: 12px; }
.client-secure-badge { padding: 7px 10px; border-radius: 999px; color: var(--gp-cyan); background: var(--gp-mist); font-size: 9px; letter-spacing: .1em; }
.client-list { display: grid; }
.client-list-item { min-height: 82px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #edf1f4; }
.client-list-item:last-child { border-bottom: 0; }
.client-item-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--gp-cyan); background: var(--gp-mist); font-size: 9px; font-weight: 750; }
.client-list-item b, .client-list-item small { display: block; }
.client-list-item b { color: var(--gp-navy); font-size: 12px; }
.client-list-item small { margin-top: 4px; color: var(--gp-muted); font-size: 9px; }
.client-item-side { text-align: right; }
.client-empty { padding: 60px 20px; text-align: center; }
.empty-orbit { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 18px; border: 1px solid #cfe2e6; border-radius: 50%; color: var(--gp-cyan); background: #f4fafb; font-size: 22px; }
.client-empty h3 { margin: 0; color: var(--gp-navy); font-size: 17px; }
.client-empty p { max-width: 430px; margin: 9px auto 20px; color: var(--gp-copy); font-size: 11px; line-height: 1.7; }
.client-loading { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.client-loading span { height: 160px; border-radius: 16px; background: linear-gradient(100deg, #edf1f4 25%, #f8fafb 40%, #edf1f4 55%); background-size: 300% 100%; animation: gp-skeleton 1.4s infinite; }
@keyframes gp-skeleton { to { background-position: -150% 0; } }
.client-no-session { max-width: 1030px; min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.no-session-visual { width: 320px; height: 320px; margin: auto; display: grid; place-items: center; border-radius: 50%; color: var(--gp-navy); background: radial-gradient(circle, #fff 0 38%, #e8f3f5 39% 54%, #f3f6f8 55%); position: relative; }
.no-session-visual span { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 28px; color: #fff; background: var(--gp-navy); font-size: 28px; font-weight: 750; box-shadow: var(--gp-shadow-lg); }
.no-session-visual i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--gp-cyan); }
.no-session-visual i:nth-child(2) { top: 45px; right: 58px; }
.no-session-visual i:nth-child(3) { bottom: 68px; left: 38px; background: var(--gp-blue); }
.client-no-session h1 { margin: 16px 0; color: var(--gp-navy); font-size: 42px; line-height: 1.18; letter-spacing: -.055em; }
.client-no-session p { max-width: 560px; color: var(--gp-copy); font-size: 14px; line-height: 1.8; }
.client-no-session .button { margin-top: 18px; }
.client-mobile-nav { display: none; }
.public-mobile-nav { display: none; }

/* Customer account and authentication */
.customer-auth-shell { min-height: calc(100vh - 80px); padding: 74px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 500px); gap: 90px; align-items: center; background: radial-gradient(circle at 20% 34%, rgba(11,130,148,.11), transparent 31%), linear-gradient(135deg, #f3f7f8, #eef3f6); }
.customer-auth-story { max-width: 610px; }
.customer-auth-story h1 { margin: 19px 0 24px; color: var(--gp-navy); font-size: clamp(43px, 4.5vw, 64px); line-height: 1.09; letter-spacing: -.06em; }
.customer-auth-story h1 em { color: var(--gp-cyan); font-style: normal; }
.customer-auth-story > p { max-width: 560px; margin: 0; color: var(--gp-copy); font-size: 16px; line-height: 1.85; }
.auth-benefits { display: none; }
.auth-benefits span { display: flex; align-items: center; gap: 13px; color: var(--gp-navy); font-size: 13px; font-weight: 650; }
.auth-benefits i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #c8dfe2; border-radius: 10px; background: rgba(255,255,255,.65); color: var(--gp-cyan); font-size: 9px; font-style: normal; }
.auth-security-note { margin-top: 24px; max-width: 460px; padding: 13px 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(11,130,148,.15); border-radius: 13px; background: rgba(255,255,255,.55); }
.auth-security-note > span { width: 39px; height: 39px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--gp-mist); color: var(--gp-cyan); }
.auth-security-note b, .auth-security-note small { display: block; }
.auth-security-note b { color: var(--gp-navy); font-size: 12px; }
.auth-security-note small { margin-top: 4px; color: var(--gp-copy); font-size: 10px; line-height: 1.5; }
.customer-auth-card { padding: 38px 40px; border: 1px solid rgba(218,227,233,.92); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 34px 80px rgba(7,30,53,.14); }
.auth-card-head > span { color: var(--gp-cyan); font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.auth-card-head h2 { margin: 10px 0 8px; color: var(--gp-navy); font-size: 29px; letter-spacing: -.05em; }
.auth-card-head p { margin: 0 0 26px; color: var(--gp-copy); font-size: 11px; line-height: 1.65; }
.customer-auth-card form, .account-card { display: grid; gap: 14px; }
.customer-auth-card label, .account-card label { display: grid; gap: 7px; color: #637184; font-size: 11px; }
.customer-auth-card label small { color: var(--gp-muted); font-size: 9px; }
.customer-auth-card input, .account-card input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid #d8e1e7; border-radius: 10px; outline: 0; background: #fff; color: var(--gp-ink); }
.customer-auth-card input:focus, .account-card input:focus { border-color: var(--gp-cyan); box-shadow: 0 0 0 3px rgba(11,130,148,.09); }
.customer-auth-card input:disabled, .account-card input:disabled { color: #7b8795; background: #f4f6f7; }
.auth-agreement { grid-template-columns: 17px 1fr; align-items: center; }
.auth-agreement input { width: 15px; height: 15px; }
.auth-form-tools { display: flex; justify-content: space-between; align-items: center; }
.auth-form-tools label { display: flex; align-items: center; gap: 7px; }
.auth-form-tools input { width: 14px; height: 14px; }
.auth-form-tools button, .auth-switch button { padding: 0; border: 0; background: none; color: var(--gp-cyan); font-size: 11px; }
.auth-switch { margin-top: 21px; color: var(--gp-copy); text-align: center; font-size: 11px; }
.auth-divider { margin: 20px 0; display: flex; align-items: center; gap: 12px; color: var(--gp-muted); font-size: 9px; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--gp-line); }
.auth-message { margin: -10px 0 20px; padding: 11px 13px; border: 1px solid #cce4dc; border-radius: 10px; background: #eef9f5; color: #16785d; font-size: 11px; line-height: 1.6; }
.compact-auth { grid-template-columns: minmax(0, 1fr) minmax(400px, 470px); }
.client-sidebar-head small { display: block; max-width: 175px; margin-top: 6px; color: #91a9b8; font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.client-logout-link { margin-top: 10px !important; color: #8fa7b6 !important; }
.account-section { max-width: 1180px; }
.account-grid { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; align-items: start; }
.account-card { padding: 27px; border: 1px solid var(--gp-line); border-radius: 15px; background: #fff; }
.account-card-head > span { color: var(--gp-cyan); font-size: 9px; font-weight: 750; letter-spacing: .15em; }
.account-card-head h3 { margin: 7px 0 10px; color: var(--gp-navy); font-size: 20px; letter-spacing: -.035em; }
.account-hint { margin: -3px 0 5px; color: var(--gp-copy); font-size: 10px; line-height: 1.6; }
.session-card { min-height: 220px; }
.security-row { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--gp-line); }
.security-row > i { width: 25px; height: 25px; flex: none; display: grid; place-items: center; border-radius: 8px; background: var(--gp-mist); color: var(--gp-cyan); font-size: 10px; font-style: normal; }
.security-row b, .security-row small { display: block; }
.security-row b { color: var(--gp-navy); font-size: 11px; }
.security-row small { margin-top: 4px; color: var(--gp-copy); font-size: 9px; line-height: 1.55; }
.session-card .button { margin-top: 12px; }
.client-modal textarea { min-height: 110px; resize: vertical; }
.client-modal textarea, .client-modal select { width: 100%; border: 1px solid #d7e0e8; border-radius: 8px; padding: 11px 12px; color: var(--gp-ink); background: #fff; }

/* Assessment and result readability */
.narrow-shell { max-width: 900px; padding-top: 58px; }
.consent-card { border-radius: 18px; padding: 42px; box-shadow: var(--gp-shadow-sm); }
.consent-card h1 { font-size: 38px; }
.lead-copy { font-size: 14px; }
.check-row { font-size: 13px; }
.assessment-shell { max-width: 930px; }
.question-card { border-radius: 19px; padding: 42px; box-shadow: var(--gp-shadow-sm); }
.question-card h1 { font-size: 34px; }
.question-description { font-size: 14px; }
.option-card { border-radius: 13px; font-size: 13px; }
.result-shell { max-width: 1100px; }
.result-hero h1 { font-size: 48px; }
.result-hero p { font-size: 14px; }
.metric-card > span, .scheme-columns label, .section-note { font-size: 10px; }
.metric-card p, .scheme-card > p, .mini-line, .insight-card li, .evidence-row, .next-step-card p { font-size: 12px; }
.scheme-head h3 { font-size: 17px; }

/* Operations console */
.admin-layout { background: #f2f5f7; }
.admin-sidebar { width: 264px; padding: 28px 18px; background: linear-gradient(180deg, #08243e, #061b30); }
.admin-sidebar .brand { font-size: 18px; }
.admin-workspace { margin: 36px 5px 24px; padding: 16px; border-radius: 12px; }
.admin-workspace strong { font-size: 12px; }
.admin-nav { gap: 3px; max-height: calc(100vh - 250px); overflow-y: auto; scrollbar-width: thin; }
.admin-nav-item { min-height: 42px; padding: 0 13px; border-radius: 9px; font-size: 12px; }
.admin-nav-item.active::before { left: -18px; top: 7px; bottom: 7px; background: #6bc8d2; }
.admin-main { padding: 0 clamp(26px, 3.5vw, 56px) 60px; }
.admin-topbar { height: 116px; margin-bottom: 28px; }
.admin-page-kicker { font-size: 9px; }
.admin-topbar h1 { font-size: 30px; }
.admin-user b { font-size: 12px; }
.dashboard-grid, .admin-panel { max-width: 1280px; }
.dashboard-welcome { min-height: 210px; padding: 35px 38px; border-radius: 18px; background: linear-gradient(135deg, #0a2947, #0f4560); }
.dashboard-welcome h2 { font-size: 30px; }
.dashboard-welcome p { font-size: 12px; }
.welcome-orbit { width: 130px; height: 130px; }
.metrics-grid { gap: 13px; margin: 16px 0; }
.admin-metric { padding: 20px; border-radius: 13px; }
.admin-metric span { font-size: 9px; }
.admin-metric strong { font-size: 31px; }
.admin-metric small { font-size: 10px; }
.dashboard-columns { gap: 16px; }
.admin-card, .admin-panel { border-radius: 15px; box-shadow: 0 6px 22px rgba(11,42,74,.035); }
.admin-card { padding: 24px; }
.admin-card-head h3, .panel-heading h2 { font-size: 19px; }
.lead-row, .assessment-row { min-height: 58px; }
.lead-row b, .assessment-row b { font-size: 12px; }
.lead-row small, .assessment-row small { font-size: 10px; }
.admin-panel { padding: 28px; }
table { min-width: 780px; }
th { padding: 14px 12px; color: #83909f; font-size: 10px; }
td { padding: 15px 12px; color: #465568; font-size: 12px; }
.table-sub { font-size: 10px; }
.table-status, .risk-badge, .score-pill, .row-action, .source-link { font-size: 10px; }
.empty-state, .loading-row, .empty-cell { font-size: 12px; }

/* Login and partner workspace */
.admin-login-shell { min-height: calc(100vh - 80px); background: radial-gradient(circle at 50% 20%, rgba(11,130,148,.1), transparent 34%), #f2f5f7; }
.admin-login-card { width: min(460px, 100%); padding: 46px; border-radius: 20px; box-shadow: var(--gp-shadow-lg); }
.admin-login-card h1 { font-size: 36px; }
.admin-login-card > p { font-size: 13px; line-height: 1.7; }
.admin-login-card label, .modal-card label { font-size: 12px; }
.admin-login-card input, .modal-card input { height: 46px; border-radius: 10px; }
.partner-main { max-width: 1240px; padding: 64px 34px 100px; }
.partner-heading { margin-bottom: 38px; }
.partner-heading h1 { font-size: 42px; }
.partner-heading p { font-size: 14px; }
.partner-badge { border-radius: 16px; padding: 20px 23px; }
.partner-metrics { gap: 14px; }
.partner-metrics > div { padding: 22px; border-radius: 14px; }
.partner-card { padding: 28px; border-radius: 16px; box-shadow: 0 6px 22px rgba(11,42,74,.035); }
.partner-case-row { min-height: 72px; }
.partner-case-row b { font-size: 12px; }
.partner-case-row small { font-size: 10px; }
.partner-note { padding: 34px; background: linear-gradient(135deg, #0a2947, #0e405a); }
.partner-note h2 { font-size: 27px; }
.partner-note p { font-size: 13px; }

@media (max-width: 1100px) {
  .site-topbar { gap: 25px; }
  .site-topbar .topnav { gap: 18px; }
  .landing-hero-v2 { grid-template-columns: 1fr 440px; gap: 45px; }
  .hero-copy-v2 h1 { font-size: 53px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--gp-line); }
  .workspace-grid { grid-template-columns: 1fr 1fr; }
  .customer-workspace { grid-row: span 2; }
  .trust-v2 { grid-template-columns: 1fr 1fr; }
  .trust-v2 .button { grid-column: 1 / -1; width: max-content; }
  .client-metrics { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .site-topbar { height: 70px; padding: 0 20px; }
  .site-topbar .topnav { display: none; }
  .header-cta { min-height: 38px; }
  .landing-hero-v2 { width: min(100% - 38px, 680px); min-height: auto; padding: 65px 0; grid-template-columns: 1fr; gap: 48px; }
  .hero-copy-v2 h1 { font-size: clamp(43px, 10vw, 58px); }
  .decision-console { min-height: 480px; }
  .proof-band { grid-template-columns: 1fr; gap: 13px; padding: 26px 22px; }
  .proof-band div { padding: 12px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .process-v2, .platform-v2 { padding: 76px 22px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .section-intro h2 { font-size: 40px; }
  .workspace-grid { grid-template-columns: 1fr; }
  .customer-workspace { grid-row: auto; }
  .workspace-card { min-height: 360px; }
  .trust-v2 { width: calc(100% - 44px); padding: 72px 0; grid-template-columns: 1fr; gap: 30px; }
  .trust-v2 .button { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 48px 22px 24px; gap: 35px; }
  .site-footer .footer-note { grid-column: 1 / -1; }
  .client-layout { display: block; min-height: calc(100vh - 70px); }
  .client-sidebar { display: none; }
  .client-main { padding: 25px 18px 105px; }
  .client-mobile-nav { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 50; display: grid; grid-template-columns: repeat(8, 1fr); padding: 8px; border: 1px solid rgba(216,225,232,.9); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(7,30,53,.18); backdrop-filter: blur(20px); }
  .client-mobile-nav button { display: grid; place-items: center; gap: 3px; min-height: 48px; border-radius: 12px; color: #8290a0; background: transparent; }
  .client-mobile-nav button span { font-size: 15px; position: relative; }
  .client-mobile-nav button small { font-size: 9px; }
  .client-mobile-nav button.active { color: var(--gp-navy); background: var(--gp-mist); }
  .public-mobile-nav { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 50; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border: 1px solid rgba(216,225,232,.9); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(7,30,53,.18); backdrop-filter: blur(20px); }
  .public-mobile-nav .pnav-item { display: grid; place-items: center; gap: 3px; min-height: 48px; border-radius: 12px; color: #8290a0; background: transparent; text-decoration: none; }
  .public-mobile-nav .pnav-item span { font-size: 17px; }
  .public-mobile-nav .pnav-item small { font-size: 9px; }
  .public-mobile-nav .pnav-item:active, .public-mobile-nav .pnav-item:hover { color: var(--gp-navy); background: var(--gp-mist); }
  .landing-v2 { padding-bottom: 110px; }
  .narrow-shell, .assessment-shell, .result-shell { padding-bottom: 110px; }
  .customer-auth-shell { min-height: calc(100vh - 70px); padding: 55px 24px 70px; grid-template-columns: 1fr; gap: 38px; }
  .customer-auth-story { max-width: 620px; }
  .customer-auth-story h1 { font-size: 48px; }
  .customer-auth-card { width: min(100%, 560px); padding: 34px; }
  .account-grid { grid-template-columns: 1fr; }
  .client-welcome { padding: 30px; }
  .client-status-orb { width: 145px; height: 145px; }
  .client-columns { grid-template-columns: 1fr; }
  .client-no-session { min-height: 600px; grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .no-session-visual { width: 250px; height: 250px; }
  .client-no-session p { margin-left: auto; margin-right: auto; }
  .client-loading { grid-template-columns: 1fr; }
  .admin-layout { display: block; }
  .admin-sidebar { width: 100%; min-height: auto; padding: 17px 18px; display: block; position: sticky; top: 0; z-index: 30; }
  .admin-sidebar .brand { display: none; }
  .admin-workspace, .admin-sidebar-bottom { display: none; }
  .admin-nav { display: flex; overflow-x: auto; max-height: none; margin: 0; padding-bottom: 2px; }
  .admin-nav-item { white-space: nowrap; flex: none; }
  .admin-nav-item.active::before { left: 8px; right: 8px; top: auto; bottom: -1px; width: auto; height: 2px; }
  .admin-main { padding: 0 18px 40px; }
  .admin-topbar { height: 92px; margin-bottom: 20px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-columns { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-topbar { padding: 0 15px; }
  .site-topbar .brand { font-size: 16px; }
  .site-topbar .brand-mark { width: 27px; height: 27px; }
  .session-link { display: none; }
  .header-cta { padding: 0 13px; font-size: 11px; }
  .landing-hero-v2 { width: calc(100% - 30px); padding: 46px 0 55px; }
  .hero-copy-v2 h1 { margin-top: 19px; font-size: 41px; line-height: 1.1; }
  .hero-copy-v2 > p { font-size: 14px; line-height: 1.8; }
  .hero-copy-v2 .hero-actions { display: grid; }
  .hero-copy-v2 .hero-actions .button { width: 100%; }
  .hero-assurance { display: grid; gap: 10px; }
  .decision-console { min-height: 445px; padding: 22px; border-radius: 18px; }
  .console-score { margin-top: 40px; }
  .console-score strong { font-size: 25px; }
  .console-path { grid-template-columns: 24px 1fr; padding: 12px; }
  .console-path > small { display: none; }
  .console-foot { left: 22px; right: 22px; bottom: 20px; }
  .process-v2, .platform-v2 { padding: 62px 15px; }
  .section-intro h2 { font-size: 34px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--gp-line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-glyph { margin-top: 30px; }
  .workspace-card { min-height: 340px; padding: 24px; }
  .workspace-card ul { margin-top: 42px; }
  .trust-v2 { width: calc(100% - 30px); padding: 60px 0; }
  .trust-v2 h2 { font-size: 29px; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-v2 .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 18px 20px; }
  .site-footer .footer-note { grid-column: auto; }
  .footer-bottom { display: grid; gap: 6px; }
  .client-main { padding: 16px 12px 100px; }
  .customer-auth-shell { padding: 38px 15px 60px; gap: 29px; }
  .customer-auth-story h1 { margin-top: 15px; font-size: 38px; }
  .customer-auth-story > p { font-size: 13px; }
  .auth-benefits { display: none; }
  .auth-security-note { margin-top: 18px; }
  .customer-auth-card { padding: 27px 21px; border-radius: 18px; }
  .auth-card-head h2 { font-size: 26px; }
  .client-mobile-nav { left: 7px; right: 7px; padding: 6px; border-radius: 16px; }
  .client-mobile-nav button { min-width: 0; }
  .client-mobile-nav button small { display: none; }
  .account-grid { gap: 12px; }
  .account-card { padding: 21px 17px; }
  .client-welcome { min-height: auto; padding: 25px 22px; display: block; }
  .client-welcome h1 { font-size: 29px; }
  .client-welcome > div:first-child > p, .client-section-head p, .client-help p { display: none; }
  .client-status-orb { display: none; }
  .client-welcome-actions { display: grid; margin-top: 18px; }
  .client-metrics { grid-template-columns: 1fr 1fr; gap: 8px; }
  .client-metrics button { padding: 16px; }
  .client-metrics strong { font-size: 24px; }
  .client-metrics small, .quick-panel small { display: none; }
  .client-panel, .client-section { padding: 20px 17px; border-radius: 14px; }
  .client-section-head { display: grid; gap: 16px; }
  .client-section-head .button { width: 100%; }
  .client-section-head h2 { font-size: 25px; }
  .client-list-item { grid-template-columns: 38px 1fr; min-height: 86px; }
  .client-item-side { grid-column: 2; display: flex; justify-content: space-between; text-align: left; }
  .client-no-session { min-height: 560px; }
  .no-session-visual { width: 190px; height: 190px; }
  .client-no-session h1 { font-size: 33px; }
  .consent-card, .question-card { padding: 27px 21px; }
  .consent-card h1, .question-card h1 { font-size: 28px; }
  .admin-login-card { padding: 34px 24px; }
  .admin-login-card h1 { font-size: 31px; }
  .dashboard-welcome { padding: 25px; }
  .welcome-orbit { display: none; }
  .dashboard-welcome h2 { font-size: 25px; }
  .admin-metric { padding: 15px; }
  .admin-metric strong { font-size: 25px; }
  .admin-panel { padding: 20px 15px; }
  .partner-main { padding: 42px 16px 70px; }
  .partner-heading { display: block; }
  .partner-heading h1 { font-size: 34px; }
  .partner-badge { margin-top: 22px; }
  .partner-metrics { grid-template-columns: 1fr; }
  .partner-case-row { grid-template-columns: 1fr auto; }
  .partner-case-row .scope-pill { grid-column: 1 / -1; }
}
