:root {
  color-scheme: light;
  --bg: #f6f9fc;
  --ink: #071426;
  --muted: #66758d;
  --line: #dce5f0;
  --soft: #eef4fb;
  --surface: #ffffff;
  --surface-dark: #071426;
  --surface-dark-2: #0d1b31;
  --blue: #1268ff;
  --blue-strong: #0756df;
  --cyan: #1fb8ff;
  --green: #21b07b;
  --shadow: 0 26px 80px rgba(15, 38, 70, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 10%, rgba(18, 104, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 44%, #edf4fb 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.site-header,
.hero-section,
.partner-strip,
.feature-band,
.screen-showcase-section,
.operations-section,
.access-section,
.security-strip,
.pricing-section,
footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 229, 240, 0.78);
  background: rgba(246, 249, 252, 0.88);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(150px, 16vw, 205px);
  height: auto;
  display: block;
}

.main-nav,
.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav {
  justify-content: center;
  gap: 30px;
}

.main-nav a,
.nav-login {
  color: #31405a;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-actions {
  justify-content: flex-end;
}

.primary-link,
.secondary-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-2px);
}

.primary-link {
  background: linear-gradient(180deg, var(--blue), var(--blue-strong));
  border: 1px solid var(--blue-strong);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 104, 255, 0.24);
}

.primary-link.small,
.secondary-link.small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.88rem;
}

.secondary-link {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #a9c7ff;
  color: var(--blue-strong);
}

.secondary-link.dark {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(105, 159, 255, 0.55);
  color: #cfe1ff;
}

.full-width {
  width: 100%;
}

.hero-section {
  min-height: min(690px, calc(100vh - 88px));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 46px;
  align-items: center;
  padding: 46px 0 30px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.panel-kicker {
  width: fit-content;
  margin: 0 0 18px;
  border: 1px solid rgba(18, 104, 255, 0.12);
  border-radius: 6px;
  background: rgba(18, 104, 255, 0.08);
  color: var(--blue-strong);
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.55rem);
  line-height: 0.96;
}

h1 span,
.operations-copy h2 span {
  display: block;
  color: var(--blue);
}

.hero-text {
  max-width: 520px;
  margin: 24px 0 0;
  color: #24324a;
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 34px;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: #5b6880;
  font-size: 0.86rem;
}

.social-proof strong,
.social-proof span {
  display: block;
}

.social-proof strong {
  color: #142033;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-right: -8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b2140, #1268ff);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
}

.product-visual {
  position: relative;
  min-height: 520px;
}

.glow-panel {
  position: absolute;
  inset: 8% 0 10% 14%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 20%, rgba(31, 184, 255, 0.32), transparent 28%),
    radial-gradient(circle at 44% 66%, rgba(18, 104, 255, 0.18), transparent 42%);
  filter: blur(4px);
}

.laptop-frame {
  position: absolute;
  right: 0;
  top: 42px;
  width: min(100%, 690px);
  min-height: 386px;
  display: grid;
  grid-template-columns: 54px 1fr;
  overflow: hidden;
  border: 1px solid rgba(18, 43, 76, 0.12);
  border-radius: 18px;
  background: #0a1729;
  box-shadow: var(--shadow);
  animation: floatPreview 7s ease-in-out infinite;
}

.mock-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 20px;
  background: #06101f;
  padding: 16px 0;
}

.mock-sidebar img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mock-sidebar span {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(125, 170, 255, 0.62);
  border-radius: 4px;
}

.mock-sidebar.compact {
  width: 54px;
}

.mock-screen {
  background: #f7fbff;
  padding: 26px;
}

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

.mock-topbar span,
.activity-card h2,
.chart-card h2 {
  color: #687890;
  font-size: 0.82rem;
}

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

.metric-row article,
.activity-card,
.chart-card {
  border: 1px solid #e1e9f4;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 38, 70, 0.08);
  padding: 16px;
}

.metric-row span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
}

.metric-row strong {
  display: block;
  margin-top: 8px;
  color: #10213b;
  font-size: 1.8rem;
}

.metric-row article:nth-child(1) strong {
  color: var(--green);
}

.metric-row article:nth-child(3) strong {
  color: #df2e38;
}

.mock-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
  margin-top: 14px;
}

.activity-card h2,
.chart-card h2 {
  margin: 0 0 16px;
}

.activity-card p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #edf2f7;
  color: #20314c;
  font-size: 0.83rem;
}

.activity-card p span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d8a56a, #7a4a22);
}

.activity-card p strong {
  margin-left: auto;
  color: #6b7890;
  font-size: 0.76rem;
}

.bars {
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.bars span {
  width: 100%;
  height: var(--h);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #1fb8ff, var(--blue));
}

.phone-frame {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 178px;
  min-height: 300px;
  border: 5px solid #111827;
  border-radius: 28px;
  background: linear-gradient(180deg, #0e1c31, #071426);
  color: #ffffff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  padding: 22px 18px;
  animation: floatPhone 6s ease-in-out infinite;
}

.phone-head span,
.phone-frame p,
.phone-frame small {
  display: block;
  color: #aebcd1;
  font-size: 0.78rem;
}

.phone-head strong {
  display: block;
  font-size: 1rem;
}

.phone-frame p {
  margin: 28px 0 6px;
  color: var(--cyan);
}

.phone-time {
  display: block;
  font-size: 1.72rem;
  line-height: 1;
}

.phone-frame a {
  min-height: 38px;
  display: grid;
  place-items: center;
  margin-top: 20px;
  border-radius: 6px;
  background: var(--blue);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.partner-strip {
  padding: 38px 0 30px;
  text-align: center;
}

.partner-strip p {
  margin: 0 0 20px;
  color: #7c8898;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-strip div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}

.partner-strip span {
  color: #7e8997;
  font-weight: 900;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 70px rgba(15, 38, 70, 0.08);
}

.feature-band article {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
  transition: transform 180ms ease, background 180ms ease;
}

.feature-band article:hover {
  transform: translateY(-4px);
  background: #ffffff;
}

.feature-band article:last-child {
  border-right: 0;
}

.feature-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.feature-band h2 {
  margin: 20px 0 8px;
  font-size: 1.1rem;
}

.feature-band p {
  margin: 0;
  color: #63738a;
  font-size: 0.92rem;
}

.screen-showcase-section {
  padding: 86px 0 10px;
}

.showcase-head {
  max-width: 850px;
  margin-bottom: 28px;
}

.showcase-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
  line-height: 1;
}

.showcase-head p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #607087;
  font-size: 1.02rem;
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.screen-story-card {
  min-width: 0;
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 76px rgba(15, 38, 70, 0.10);
  padding: 24px;
  overflow: hidden;
}

.screen-story-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: center;
}

.screen-story-copy span {
  display: block;
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.screen-story-copy h3 {
  max-width: 470px;
  margin: 10px 0 0;
  color: #10213b;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.02;
}

.screen-story-copy p {
  max-width: 500px;
  margin: 14px 0 0;
  color: #607087;
}

.app-preview {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  overflow: hidden;
  border: 1px solid rgba(18, 43, 76, 0.12);
  border-radius: 16px;
  background: #071426;
  box-shadow: 0 30px 80px rgba(15, 38, 70, 0.20);
}

.preview-sidebar {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  background: #06101f;
  padding: 16px 0;
}

.preview-sidebar img {
  width: 26px;
  height: 26px;
}

.preview-sidebar i {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(125, 170, 255, 0.62);
  border-radius: 4px;
}

.preview-surface {
  min-width: 0;
  background: #f7fbff;
  padding: 22px;
}

.preview-topline,
.manager-head,
.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.preview-topline span,
.manager-head span,
.mobile-top span {
  color: #66758d;
  font-size: 0.82rem;
  font-weight: 800;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.preview-metrics section {
  min-height: 104px;
  border: 1px solid #e1e9f4;
  border-radius: var(--radius);
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(15, 38, 70, 0.08);
}

.preview-metrics small {
  display: block;
  color: #66758d;
  font-size: 0.72rem;
  font-weight: 850;
}

.preview-metrics strong {
  display: block;
  margin-top: 8px;
  color: #10213b;
  font-size: 1.72rem;
}

.preview-metrics em {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.preview-table-chart {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  margin-top: 12px;
}

.preview-table,
.preview-chart {
  border: 1px solid #e1e9f4;
  border-radius: var(--radius);
  background: #ffffff;
  padding: 16px;
}

.preview-table b,
.preview-chart b {
  display: block;
  margin-bottom: 12px;
  color: #10213b;
}

.preview-table p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  border-top: 1px solid #edf2f7;
  padding: 10px 0;
  color: #25364f;
  font-size: 0.86rem;
}

.preview-table p:first-of-type {
  border-top: 0;
}

.preview-table strong {
  color: #64748b;
  font-size: 0.78rem;
}

.dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
}

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

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

.dot.amber {
  background: #d98618;
}

.dot.red {
  background: #d43b46;
}

.mini-bars {
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.mini-bars i {
  width: 100%;
  height: var(--h);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.mobile-preview,
.manager-preview,
.structure-preview {
  border: 1px solid rgba(18, 43, 76, 0.12);
  border-radius: 18px;
  background: #f7fbff;
  box-shadow: 0 24px 66px rgba(15, 38, 70, 0.14);
  padding: 20px;
}

.mobile-preview {
  max-width: 360px;
  min-height: 440px;
  margin-inline: auto;
  background: linear-gradient(180deg, #0e1c31, #071426);
  color: #ffffff;
}

.mobile-top {
  align-items: flex-start;
}

.mobile-top strong {
  max-width: 190px;
  font-size: 1.25rem;
  line-height: 1.08;
}

.mobile-status,
.mobile-shift {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid rgba(125, 170, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 16px;
}

.mobile-status small,
.mobile-shift small {
  color: #9fb1c9;
  font-weight: 850;
}

.mobile-status strong,
.mobile-shift strong {
  color: #ffffff;
  font-size: 1.32rem;
}

.mobile-status button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.mobile-shift span {
  color: #9fb1c9;
}

.bank-rings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.bank-rings span {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 170, 255, 0.25);
  border-radius: 999px;
  color: #9fb1c9;
  font-size: 0.72rem;
  text-align: center;
}

.bank-rings b {
  display: block;
  color: var(--cyan);
  font-size: 1.28rem;
}

.manager-preview {
  display: grid;
  gap: 16px;
}

.manager-list,
.team-routing {
  border: 1px solid #e1e9f4;
  border-radius: var(--radius);
  background: #ffffff;
  padding: 10px;
}

.manager-list {
  display: grid;
  gap: 8px;
}

.manager-list article {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #e7eef7;
  border-radius: 8px;
  background: #f8fbff;
  padding: 12px;
}

.manager-list b,
.manager-list span {
  display: block;
  min-width: 0;
}

.manager-list b {
  color: #10213b;
  font-size: 0.92rem;
}

.manager-list span {
  min-width: 92px;
  border-radius: 999px;
  background: rgba(18, 104, 255, 0.1);
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 9px;
  text-align: center;
}

.mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.mini-calendar i {
  aspect-ratio: 1;
  border: 1px solid #d8e4f1;
  border-radius: 6px;
  background: #ffffff;
}

.mini-calendar i.active {
  background: rgba(18, 104, 255, 0.14);
  border-color: rgba(18, 104, 255, 0.42);
}

.mini-calendar i.off {
  background: rgba(33, 176, 123, 0.14);
  border-color: rgba(33, 176, 123, 0.42);
}

.structure-preview {
  background: #ffffff;
}

.structure-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.structure-node {
  min-height: 126px;
  position: relative;
  border: 1px solid #e1e9f4;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f6faff);
  box-shadow: 0 14px 30px rgba(15, 38, 70, 0.08);
  padding: 16px;
}

.structure-node.lead {
  grid-column: 1 / -1;
  min-height: 108px;
  border-color: rgba(18, 104, 255, 0.28);
  background: linear-gradient(135deg, rgba(18, 104, 255, 0.12), #ffffff);
}

.structure-node small,
.structure-node strong,
.structure-node span {
  display: block;
}

.structure-node small {
  color: var(--blue-strong);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.structure-node strong {
  margin-top: 8px;
  color: #10213b;
  font-size: 1.1rem;
}

.structure-node span {
  margin-top: 8px;
  color: #66758d;
  font-size: 0.84rem;
}

.team-routing {
  display: grid;
  gap: 0;
  margin-top: 14px;
}

.team-routing p {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  border-top: 1px solid #edf2f7;
  padding: 12px 4px;
  color: #25364f;
  font-size: 0.86rem;
}

.team-routing p:first-child {
  border-top: 0;
}

.team-routing b,
.team-routing span {
  display: block;
  min-width: 0;
}

.team-routing span {
  color: #66758d;
}

.operations-section {
  margin-top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1fr);
  gap: 54px;
  align-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 8%, rgba(18, 104, 255, 0.26), transparent 30%),
    linear-gradient(145deg, #071426, #0a1729 56%, #10223c);
  color: #ffffff;
  padding: 56px;
}

.operations-copy h2,
.access-section h2,
.pricing-section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  line-height: 1;
}

.operations-copy p:not(.eyebrow),
.pricing-section p,
.access-section p {
  margin: 20px 0 0;
  color: #c2cce0;
}

.operations-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.operations-copy li {
  position: relative;
  padding-left: 28px;
  color: #eef5ff;
}

.operations-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.22);
}

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

.workflow-grid article {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(125, 170, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 22px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.workflow-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 184, 255, 0.58);
  background: rgba(255, 255, 255, 0.075);
}

.workflow-grid strong {
  color: #ffffff;
  font-size: 1.06rem;
}

.workflow-grid span {
  color: #b9c8de;
}

.timesheet-preview {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  overflow: hidden;
  border: 1px solid rgba(121, 166, 255, 0.26);
  border-radius: 14px;
  background: rgba(8, 21, 39, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.timesheet-card {
  padding: 24px;
}

.timesheet-head {
  margin-bottom: 18px;
}

.timesheet-head span {
  color: #aebbd0;
  font-size: 0.78rem;
}

.timesheet-head button {
  min-height: 34px;
  border: 1px solid rgba(125, 170, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #cfe1ff;
  padding-inline: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

th,
td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 10px;
  text-align: right;
}

th:first-child,
td:first-child {
  text-align: left;
}

th {
  color: #8998ae;
  font-weight: 800;
}

td {
  color: #edf5ff;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 440px);
  gap: 46px;
  align-items: center;
  padding: 86px 0 44px;
}

.access-section h2,
.pricing-section h2 {
  max-width: 760px;
}

.access-section p,
.pricing-section p {
  color: #5f6e83;
  max-width: 640px;
}

.access-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  padding: 14px;
}

.access-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #eef4fb;
}

.access-tab {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #63738a;
  cursor: pointer;
  font-weight: 900;
}

.access-tab.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(15, 38, 70, 0.1);
}

.access-content {
  padding: 24px 8px 8px;
}

.access-content h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.05;
}

.access-content p:not(.panel-kicker) {
  margin: 14px 0 22px;
  color: #63738a;
}

.security-strip {
  min-height: 122px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 28px 42px;
}

.shield {
  width: 54px;
  height: 64px;
  position: relative;
  border: 3px solid var(--blue);
  border-radius: 18px 18px 10px 10px;
  clip-path: polygon(50% 0, 92% 14%, 92% 54%, 50% 100%, 8% 54%, 8% 14%);
}

.shield::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 14px;
  height: 22px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: rotate(42deg);
}

.security-strip strong {
  display: block;
}

.security-strip p {
  margin: 4px 0 0;
  color: #607087;
}

.pricing-section {
  padding: 86px 0 54px;
}

.pricing-head {
  max-width: 860px;
}

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

.pricing-grid article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 60px rgba(15, 38, 70, 0.08);
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 80px rgba(15, 38, 70, 0.14);
}

.pricing-grid span {
  color: var(--blue-strong);
  font-weight: 900;
}

.pricing-grid strong {
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.pricing-grid p {
  margin: 0;
  color: #607087;
}

@keyframes floatPreview {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.demo-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 4%, rgba(18, 104, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 42%, #eaf2fb 100%);
}

.demo-main {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.demo-hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 54px;
  align-items: center;
  padding: 34px 0 72px;
}

.demo-copy {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(31, 184, 255, 0.32), transparent 28%),
    linear-gradient(145deg, #071426, #0a1729 58%, #10223c);
  color: #ffffff;
  padding: clamp(34px, 5vw, 62px);
  box-shadow: var(--shadow);
}

.demo-copy h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 5.4vw, 5.25rem);
}

.demo-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #c8d4e8;
  font-size: 1.08rem;
}

.demo-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.demo-proof article {
  min-height: 128px;
  border: 1px solid rgba(125, 170, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.demo-proof strong,
.demo-proof span {
  display: block;
}

.demo-proof strong {
  color: var(--cyan);
  font-size: 0.82rem;
}

.demo-proof span {
  margin-top: 18px;
  color: #ecf4ff;
  font-weight: 850;
}

.demo-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 28px;
}

.demo-form h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.demo-form p:not(.panel-kicker),
.demo-error,
.demo-success {
  margin: 0;
}

.demo-form p:not(.panel-kicker) {
  margin-top: 12px;
  color: #63738a;
}

.demo-form label {
  display: grid;
  gap: 7px;
  color: #22314a;
  font-size: 0.9rem;
  font-weight: 900;
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

.demo-form textarea {
  resize: vertical;
}

.demo-form input:focus,
.demo-form textarea:focus {
  outline: 3px solid rgba(18, 104, 255, 0.16);
  border-color: #8db7ff;
}

.demo-error {
  color: #b4232d;
  font-weight: 800;
}

.demo-success {
  color: #087a51;
  font-weight: 800;
}

.demo-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

footer {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: #607087;
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

footer a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero-section,
  .operations-section,
  .screen-story-wide,
  .access-section,
  .demo-hero {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 18px;
  }

  .product-visual {
    min-height: 520px;
  }

  .demo-hero {
    gap: 24px;
    padding-top: 12px;
  }

  .demo-copy {
    min-height: auto;
  }

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

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

  .preview-metrics,
  .structure-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band article:nth-child(2) {
    border-right: 0;
  }

  .feature-band article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 132px;
  }

  .site-header {
    min-height: auto;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .brand img {
    width: clamp(132px, 42vw, 160px);
  }

  .nav-actions,
  .hero-actions {
    width: 100%;
    display: grid;
  }

  .nav-actions {
    grid-template-columns: 0.72fr 1fr 1fr;
    gap: 8px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .nav-actions a {
    width: auto;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

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

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
  }

  .hero-section {
    gap: 28px;
  }

  .product-visual {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .glow-panel {
    display: none;
  }

  .laptop-frame,
  .phone-frame {
    position: relative;
    inset: auto;
  }

  .laptop-frame {
    width: 100%;
  }

  .phone-frame {
    width: min(260px, 78vw);
    justify-self: center;
  }

  .laptop-frame,
  .timesheet-preview {
    grid-template-columns: 42px 1fr;
  }

  .mock-sidebar {
    gap: 14px;
  }

  .mock-screen,
  .timesheet-card {
    padding: 16px;
  }

  .metric-row,
  .mock-grid,
  .screen-story-grid,
  .preview-table-chart,
  .feature-band,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .screen-showcase-section {
    padding-top: 56px;
  }

  .screen-story-card {
    padding: 18px;
  }

  .app-preview {
    grid-template-columns: 42px 1fr;
  }

  .preview-surface {
    padding: 16px;
  }

  .preview-metrics,
  .structure-chart,
  .team-routing p {
    grid-template-columns: 1fr;
  }

  .mobile-preview {
    max-width: 100%;
  }

  .feature-band article,
  .feature-band article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-band article:last-child {
    border-bottom: 0;
  }

  .operations-section {
    margin-top: 46px;
    padding: 28px 18px;
  }

  .timesheet-preview {
    overflow-x: auto;
  }

  .timesheet-card {
    min-width: 620px;
  }

  .access-section {
    padding: 56px 0 28px;
  }

  .security-strip {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .demo-proof {
    grid-template-columns: 1fr;
  }

  .demo-form {
    padding: 22px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }
}
