:root {
  --navy-950: #071629;
  --navy-900: #0c2542;
  --navy-800: #153b62;
  --blue-700: #1467cf;
  --blue-600: #1d7bed;
  --blue-500: #38a7f5;
  --cyan-400: #41c6ef;
  --ink: #10243b;
  --muted: #5f7084;
  --line: #dce5ee;
  --wash: #f2f6fa;
  --wash-blue: #eaf4ff;
  --white: #ffffff;
  --green: #1a9d72;
  --gold: #f0a93a;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 10px 30px rgba(12, 37, 66, 0.08);
  --shadow-lg: 0 28px 80px rgba(7, 22, 41, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy-950);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell,
.nav-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(12, 37, 66, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy-900);
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(12, 37, 66, 0.17);
}

.brand > span > span {
  color: var(--blue-600);
}

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

.site-nav a {
  color: #405469;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease, background 160ms ease;
}

.site-nav > a:not(.nav-login):hover {
  color: var(--blue-700);
}

.site-nav .nav-login {
  padding: 12px 17px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy-900);
  box-shadow: 0 8px 22px rgba(12, 37, 66, 0.14);
}

.site-nav .nav-login:hover {
  transform: translateY(-1px);
  background: var(--navy-800);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--navy-900);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 78%),
    var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(rgba(20, 103, 207, 0.5) 0.55px, transparent 0.55px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
}

.hero-glow-one {
  width: 560px;
  height: 560px;
  top: -260px;
  right: -100px;
  background: rgba(56, 167, 245, 0.13);
}

.hero-glow-two {
  width: 380px;
  height: 380px;
  left: -210px;
  top: 260px;
  background: rgba(65, 198, 239, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 56px;
}

.hero-copy {
  padding-bottom: 58px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

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

h1 {
  max-width: 610px;
  margin-bottom: 25px;
  color: var(--navy-950);
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 740;
  letter-spacing: -0.064em;
  line-height: 0.99;
}

h1 em {
  display: block;
  color: var(--blue-600);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lede {
  max-width: 580px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 0;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-600));
  box-shadow: 0 12px 28px rgba(20, 103, 207, 0.25);
}

.button-primary:hover {
  box-shadow: 0 16px 36px rgba(20, 103, 207, 0.33);
}

.button-secondary {
  border: 1px solid #cfdae6;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.84);
}

.button-secondary:hover {
  border-color: #aac2db;
  box-shadow: var(--shadow-sm);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #617487;
  font-size: 12px;
  font-weight: 630;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-proof i {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  color: var(--green);
  background: rgba(26, 157, 114, 0.11);
  font-size: 10px;
  font-style: normal;
}

.product-stage {
  position: relative;
  min-width: 0;
  transform: translateX(24px);
}

.stage-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(29, 123, 237, 0.13);
  border-radius: 50%;
}

.stage-orbit-one {
  width: 630px;
  height: 630px;
  top: -110px;
  left: 0;
}

.stage-orbit-two {
  width: 490px;
  height: 490px;
  top: -38px;
  left: 70px;
}

.dashboard-window {
  overflow: hidden;
  border: 1px solid rgba(12, 37, 66, 0.13);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 32px 85px rgba(12, 37, 66, 0.2), 0 8px 30px rgba(12, 37, 66, 0.08);
}

.window-topbar {
  height: 44px;
  display: grid;
  grid-template-columns: 80px 1fr 70px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-bottom: 1px solid #e3e9ef;
  background: #f8fafc;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #d0d8e0;
}

.window-address {
  max-width: 240px;
  justify-self: center;
  padding: 5px 28px;
  border: 1px solid #e0e7ee;
  border-radius: 6px;
  color: #8492a1;
  background: #fff;
  font-size: 8px;
  text-align: center;
}

.window-avatar {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-700);
  font-size: 7px;
  font-weight: 750;
}

.dashboard-body {
  height: 445px;
  display: grid;
  grid-template-columns: 128px 1fr;
}

.dashboard-sidebar {
  padding: 15px 11px;
  color: #8493a4;
  background: var(--navy-950);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 23px;
  color: #fff;
  font-size: 9px;
  font-weight: 740;
}

.mini-brand img {
  border-radius: 7px;
}

.dashboard-sidebar p {
  margin: 12px 8px 6px;
  color: #52667c;
  font-size: 6px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 7px;
  font-weight: 620;
}

.side-item.active {
  color: #fff;
  background: rgba(56, 167, 245, 0.17);
}

.side-icon {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #a6b5c6;
  background: rgba(255, 255, 255, 0.08);
  font-size: 6px;
  font-weight: 800;
}

.active .side-icon {
  color: #fff;
  background: var(--blue-600);
}

.dashboard-content {
  min-width: 0;
  padding: 25px 22px;
  background: #f3f6f9;
}

.dash-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dash-heading div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dash-heading span {
  color: #8190a0;
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.11em;
}

.dash-heading strong {
  color: var(--navy-950);
  font-size: 18px;
  letter-spacing: -0.035em;
}

.dash-heading button {
  padding: 8px 11px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--navy-900);
  font-size: 7px;
  font-weight: 700;
}

.dash-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 10px;
}

.metric-card,
.activity-card,
.presence-card {
  border: 1px solid #e3e9ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(12, 37, 66, 0.04);
}

.metric-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px;
}

.metric-card > span {
  color: #6b7d8f;
  font-size: 7px;
  font-weight: 650;
}

.metric-card strong {
  color: var(--navy-900);
  font-size: 23px;
  line-height: 1;
}

.metric-card small {
  color: #98a4b1;
  font-size: 6px;
}

.metric-card small b {
  color: var(--green);
}

.dash-lower {
  display: grid;
  grid-template-columns: 1.7fr 0.8fr;
  gap: 10px;
}

.activity-card,
.presence-card {
  padding: 14px;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.card-heading strong {
  font-size: 8px;
}

.card-heading span {
  color: var(--blue-700);
  font-size: 6px;
  font-weight: 680;
}

.activity-row {
  display: grid;
  grid-template-columns: 6px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-top: 1px solid #edf1f4;
}

.activity-row div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.activity-row b {
  color: #31465a;
  font-size: 6.5px;
}

.activity-row small,
.activity-row time {
  color: #93a0ad;
  font-size: 5.5px;
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.status-dot.blue {
  background: var(--blue-600);
}

.status-dot.green {
  background: var(--green);
}

.status-dot.gold {
  background: var(--gold);
}

.presence-card {
  display: flex;
  flex-direction: column;
}

.donut {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  margin: 12px auto 18px;
  border-radius: 50%;
  background: conic-gradient(var(--blue-600) 0 92%, #e9eef3 92% 100%);
}

.donut::before {
  content: "";
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #fff;
}

.donut span {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.donut small {
  color: #8b99a7;
  font-size: 5px;
  font-weight: 600;
}

.presence-labels {
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #8795a4;
  font-size: 5px;
}

.presence-labels i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  background: var(--blue-600);
}

.presence-labels span:last-child i {
  background: #e1e8ee;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(12, 37, 66, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(12, 37, 66, 0.16);
  backdrop-filter: blur(12px);
}

.floating-card div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.floating-card strong {
  color: var(--navy-900);
  font-size: 8px;
}

.floating-card small {
  color: #8493a3;
  font-size: 6px;
}

.float-attendance {
  left: -35px;
  bottom: 54px;
}

.floating-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.float-family {
  right: -25px;
  top: 83px;
}

.avatar-stack {
  display: flex !important;
  flex-direction: row !important;
}

.avatar-stack span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-left: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-700);
  font-size: 6px;
  font-weight: 700;
}

.avatar-stack span:first-child {
  margin-left: 0;
  background: var(--navy-800);
}

.avatar-stack span:last-child {
  background: var(--cyan-400);
}

.trust-row {
  position: relative;
  z-index: 1;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.trust-row p {
  margin: 0;
  color: #7a8998;
  font-size: 12px;
  font-weight: 650;
}

.trust-row div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 34px;
}

.trust-row span {
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 720;
}

.section {
  padding: 120px 0;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--navy-950);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 62px;
}

.split-heading > p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.problem-section {
  background: var(--white);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.workflow-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 36px rgba(12, 37, 66, 0.055);
}

.workflow-card.featured {
  border-color: rgba(29, 123, 237, 0.3);
  background: linear-gradient(180deg, #f8fbff 0%, #fff 68%);
}

.workflow-number {
  position: absolute;
  top: 25px;
  right: 28px;
  color: #c8d4df;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.workflow-visual {
  height: 190px;
  margin: 16px 0 28px;
  padding: 20px;
  border-radius: 15px;
  background: var(--wash);
}

.workflow-card h3 {
  margin-bottom: 12px;
  color: var(--navy-900);
  font-size: 21px;
  letter-spacing: -0.025em;
}

.workflow-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.checkin-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.checkin-panel {
  display: grid;
  grid-template-columns: 35px 1fr 22px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #dce5ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(12, 37, 66, 0.07);
}

.checkin-panel.faded {
  opacity: 0.78;
  transform: translateX(12px);
}

.check-avatar {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--navy-800);
  font-size: 9px;
  font-weight: 750;
}

.check-avatar.blue-avatar {
  background: var(--blue-600);
}

.checkin-panel div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.checkin-panel strong {
  font-size: 9px;
}

.checkin-panel small {
  color: #7d8c9a;
  font-size: 7px;
}

.checkin-panel i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 9px;
  font-style: normal;
}

.schedule-visual {
  padding-top: 16px;
  background: var(--wash-blue);
}

.schedule-days {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.schedule-days span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #6e8297;
  font-size: 7px;
  font-weight: 730;
}

.schedule-days span.active {
  color: #fff;
  background: var(--blue-600);
}

.schedule-line {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.schedule-line time {
  padding-top: 8px;
  color: #7e8e9f;
  font-size: 7px;
  font-weight: 700;
}

.schedule-line div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 10px;
  border-left: 3px solid var(--blue-600);
  border-radius: 5px;
  background: #fff;
}

.schedule-line div.alt {
  border-left-color: var(--cyan-400);
}

.schedule-line strong {
  font-size: 8px;
}

.schedule-line small {
  color: #8998a6;
  font-size: 6px;
}

.message-visual {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 25px;
}

.message-bubble {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 10px 10px 10px 3px;
  color: #405469;
  background: #fff;
  font-size: 8px;
  line-height: 1.45;
  box-shadow: 0 5px 14px rgba(12, 37, 66, 0.06);
}

.message-bubble.outgoing {
  align-self: flex-end;
  border-radius: 10px 10px 3px 10px;
  color: #fff;
  background: var(--blue-600);
}

.message-status {
  align-self: flex-end;
  padding-right: 3px;
  color: #8c99a6;
  font-size: 6px;
}

.message-status span {
  color: var(--blue-600);
}

.platform-section {
  overflow: hidden;
  background: var(--wash);
}

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

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading > p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.role-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.role-card {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.role-card.role-admin {
  grid-row: span 2;
  min-height: 730px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 167, 245, 0.3), transparent 38%),
    var(--navy-950);
}

.role-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.role-label {
  padding: 7px 10px;
  border-radius: 99px;
  color: var(--blue-700);
  background: var(--wash-blue);
  font-size: 10px;
  font-weight: 770;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.role-admin .role-label {
  color: #9bdcff;
  background: rgba(65, 198, 239, 0.13);
}

.role-arrow {
  color: #91a3b5;
  font-size: 18px;
}

.role-card h3 {
  max-width: 470px;
  margin-bottom: 15px;
  color: var(--navy-950);
  font-size: clamp(27px, 3vw, 39px);
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.role-admin h3 {
  color: #fff;
}

.role-card > p {
  max-width: 540px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.role-admin > p {
  color: #a6bacd;
}

.role-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 38px;
  padding: 0;
  color: #c7d6e4;
  font-size: 12px;
  list-style: none;
}

.role-card li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--cyan-400);
}

.role-mini-dashboard {
  height: 290px;
  display: grid;
  grid-template-columns: 80px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: #eef3f7;
  transform: translate(28px, 28px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
}

.mini-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 27px 16px;
  background: #102a49;
}

.mini-nav span {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
}

.mini-nav span:first-child {
  background: var(--blue-500);
}

.mini-area {
  padding: 24px 18px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.mini-stats span {
  height: 53px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(12, 37, 66, 0.06);
}

.mini-chart {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 11px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 7px;
  background: #fff;
}

.mini-chart i {
  width: 12%;
  border-radius: 3px 3px 0 0;
  background: var(--blue-600);
}

.mini-chart i:nth-child(1) { height: 38%; }
.mini-chart i:nth-child(2) { height: 62%; }
.mini-chart i:nth-child(3) { height: 49%; }
.mini-chart i:nth-child(4) { height: 82%; }
.mini-chart i:nth-child(5) { height: 71%; }
.mini-chart i:nth-child(6) { height: 92%; }

.role-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.role-pills span {
  padding: 9px 12px;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  color: #61758a;
  background: #f8fafc;
  font-size: 10px;
  font-weight: 650;
}

.family-preview {
  display: grid;
  gap: 7px;
  margin-top: 25px;
}

.family-preview div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid #e2e9ef;
  border-radius: 8px;
  background: #f8fafc;
  font-size: 8px;
}

.family-preview span {
  color: #7e8e9e;
}

.family-preview strong {
  color: var(--navy-900);
}

.access-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(56, 167, 245, 0.2), transparent 32%),
    radial-gradient(circle at 94% 80%, rgba(65, 198, 239, 0.14), transparent 28%),
    var(--navy-950);
}

.access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255,255,255,0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.13) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, black, transparent 60%);
}

.access-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 90px;
}

.light-eyebrow {
  color: #83d9ff;
}

.access-copy h2 {
  max-width: 520px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 65px);
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.access-copy > p {
  max-width: 530px;
  margin-bottom: 35px;
  color: #aabed1;
  font-size: 16px;
  line-height: 1.75;
}

.access-points {
  display: grid;
  gap: 15px;
  color: #d7e3ed;
  font-size: 13px;
}

.access-points span {
  display: flex;
  align-items: center;
  gap: 11px;
}

.access-points i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 217, 255, 0.35);
  border-radius: 50%;
  color: #83d9ff;
  background: rgba(131, 217, 255, 0.08);
  font-size: 9px;
  font-style: normal;
  font-weight: 740;
}

.contact-card {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.24);
}

.contact-heading {
  margin-bottom: 28px;
}

.contact-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-950);
  font-size: 26px;
  font-weight: 740;
  letter-spacing: -0.035em;
}

.contact-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

#access-form {
  display: grid;
  gap: 18px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

#access-form label {
  display: grid;
  gap: 8px;
  color: #384d62;
  font-size: 11px;
  font-weight: 690;
}

#access-form input,
#access-form textarea {
  width: 100%;
  border: 1px solid #d7e1e9;
  border-radius: 9px;
  outline: none;
  color: var(--navy-950);
  background: #fbfcfd;
  font-size: 13px;
  transition: border 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

#access-form input {
  height: 48px;
  padding: 0 13px;
}

#access-form textarea {
  min-height: 110px;
  padding: 13px;
  line-height: 1.5;
  resize: vertical;
}

#access-form input::placeholder,
#access-form textarea::placeholder {
  color: #9aa7b4;
}

#access-form input:focus,
#access-form textarea:focus {
  border-color: var(--blue-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(29, 123, 237, 0.1);
}

.submit-button {
  width: 100%;
  margin-top: 2px;
}

.form-note,
.form-status {
  margin: -7px 0 0;
  color: #8492a0;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.form-status {
  min-height: 15px;
  color: var(--blue-700);
  font-weight: 650;
}

.console-cta {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
  background: var(--wash-blue);
}

.console-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.console-inner .eyebrow {
  margin-bottom: 12px;
}

.console-inner h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(31px, 4vw, 46px);
  letter-spacing: -0.05em;
}

.button-dark {
  flex: 0 0 auto;
  color: #fff;
  background: var(--navy-900);
  box-shadow: 0 12px 28px rgba(12, 37, 66, 0.18);
}

.button-dark:hover {
  background: var(--navy-800);
}

.site-footer {
  padding: 70px 0 25px;
  background: #fff;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 55px;
}

.footer-brand > p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 100px;
}

.footer-links div {
  display: grid;
  gap: 13px;
  min-width: 110px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 12px;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--blue-700);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #8795a3;
  font-size: 10px;
}

.real-product {
  transform: translateX(18px);
}

.real-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 78%;
  height: 78%;
  right: -5%;
  bottom: -10%;
  border-radius: 50%;
  background: rgba(29, 123, 237, 0.18);
  filter: blur(55px);
}

.real-product-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px 14px;
  color: var(--navy-800);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.real-product-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(26, 157, 114, 0.11);
}

.real-product-frame {
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(12, 37, 66, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 32px 85px rgba(12, 37, 66, 0.19), 0 8px 30px rgba(12, 37, 66, 0.08);
}

.real-product-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 11px;
}

.product-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px 0;
  color: #708295;
  font-size: 9px;
  font-weight: 620;
}

.product-caption span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--navy-800);
}

.product-caption i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(29, 123, 237, 0.1);
}

.real-ui-crop {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9e2eb;
  background-color: #edf2f8;
  background-image: url("/admin-dashboard.png?v=20260727-2");
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.real-ui-crop::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(to top, rgba(7, 22, 41, 0.7), transparent);
}

.real-ui-crop > span {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 730;
  letter-spacing: 0.04em;
}

.real-ui-crop > span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 4px rgba(65, 198, 239, 0.15);
}

.crop-overview {
  background-size: 170% auto;
  background-position: 100% 10%;
}

.crop-operations {
  background-size: 245% auto;
  background-position: 0 46%;
}

.crop-actions {
  background-size: 170% auto;
  background-position: 100% 44%;
}

.role-product-shot {
  height: 285px;
  overflow: hidden;
  margin: 34px -6px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px 0 0 0;
  background: #eef2f7;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  transform: rotate(-1deg);
}

.role-product-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
}

@media (max-width: 1050px) {
  .hero {
    padding-top: 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hero-copy {
    max-width: 760px;
    padding-bottom: 20px;
    text-align: center;
    margin-inline: auto;
  }

  .hero-copy .eyebrow,
  .hero-proof {
    justify-content: center;
  }

  h1,
  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .product-stage {
    width: min(760px, calc(100% - 55px));
    margin: 0 auto;
    transform: none;
  }

  .real-product {
    width: min(860px, calc(100% - 30px));
  }

  .trust-row {
    margin-top: 75px;
  }

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

  .workflow-card:last-child {
    grid-column: 1 / -1;
  }

  .access-shell {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .page-shell,
  .nav-shell {
    width: min(100% - 32px, 680px);
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 79px 0 auto;
    display: grid;
    gap: 3px;
    padding: 18px 16px 22px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 35px rgba(12, 37, 66, 0.12);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 200ms ease, opacity 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 13px 14px;
    border-radius: 9px;
  }

  .site-nav .nav-login {
    margin-top: 6px;
    text-align: center;
  }

  .section {
    padding: 88px 0;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0;
  }

  .trust-row div {
    justify-content: flex-start;
    gap: 18px 28px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

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

  .role-card.role-admin {
    grid-row: auto;
    min-height: 670px;
  }

  .access-shell {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .access-copy {
    text-align: center;
  }

  .access-copy .eyebrow {
    justify-content: center;
  }

  .access-copy h2,
  .access-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .access-points {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .console-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 55px;
  }

  .eyebrow {
    font-size: 10px;
  }

  h1 {
    font-size: clamp(45px, 15vw, 62px);
  }

  .hero-lede {
    font-size: 16px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .product-stage {
    width: 100%;
  }

  .real-product {
    width: 100%;
  }

  .real-product-kicker {
    margin-left: 4px;
  }

  .real-product-frame {
    padding: 4px;
    border-radius: 12px;
  }

  .real-product-frame img {
    border-radius: 8px;
  }

  .product-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-left: 5px;
  }

  .dashboard-window {
    border-radius: 13px;
  }

  .dashboard-body {
    height: 340px;
    grid-template-columns: 78px 1fr;
  }

  .dashboard-sidebar {
    padding: 10px 6px;
  }

  .mini-brand {
    margin-bottom: 14px;
    font-size: 6px;
  }

  .mini-brand img {
    width: 20px;
    height: 20px;
  }

  .dashboard-sidebar p {
    margin: 8px 4px 3px;
    font-size: 4px;
  }

  .side-item {
    gap: 4px;
    padding: 5px 4px;
    font-size: 5px;
  }

  .side-icon {
    width: 11px;
    height: 11px;
    font-size: 4px;
  }

  .dashboard-content {
    padding: 16px 11px;
  }

  .dash-heading {
    margin-bottom: 11px;
  }

  .dash-heading strong {
    font-size: 12px;
  }

  .dash-heading button {
    padding: 6px 7px;
    font-size: 5px;
  }

  .dash-metrics {
    gap: 5px;
  }

  .metric-card {
    gap: 5px;
    padding: 8px;
  }

  .metric-card strong {
    font-size: 15px;
  }

  .metric-card small {
    font-size: 4px;
  }

  .dash-lower {
    grid-template-columns: 1fr;
  }

  .presence-card {
    display: none;
  }

  .activity-card {
    padding: 9px;
  }

  .float-family {
    right: -4px;
    top: 64px;
  }

  .float-attendance {
    left: -4px;
    bottom: 28px;
  }

  .floating-card {
    padding: 8px 9px;
  }

  .floating-card strong {
    font-size: 6px;
  }

  .floating-card small {
    font-size: 5px;
  }

  .floating-icon {
    width: 22px;
    height: 22px;
  }

  .avatar-stack span {
    width: 20px;
    height: 20px;
  }

  .trust-row {
    margin-top: 60px;
  }

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

  .workflow-card:last-child {
    grid-column: auto;
  }

  .workflow-card {
    padding: 24px;
  }

  .role-card {
    min-height: 0;
    padding: 27px;
  }

  .role-card.role-admin {
    min-height: 625px;
  }

  .role-product-shot {
    height: 225px;
    margin: 26px -28px 0 6px;
  }

  .contact-card {
    padding: 27px 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .console-inner .button {
    width: 100%;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    gap: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
