@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --ink: #102a2a;
  --ink-soft: #496360;
  --ink-muted: #738986;
  --green-950: #063f3a;
  --green-900: #0b554c;
  --green-800: #10685c;
  --green-700: #19816f;
  --green-500: #2eaa8b;
  --green-300: #75d7bc;
  --green-100: #ddf5ec;
  --green-50: #f2fbf7;
  --cream: #fbfaf5;
  --sand: #f4f1e8;
  --line: #e2e9e5;
  --white: #fff;
  --purple: #7c6ee6;
  --orange: #f3a857;
  --blue: #5d99e9;
  --rose: #e7798d;
  --shadow-sm: 0 8px 22px rgba(24, 71, 65, 0.07);
  --shadow-md: 0 18px 50px rgba(20, 70, 64, 0.12);
  --shadow-lg: 0 32px 80px rgba(17, 69, 63, 0.16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --max: 1180px;
  --heading: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

img,
svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.section-shell {
  position: relative;
  overflow: hidden;
}

.section-kicker,
.eyebrow {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading);
}

h2 {
  color: var(--ink);
  font-size: clamp(36px, 4.1vw, 55px);
  letter-spacing: -0.065em;
  line-height: 1.06;
}

.section-heading {
  max-width: 660px;
}

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

.section-heading .section-kicker,
.modules-intro .section-kicker,
.industries-copy .section-kicker,
.faq-intro .section-kicker,
.contact-copy .section-kicker {
  display: block;
  margin-bottom: 18px;
}

.section-heading p {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid var(--green-900);
  border-radius: 100px;
  background: var(--green-900);
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: 180ms ease;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.button:hover {
  border-color: var(--green-700);
  background: var(--green-700);
  box-shadow: 0 11px 24px rgba(25, 129, 111, 0.2);
  transform: translateY(-2px);
}

.button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}

.button-sm {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 245, 0.88);
  backdrop-filter: blur(16px);
  transition: 200ms ease;
}

.site-header.scrolled {
  border-color: rgba(207, 220, 215, 0.7);
  box-shadow: 0 8px 25px rgba(18, 58, 55, 0.05);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-950);
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.065em;
}

.logo > span:last-child > span,
.product-brand b span {
  color: var(--green-500);
}

.logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 9px;
  background: var(--green-900);
  transform: rotate(-12deg);
}

.logo-mark span {
  display: block;
  width: 5px;
  border-radius: 100px;
  background: var(--white);
  transform: rotate(12deg);
}

.logo-mark span:nth-child(1) {
  height: 10px;
  margin-top: 7px;
}

.logo-mark span:nth-child(2) {
  height: 17px;
}

.logo-mark span:nth-child(3) {
  height: 12px;
  margin-top: -5px;
  background: var(--green-300);
}

.logo-mark.small {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 7px;
}

.logo-mark.small span {
  width: 4px;
}

.logo-mark.small span:nth-child(1) {
  height: 8px;
}

.logo-mark.small span:nth-child(2) {
  height: 14px;
}

.logo-mark.small span:nth-child(3) {
  height: 10px;
}

.main-nav,
.nav-actions {
  display: flex;
  align-items: center;
}

.main-nav {
  gap: 27px;
}

.main-nav > a:not(.button),
.nav-login {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  transition: color 160ms ease;
}

.main-nav > a:not(.button):hover,
.nav-login:hover {
  color: var(--green-700);
}

.nav-actions {
  gap: 19px;
  margin-left: 6px;
}

.mobile-menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--green-900);
}

.mobile-menu-btn svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.hero {
  padding: 75px 0 90px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
  filter: blur(2px);
}

.hero-glow-one {
  top: 4%;
  right: -13%;
  width: 610px;
  height: 610px;
  background: radial-gradient(circle, rgba(162, 229, 210, 0.45), rgba(162, 229, 210, 0));
}

.hero-glow-two {
  bottom: -20%;
  left: -13%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(238, 214, 159, 0.2), rgba(238, 214, 159, 0));
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 45px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(46, 170, 139, 0.25);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 4px rgba(46, 170, 139, 0.14);
}

.eyebrow svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

h1 {
  margin-top: 23px;
  color: var(--green-950);
  font-size: clamp(50px, 5.2vw, 73px);
  letter-spacing: -0.085em;
  line-height: 0.99;
}

h1 span {
  display: block;
  color: var(--green-500);
}

.hero-text {
  max-width: 540px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.play {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--green-700);
  transition: 180ms ease;
}

.button-link:hover .play {
  border-color: var(--green-300);
  box-shadow: var(--shadow-sm);
  transform: scale(1.06);
}

.play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 39px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-left: -8px;
  place-items: center;
  border: 2px solid var(--cream);
  border-radius: 50%;
  background: #f4c3af;
  color: #743b38;
  font-size: 8px;
  font-weight: 700;
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background: #c8dce6;
  color: #315b6d;
}

.avatar-stack span:nth-child(3) {
  background: #d2ceb1;
  color: #5f5a33;
}

.avatar-stack span:nth-child(4) {
  background: var(--green-100);
  color: var(--green-700);
}

.stars {
  color: #efa54f;
  font-size: 13px;
  letter-spacing: 2px;
}

.hero-proof {
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-note p {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.dashboard-window {
  overflow: hidden;
  border: 1px solid rgba(215, 227, 224, 0.9);
  border-radius: 19px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.hero-dashboard {
  display: grid;
  grid-template-columns: 60px 1fr;
  min-height: 475px;
  transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
}

.app-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 16px 10px;
  background: var(--green-950);
}

.app-logo {
  margin-bottom: 12px;
}

.side-pill {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.5);
}

.side-pill.active {
  background: rgba(255, 255, 255, 0.14);
  color: var(--green-300);
}

.side-pill svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.app-main {
  min-width: 0;
  padding: 20px;
  background: #f9fbfa;
}

.app-topbar,
.app-top-actions,
.metric-grid,
.panel-title,
.activity,
.person-card,
.payroll-widget > div:first-child,
.insight-heading {
  display: flex;
  align-items: center;
}

.app-topbar {
  justify-content: space-between;
  margin-bottom: 18px;
}

.tiny-label {
  color: var(--ink-muted);
  font-size: 9px;
}

.app-topbar h3 {
  margin-top: 4px;
  font-size: 17px;
  letter-spacing: -0.04em;
}

.app-top-actions {
  gap: 10px;
}

.app-top-actions span {
  position: relative;
  color: #859694;
}

.app-top-actions svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.app-top-actions i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  border: 1px solid white;
  border-radius: 50%;
  background: var(--rose);
}

.app-top-actions b {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #d7eee7;
  color: var(--green-700);
  font-size: 8px;
}

.metric-grid {
  gap: 10px;
}

.metric-grid article {
  flex: 1;
  min-width: 0;
  padding: 13px;
  border: 1px solid #ebf0ee;
  border-radius: 11px;
  background: var(--white);
}

.metric-icon,
.module-icon {
  display: grid;
  place-items: center;
  border-radius: 9px;
}

.metric-icon {
  width: 27px;
  height: 27px;
  margin-bottom: 15px;
}

.metric-icon svg,
.module-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.green {
  background: #e0f5ed;
  color: var(--green-700);
}

.violet,
.purple {
  background: #eeebff;
  color: var(--purple);
}

.orange {
  background: #fff1df;
  color: #cf7c22;
}

.blue {
  background: #eaf2ff;
  color: var(--blue);
}

.rose {
  background: #fdebef;
  color: var(--rose);
}

.teal {
  background: #e1f5f6;
  color: #3f9da2;
}

.metric-grid article > span {
  display: block;
  color: var(--ink-muted);
  font-size: 9px;
}

.metric-grid strong {
  display: block;
  margin-top: 4px;
  font-family: var(--heading);
  font-size: 22px;
  letter-spacing: -0.06em;
}

.metric-grid small {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  color: var(--ink-muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-grid em {
  color: var(--green-500);
  font-style: normal;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: 10px;
  margin-top: 10px;
}

.chart-panel,
.activity-panel {
  padding: 13px;
  border: 1px solid #ebf0ee;
  border-radius: 11px;
  background: var(--white);
}

.panel-title {
  justify-content: space-between;
}

.panel-title h4 {
  font-size: 11px;
  letter-spacing: -0.02em;
}

.panel-title span {
  display: block;
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 8px;
}

.panel-title b {
  display: flex;
  gap: 2px;
  color: var(--ink-muted);
  font-size: 8px;
}

.panel-title svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.chart-wrap {
  display: grid;
  grid-template-columns: 25px 1fr;
  margin-top: 16px;
}

.chart-y,
.chart-area {
  position: relative;
  height: 155px;
}

.chart-y {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 13px;
  color: #a4b2af;
  font-size: 7px;
}

.chart-area i {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px dashed #e9efed;
}

.chart-area i:nth-child(1) { top: 0; }
.chart-area i:nth-child(2) { top: 30%; }
.chart-area i:nth-child(3) { top: 60%; }
.chart-area i:nth-child(4) { top: 90%; }

.chart-area > svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
}

.area {
  fill: url(#areaFade);
}

.line {
  fill: none;
  stroke: var(--green-500);
  stroke-width: 4px;
}

.chart-days,
.insight-days {
  display: flex;
  justify-content: space-between;
  color: #a4b2af;
  font-size: 7px;
}

.chart-days {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.activity {
  gap: 7px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f1;
}

.activity:last-child {
  border-bottom: 0;
}

.avatar {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-size: 6px;
}

.coral {
  background: #fae0d4;
  color: #9d584b;
}

.mint {
  background: #dff4ed;
  color: var(--green-700);
}

.activity strong,
.activity span {
  display: block;
  line-height: 1.5;
}

.activity strong {
  font-size: 8px;
}

.activity span {
  color: var(--ink-muted);
  font-size: 7px;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(218, 232, 228, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(7px);
}

.floating-card b,
.floating-card small {
  display: block;
}

.floating-card b {
  font-size: 10px;
}

.floating-card small {
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 8px;
}

.floating-payroll {
  bottom: -28px;
  left: -25px;
}

.floating-attendance {
  top: 82px;
  right: -25px;
}

.floating-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
}

.floating-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.6;
}

.attendance-ring {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green-500) 0 96%, var(--green-100) 96% 100%);
}

.attendance-ring::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.attendance-ring span {
  position: absolute;
  color: var(--green-900);
  font-size: 7px;
  font-weight: 700;
}

.trust-strip {
  border-top: 1px solid rgba(220, 228, 224, 0.75);
  border-bottom: 1px solid rgba(220, 228, 224, 0.75);
  background: rgba(255, 255, 255, 0.5);
}

.trust-strip .container {
  display: grid;
  align-items: center;
  grid-template-columns: 190px 1fr;
  gap: 46px;
  padding: 27px 0;
}

.trust-strip p {
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #82928f;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-row span {
  display: grid;
  gap: 2px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.proof-row strong {
  color: var(--green-800);
  font-family: var(--heading);
  font-size: 22px;
  letter-spacing: -0.07em;
}

.proof-row small {
  color: var(--ink-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-row span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-row small {
  color: #a0aaa9;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.logo-shape {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #a5afad;
  border-radius: 7px;
  color: #8f9d9a;
  font-size: 10px;
  font-style: normal;
}

.logo-shape.cross,
.logo-shape.circle {
  border-radius: 50%;
}

.logo-shape.hex {
  border-radius: 3px 8px;
}

.logo-shape.bars {
  border: 0;
  letter-spacing: -4px;
}

.features {
  background: var(--white);
}

.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 31px;
  border: 1px solid #edf1ef;
  border-radius: var(--radius-md);
  background: #f8fbfa;
}

.feature-large {
  grid-row: span 2;
  min-height: 715px;
  background: #f5fbf8;
}

.feature-num {
  display: block;
  color: var(--green-500);
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.feature-copy h3 {
  max-width: 520px;
  margin-top: 12px;
  font-size: 28px;
  letter-spacing: -0.06em;
  line-height: 1.12;
}

.feature-copy p {
  max-width: 540px;
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.feature-copy .text-link {
  margin-top: 18px;
}

.employee-card-stack {
  position: absolute;
  right: 27px;
  bottom: 23px;
  left: 27px;
  height: 353px;
}

.person-card {
  position: absolute;
  border: 1px solid #e7eeeb;
  border-radius: 15px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.card-back,
.card-mid {
  gap: 9px;
  width: 82%;
  padding: 13px;
}

.card-back {
  top: 5px;
  left: 8%;
  opacity: 0.52;
  transform: scale(0.92);
}

.card-mid {
  top: 61px;
  left: 3%;
  opacity: 0.72;
  transform: scale(0.96);
}

.fake-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d6eee7;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
}

.fake-avatar.pale {
  background: #e4eee9;
}

.fake-avatar.pale-two {
  background: #e9e2f6;
}

.card-back b,
.card-mid b {
  display: block;
  font-size: 11px;
}

.card-back small,
.card-mid small {
  color: var(--ink-muted);
  font-size: 9px;
}

.card-front {
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px;
  box-shadow: 0 22px 38px rgba(22, 85, 74, 0.12);
}

.person-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portrait {
  width: 47px;
  height: 47px;
  font-size: 14px;
}

.person-card-top span {
  padding: 5px 8px;
  border-radius: 100px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card-front h4 {
  margin-top: 12px;
  font-size: 17px;
}

.card-front > small {
  color: var(--ink-muted);
  font-size: 11px;
}

.person-meta {
  display: flex;
  gap: 34px;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #edf1ef;
}

.person-meta span {
  color: var(--ink-soft);
  font-size: 9px;
}

.person-meta b {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-muted);
  font-size: 7px;
  letter-spacing: 0.08em;
}

.profile-bar,
.payroll-progress {
  overflow: hidden;
  height: 4px;
  border-radius: 100px;
  background: var(--green-100);
}

.profile-bar {
  margin-top: 22px;
}

.profile-bar i,
.payroll-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green-500);
}

.profile-bar i {
  width: 92%;
}

.card-front p {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: var(--ink-muted);
  font-size: 9px;
}

.card-front p b {
  color: var(--green-700);
}

.payroll-widget,
.insight-widget {
  position: absolute;
  right: 27px;
  bottom: 24px;
  left: 27px;
  padding: 16px;
  border-radius: 13px;
}

.payroll-widget {
  border: 1px solid #e7eeeb;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.payroll-widget > div:first-child {
  justify-content: space-between;
}

.payroll-widget span,
.payroll-widget small {
  color: var(--ink-muted);
  font-size: 10px;
}

.payroll-widget b {
  font-family: var(--heading);
  font-size: 17px;
  letter-spacing: -0.05em;
}

.paid-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 14px 0;
  color: var(--green-700) !important;
  font-weight: 700;
}

.paid-badge svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

.payroll-progress {
  margin-bottom: 7px;
}

.payroll-progress i {
  width: 100%;
}

.feature-dark {
  border: 0;
  background: var(--green-950);
  color: var(--white);
}

.feature-dark .feature-num,
.feature-dark .feature-copy p {
  color: var(--green-300);
}

.insight-widget {
  background: rgba(255, 255, 255, 0.07);
}

.insight-heading {
  justify-content: space-between;
}

.insight-heading span {
  color: var(--green-100);
  font-size: 10px;
}

.insight-heading b {
  color: var(--green-300);
  font-size: 14px;
}

.insight-widget svg {
  width: 100%;
  height: 105px;
  margin-top: 10px;
}

.dark-area {
  fill: url(#darkArea);
}

.dark-line {
  fill: none;
  stroke: var(--green-300);
  stroke-width: 3px;
}

.insight-days {
  color: rgba(255, 255, 255, 0.45);
}

.modules {
  background: #f2f7f4;
}

.verified-attendance {
  overflow: hidden;
  background: var(--green-950);
}

.attendance-showcase {
  display: grid;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 85px;
}

.attendance-copy .section-kicker {
  color: var(--green-300);
}

.attendance-copy h2 {
  margin-top: 18px;
  color: var(--white);
}

.attendance-copy > p {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.verification-points {
  margin-top: 27px;
}

.verification-points article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.verification-points article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.verification-points span {
  color: var(--green-300);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 800;
}

.verification-points h3 {
  color: var(--white);
  font-size: 15px;
}

.verification-points p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.6;
}

.verification-visual {
  position: relative;
  min-height: 560px;
}

.phone-shell {
  position: absolute;
  top: 0;
  left: 50%;
  width: 286px;
  height: 560px;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 35px;
  background: #122f30;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}

.phone-notch {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 50%;
  width: 82px;
  height: 17px;
  border-radius: 100px;
  background: #122f30;
  transform: translateX(-50%);
}

.phone-screen {
  overflow: hidden;
  height: 100%;
  padding: 19px 14px;
  border-radius: 25px;
  background: linear-gradient(160deg, #eefaf6 0%, #d8f2e9 100%);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  color: var(--green-900);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
}

.checkin-card {
  margin-top: 34px;
  text-align: center;
}

.phone-kicker {
  color: var(--green-700);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkin-card h3 {
  margin-top: 10px;
  color: var(--green-950);
  font-size: 21px;
  letter-spacing: -0.06em;
  line-height: 1.1;
}

.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  padding: 7px 9px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--green-700);
  font-size: 8px;
  font-weight: 700;
}

.location-pill svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.5;
}

.checkin-card button {
  display: grid;
  width: 150px;
  height: 150px;
  margin: 28px auto 0;
  place-items: center;
  border: 12px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 18px 33px rgba(17, 104, 92, 0.24);
  color: var(--white);
}

.checkin-card button i {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  border: 2px solid var(--green-300);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(117, 215, 188, 0.14);
}

.checkin-card button strong,
.checkin-card button small {
  display: block;
}

.checkin-card button strong {
  margin-top: -5px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.checkin-card button small {
  margin-top: -16px;
  color: var(--green-300);
  font-size: 8px;
}

.phone-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 36px;
}

.phone-status span {
  padding: 10px 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.phone-status b,
.phone-status small {
  display: block;
}

.phone-status b {
  color: var(--green-800);
  font-size: 9px;
}

.phone-status small {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 7px;
}

.verify-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
}

.verify-card > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
}

.verify-card svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.verify-card b,
.verify-card small {
  display: block;
}

.verify-card b {
  color: var(--ink);
  font-size: 10px;
}

.verify-card small {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 8px;
}

.verify-one {
  top: 101px;
  right: -8px;
}

.verify-two {
  bottom: 131px;
  left: -18px;
}

.verify-three {
  right: 15px;
  bottom: 36px;
}

.modules-grid,
.industries-grid,
.faq-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
}

.modules-intro {
  align-self: center;
}

.modules-intro h2 span {
  color: var(--green-500);
}

.modules-intro p,
.industries-copy > p,
.faq-intro p,
.contact-copy > p {
  margin-top: 19px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.modules-intro .button {
  margin-top: 27px;
}

.module-list article {
  display: grid;
  align-items: center;
  grid-template-columns: 49px 1fr 22px;
  gap: 16px;
  padding: 18px 5px;
  border-bottom: 1px solid #dfe9e5;
  transition: 180ms ease;
}

.module-list article:first-child {
  border-top: 1px solid #dfe9e5;
}

.module-list article:hover {
  padding-right: 0;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.44);
}

.module-icon {
  width: 45px;
  height: 45px;
}

.module-icon svg {
  width: 20px;
  height: 20px;
}

.module-list h3 {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.module-list p {
  margin-top: 5px;
  color: var(--ink-muted);
  font-size: 12px;
}

.module-arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #a6b6b2;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.product {
  overflow: hidden;
  background: var(--white);
}

.connect {
  background: #f2f7f4;
}

.ecosystem-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto 34px;
  padding: 18px;
  border: 1px solid #dfe9e5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
}

.ecosystem-flow span {
  min-width: 135px;
  color: var(--green-800);
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ecosystem-flow small {
  display: block;
  margin-top: 5px;
  color: var(--ink-muted);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
}

.ecosystem-flow i {
  width: 40px;
  height: 1px;
  margin: 0 7px;
  background: var(--green-300);
}

.ecosystem-flow i::after {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  margin-left: auto;
  border-top: 1px solid var(--green-500);
  border-right: 1px solid var(--green-500);
  content: "";
  transform: rotate(45deg);
}

.connection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.connection-grid article {
  padding: 22px;
  border: 1px solid #e0e9e6;
  border-radius: 13px;
  background: var(--white);
}

.connection-grid h3 {
  margin-top: 19px;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.connection-grid p {
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.connection-grid small {
  display: block;
  margin-top: 19px;
  color: var(--green-700);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.product-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
}

.product-tab {
  padding: 11px 15px;
  border: 1px solid #e7eeeb;
  border-radius: 100px;
  background: var(--white);
  color: var(--ink-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: 180ms ease;
}

.product-tab:hover,
.product-tab.active {
  border-color: var(--green-900);
  background: var(--green-900);
  color: var(--white);
}

.product-stage {
  overflow: hidden;
  max-width: 1030px;
  min-height: 596px;
  margin: 0 auto;
  border: 1px solid #dae5e1;
  border-radius: 18px;
  background: #f6f9f8;
  box-shadow: var(--shadow-lg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 43px;
  padding: 0 16px;
  border-bottom: 1px solid #e1e9e6;
  background: #f8faf9;
}

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

.browser-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2a59d;
}

.browser-dots i:nth-child(2) {
  background: #e9cb83;
}

.browser-dots i:nth-child(3) {
  background: #9bd5ba;
}

.browser-address {
  flex: 1;
  max-width: 400px;
  padding: 6px 13px;
  border-radius: 100px;
  background: #edf2f0;
  color: #9aaba7;
  font-size: 9px;
}

.browser-menu {
  margin-left: auto;
  color: #a0afac;
  font-size: 12px;
  letter-spacing: 2px;
}

.product-screen {
  display: none;
}

.product-screen.active {
  display: grid;
}

.product-screen[data-screen="workforce"] {
  min-height: 551px;
  grid-template-columns: 174px 1fr;
}

.product-side {
  padding: 21px 15px;
  background: var(--green-950);
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 14px;
  letter-spacing: -0.05em;
}

.product-side p {
  margin: 20px 0 8px 8px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.product-side a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  padding: 9px 8px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.product-side a.active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--green-300);
}

.product-side svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-content {
  min-width: 0;
  padding: 23px;
}

.screen-header,
.screen-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.screen-header span,
.screen-card-title span {
  display: block;
  color: var(--ink-muted);
  font-size: 9px;
}

.screen-header h3 {
  margin-top: 5px;
  font-size: 23px;
  letter-spacing: -0.06em;
}

.screen-header button {
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: var(--green-900);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
}

.screen-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.screen-stat-grid article {
  display: flex;
  gap: 9px;
  min-width: 0;
  padding: 13px 11px;
  border: 1px solid #e7eeec;
  border-radius: 8px;
  background: var(--white);
}

.screen-stat-grid article > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-700);
}

.screen-stat-grid article > span svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.screen-stat-grid small,
.screen-stat-grid em,
.screen-stat-grid i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.screen-stat-grid small {
  color: var(--ink-muted);
  font-size: 8px;
}

.screen-stat-grid strong {
  display: block;
  margin-top: 3px;
  font-family: var(--heading);
  font-size: 17px;
  letter-spacing: -0.05em;
}

.screen-stat-grid em,
.screen-stat-grid i {
  margin-top: 3px;
  color: var(--green-500);
  font-size: 7px;
  font-style: normal;
}

.screen-stat-grid i {
  color: #d88b3b;
}

.screen-main-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.75fr;
  gap: 10px;
  margin-top: 10px;
}

.screen-chart,
.department-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid #e7eeec;
  border-radius: 9px;
  background: var(--white);
}

.screen-card-title h4 {
  font-size: 12px;
  letter-spacing: -0.03em;
}

.screen-card-title span {
  margin-top: 4px;
  font-size: 8px;
}

.screen-card-title b {
  color: var(--ink-muted);
  font-size: 8px;
}

.bar-chart {
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 18px;
  height: 245px;
  padding: 22px 10px 0;
  border-bottom: 1px solid #e8eeec;
  background: repeating-linear-gradient(to bottom, transparent 0 60px, #edf2f0 61px 62px);
}

.bar-chart div {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: end;
  flex-direction: column;
  width: 33px;
  gap: 9px;
}

.bar-chart i {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, var(--green-700), var(--green-300));
}

.bar-chart span {
  color: var(--ink-muted);
  font-size: 8px;
}

.donut {
  display: grid;
  width: 145px;
  height: 145px;
  margin: 35px auto 21px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green-700) 0 42%, var(--green-300) 42% 70%, #cbeadf 70% 88%, #ebf2ef 88% 100%);
}

.donut::before {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.donut span {
  position: absolute;
  text-align: center;
}

.donut b,
.donut small {
  display: block;
}

.donut b {
  font-family: var(--heading);
  font-size: 21px;
  letter-spacing: -0.07em;
}

.donut small {
  margin-top: 2px;
  color: var(--ink-muted);
  font-size: 8px;
}

.donut-legend span {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: var(--ink-muted);
  font-size: 8px;
}

.donut-legend i {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green-700);
}

.donut-legend span:nth-child(2) i { background: var(--green-300); }
.donut-legend span:nth-child(3) i { background: #cbeadf; }
.donut-legend b { margin-left: auto; color: var(--ink); }

.alt-screen {
  align-items: center;
  min-height: 551px;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  padding: 62px;
  background: #f4f8f6;
}

.alt-copy h3 {
  margin-top: 20px;
  font-size: 32px;
  letter-spacing: -0.06em;
}

.alt-copy p {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.alt-preview {
  padding: 24px;
  border: 1px solid #e0e8e5;
  border-radius: 13px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.preview-label,
.payroll-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-label {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 700;
}

.preview-label b {
  color: var(--green-700);
}

.attendance-bars {
  display: flex;
  align-items: end;
  justify-content: space-around;
  height: 245px;
  margin-top: 24px;
  padding: 20px;
  border-bottom: 1px solid #e5ece9;
  background: repeating-linear-gradient(to bottom, transparent 0 60px, #edf2f0 61px 62px);
}

.attendance-bars i {
  width: 24px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to top, var(--green-700), var(--green-300));
}

.payroll-row {
  padding: 25px 0;
  border-bottom: 1px solid #e6ecea;
  color: var(--ink-muted);
  font-size: 13px;
}

.payroll-row b {
  color: var(--ink);
  font-family: var(--heading);
}

.payroll-row.total {
  border: 0;
  color: var(--ink);
  font-weight: 700;
}

.payroll-row.total b {
  color: var(--green-700);
  font-size: 20px;
}

.industries {
  background: var(--sand);
}

.industries-grid {
  align-items: center;
  grid-template-columns: 0.92fr 1.08fr;
}

.industry-photo {
  position: relative;
}

.industry-photo img {
  width: 100%;
  min-height: 575px;
  border-radius: 18px;
  object-fit: cover;
  object-position: 42% center;
  box-shadow: var(--shadow-md);
}

.photo-badge {
  position: absolute;
  right: -24px;
  bottom: 27px;
  min-width: 150px;
  padding: 17px;
  border-radius: 12px;
  background: var(--green-900);
  box-shadow: var(--shadow-md);
  color: var(--white);
}

.photo-badge strong,
.photo-badge span {
  display: block;
}

.photo-badge strong {
  font-family: var(--heading);
  font-size: 30px;
  letter-spacing: -0.08em;
}

.photo-badge span {
  margin-top: 4px;
  color: var(--green-300);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industries-copy {
  padding-left: 15px;
}

.industry-list {
  margin-top: 29px;
}

.industry-list article {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(205, 212, 202, 0.78);
}

.industry-list a article {
  grid-template-columns: 35px 1fr 18px;
  transition: padding 180ms ease, background 180ms ease;
}

.industry-list a:hover article {
  padding-right: 8px;
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.34);
}

.industry-list article > b {
  align-self: center;
  color: var(--green-700);
  font-size: 16px;
}

.industry-list article:first-child {
  border-top: 1px solid rgba(205, 212, 202, 0.78);
}

.industry-list span {
  color: var(--green-500);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 800;
}

.industry-list h3 {
  font-size: 17px;
  letter-spacing: -0.03em;
}

.industry-list p {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.impact {
  position: relative;
  overflow: hidden;
  padding: 105px 0 99px;
  background: var(--green-950);
}

.impact::before,
.impact::after {
  position: absolute;
  border: 1px solid rgba(117, 215, 188, 0.1);
  border-radius: 50%;
  content: "";
}

.impact::before {
  top: -350px;
  left: -160px;
  width: 600px;
  height: 600px;
}

.impact::after {
  right: -220px;
  bottom: -420px;
  width: 650px;
  height: 650px;
}

.section-heading.light {
  position: relative;
  z-index: 1;
}

.section-heading.light h2 {
  color: var(--white);
}

.section-heading.light .section-kicker {
  color: var(--green-300);
}

.impact-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 72px;
}

.impact-stats article {
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.impact-stats article:last-child {
  border-right: 0;
}

.impact-stats strong {
  color: var(--green-300);
  font-family: var(--heading);
  font-size: 59px;
  letter-spacing: -0.09em;
}

.impact-stats strong span {
  font-size: 30px;
}

.impact-stats p {
  max-width: 155px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.6;
}

.why {
  background: var(--white);
}

.implementation {
  background: var(--white);
}

.implementation-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid #e2eae7;
  border-radius: 15px;
  background: #fbfcfb;
}

.implementation-steps article {
  position: relative;
  min-height: 210px;
  padding: 23px 18px;
  border-right: 1px solid #e2eae7;
}

.implementation-steps article:last-child {
  border-right: 0;
}

.implementation-steps span {
  color: var(--green-500);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 800;
}

.implementation-steps h3 {
  margin-top: 34px;
  font-size: 15px;
  letter-spacing: -0.04em;
}

.implementation-steps p {
  margin-top: 8px;
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.65;
}

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

.why-grid article {
  padding: 32px;
  border: 1px solid #e7eeeb;
  border-radius: 15px;
  background: #fbfcfb;
}

.why-grid span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 11px;
  background: var(--green-100);
  color: var(--green-700);
}

.why-grid svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.why-grid h3 {
  margin-top: 22px;
  font-size: 18px;
  letter-spacing: -0.045em;
}

.why-grid p {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.faq {
  background: #f5f8f6;
}

.faq-grid {
  grid-template-columns: 0.75fr 1.25fr;
}

.faq-intro .text-link {
  margin-top: 11px;
}

.faq-item {
  border-bottom: 1px solid #dde6e3;
}

.faq-item:first-child {
  border-top: 1px solid #dde6e3;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.faq-item button span {
  padding-right: 20px;
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 700;
}

.faq-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 260ms ease;
}

.faq-answer p {
  max-width: 700px;
  padding: 0 0 20px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.faq-item.open svg {
  transform: rotate(180deg);
}

.contact {
  padding: 110px 0;
  background: #dff3ed;
}

.contact-grid {
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
}

.contact-copy h2 {
  max-width: 430px;
}

.contact-copy ul {
  display: grid;
  gap: 11px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.contact-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.contact-copy li svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 2.5;
}

.contact-side-note {
  display: grid;
  gap: 7px;
  margin-top: 37px;
  color: var(--ink-muted);
  font-size: 12px;
}

.contact-side-note a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 700;
}

.contact-side-note svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-form {
  padding: 28px;
  border: 1px solid rgba(213, 228, 224, 0.85);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.form-heading h3 {
  font-size: 23px;
  letter-spacing: -0.06em;
}

.form-heading p {
  margin-top: 5px;
  color: var(--ink-muted);
  font-size: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 22px;
}

.contact-form label span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dce5e2;
  border-radius: 7px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 43px;
  padding: 0 11px;
}

.contact-form textarea {
  min-height: 78px;
  padding: 11px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(46, 170, 139, 0.12);
}

.contact-form ::placeholder {
  color: #a5b1af;
}

.message-label {
  display: block;
  margin-top: 13px;
}

.form-submit {
  width: 100%;
  margin-top: 15px;
}

.form-disclaimer {
  margin-top: 11px;
  color: var(--ink-muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.form-status {
  display: none;
  margin-top: 12px;
  padding: 10px;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.form-status.visible {
  display: block;
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.industry-page {
  background: var(--cream);
}

.industry-page-hero {
  padding: 110px 0 100px;
  background: linear-gradient(145deg, var(--cream) 0%, #eff9f5 100%);
}

.industry-page-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 65px;
}

.industry-page-hero h1 {
  max-width: 700px;
}

.industry-page-hero p {
  max-width: 660px;
  margin-top: 21px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.industry-page-hero .text-link {
  align-self: center;
}

.industry-proof-card {
  padding: 31px;
  border: 1px solid #dbe8e3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.industry-proof-card > span {
  color: var(--green-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.industry-proof-card h2 {
  margin-top: 13px;
  font-size: 30px;
}

.industry-proof-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.industry-proof-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.industry-proof-card svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--green-700);
  stroke-linecap: round;
  stroke-width: 2.5;
}

.sector-needs {
  background: var(--white);
}

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

.sector-grid article {
  padding: 26px;
  border: 1px solid #e5ece9;
  border-radius: 14px;
  background: #fbfcfb;
}

.sector-grid span {
  color: var(--green-500);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 800;
}

.sector-grid h3 {
  margin-top: 25px;
  font-size: 19px;
  letter-spacing: -0.05em;
}

.sector-grid p {
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.industry-process {
  padding: 78px 0;
  background: var(--green-950);
}

.industry-process-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.industry-process h2 {
  max-width: 540px;
  margin-top: 16px;
  color: var(--white);
}

.industry-process .section-kicker {
  color: var(--green-300);
}

.industry-process p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.8;
}

.industry-cta {
  background: var(--sand);
  text-align: center;
}

.industry-cta h2 {
  max-width: 720px;
  margin: 17px auto 27px;
}

.industry-footer {
  padding: 20px 0;
}

.industry-footer .footer-bottom {
  border-top: 0;
}

footer {
  padding: 64px 0 18px;
  background: var(--green-950);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 0.7fr 0.7fr 1fr;
  gap: 35px;
  padding-bottom: 45px;
}

footer .logo {
  color: var(--white);
}

.footer-brand p {
  max-width: 270px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links h4 {
  margin-bottom: 3px;
  color: var(--green-300);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  transition: color 150ms ease;
}

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

.footer-contact a:last-child {
  margin-top: 7px;
  color: var(--green-300);
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.footer-bottom a:hover {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  z-index: 14;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 11px;
  border-radius: 100px;
  background: #20bb69;
  box-shadow: 0 9px 25px rgba(16, 129, 72, 0.3);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  transition: 180ms ease;
}

.whatsapp-float:hover {
  background: #18a85b;
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.mobile-demo-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-delay {
  transition-delay: 100ms;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .hero-grid {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 28px;
  }

  .floating-attendance {
    right: -8px;
  }

  .floating-payroll {
    left: -8px;
  }

  .modules-grid,
  .industries-grid,
  .faq-grid,
  .contact-grid {
    gap: 58px;
  }

  .product-stage {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }

  .mobile-menu-btn {
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 18px 24px 30px;
    background: rgba(251, 250, 245, 0.99);
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px);
    transition: 180ms ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-nav > a:not(.button) {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .nav-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin: 22px 0 0;
  }

  .nav-login {
    font-size: 15px;
  }

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

  .hero {
    padding: 45px 0 70px;
  }

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

  h1 {
    max-width: 650px;
  }

  .hero-text {
    max-width: 620px;
  }

  .hero-visual {
    width: min(100%, 740px);
    margin: 0 auto;
  }

  .trust-strip .container {
    display: block;
  }

  .trust-strip p {
    margin-bottom: 18px;
    text-align: center;
  }

  .logo-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 28px;
  }

  .attendance-showcase {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .attendance-copy {
    max-width: 650px;
  }

  .verification-visual {
    width: min(100%, 600px);
    margin: 0 auto;
  }

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

  .ecosystem-flow {
    justify-content: start;
    overflow-x: auto;
  }

  .ecosystem-flow span {
    flex: 0 0 135px;
  }

  .ecosystem-flow i {
    flex: 0 0 40px;
  }

  .implementation-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .implementation-steps article:nth-child(3) {
    border-right: 0;
  }

  .implementation-steps article:nth-child(-n+3) {
    border-bottom: 1px solid #e2eae7;
  }

  .modules-grid,
  .industries-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .modules-intro,
  .faq-intro {
    max-width: 600px;
  }

  .industries-grid {
    align-items: stretch;
  }

  .industry-photo {
    max-width: 650px;
  }

  .industry-photo img {
    min-height: 440px;
  }

  .industry-page-grid,
  .industry-process-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .industry-page-hero {
    padding: 78px 0 74px;
  }

  .industry-proof-card {
    max-width: 680px;
  }

  .industries-copy {
    padding-left: 0;
  }

  .impact-stats strong {
    font-size: 50px;
  }

  .product-screen[data-screen="workforce"] {
    grid-template-columns: 140px 1fr;
  }

  .product-side {
    padding-right: 11px;
    padding-left: 11px;
  }

  .product-content {
    padding: 18px;
  }

  .screen-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bar-chart {
    height: 207px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 32px), var(--max));
  }

  .section {
    padding: 74px 0;
  }

  h2 {
    font-size: 39px;
  }

  .section-heading.centered {
    margin-bottom: 38px;
  }

  .section-heading p {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(49px, 15vw, 68px);
  }

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

  .proof-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 17px;
  }

  .proof-row span:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .hero-actions .button {
    width: fit-content;
  }

  .hero-dashboard {
    grid-template-columns: 42px 1fr;
    min-height: 380px;
    transform: none;
  }

  .app-sidebar {
    gap: 10px;
    padding: 12px 6px;
  }

  .app-logo {
    margin-bottom: 6px;
  }

  .side-pill {
    width: 28px;
    height: 28px;
  }

  .side-pill svg {
    width: 13px;
    height: 13px;
  }

  .app-main {
    padding: 12px;
  }

  .app-topbar {
    margin-bottom: 12px;
  }

  .app-topbar h3 {
    font-size: 13px;
  }

  .app-top-actions span {
    display: none;
  }

  .metric-grid {
    gap: 7px;
  }

  .metric-grid article {
    padding: 9px;
  }

  .metric-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
  }

  .metric-icon svg {
    width: 12px;
    height: 12px;
  }

  .metric-grid strong {
    font-size: 16px;
  }

  .dashboard-bottom {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 7px;
  }

  .chart-panel {
    padding: 9px;
  }

  .chart-wrap {
    margin-top: 10px;
  }

  .chart-y,
  .chart-area {
    height: 115px;
  }

  .chart-area > svg {
    height: 98px;
  }

  .activity-panel {
    display: none;
  }

  .floating-card {
    padding: 10px;
  }

  .floating-attendance {
    top: -18px;
    right: 4px;
  }

  .floating-payroll {
    bottom: -23px;
    left: 8px;
  }

  .feature-layout {
    grid-template-columns: 1fr;
  }

  .feature-large {
    min-height: 650px;
  }

  .feature-card {
    min-height: 335px;
    padding: 24px;
  }

  .feature-copy h3 {
    font-size: 25px;
  }

  .employee-card-stack {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .payroll-widget,
  .insight-widget {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .verification-visual {
    min-height: 512px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .verify-one {
    right: -8px;
  }

  .verify-two {
    left: -8px;
  }

  .verify-three {
    right: -2px;
  }

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

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

  .product-tabs {
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-tab {
    flex: 0 0 auto;
  }

  .product-stage {
    min-height: 430px;
    border-radius: 11px;
  }

  .product-screen[data-screen="workforce"] {
    min-width: 680px;
    min-height: 460px;
    transform: scale(0.72);
    transform-origin: top left;
  }

  .product-screen[data-screen="workforce"].active {
    display: grid;
  }

  .product-stage.workforce-active {
    height: 420px;
  }

  .alt-screen {
    min-height: 430px;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px;
  }

  .attendance-bars {
    height: 130px;
  }

  .payroll-row {
    padding: 17px 0;
  }

  .photo-badge {
    right: 16px;
    bottom: 16px;
  }

  .impact {
    padding: 73px 0 66px;
  }

  .impact-stats {
    grid-template-columns: 1fr 1fr;
    row-gap: 27px;
    margin-top: 45px;
  }

  .impact-stats article:nth-child(2) {
    border-right: 0;
  }

  .impact-stats strong {
    font-size: 43px;
  }

  .impact-stats strong span {
    font-size: 23px;
  }

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

  .implementation-steps {
    grid-template-columns: 1fr 1fr;
  }

  .implementation-steps article,
  .implementation-steps article:nth-child(3) {
    min-height: 175px;
    border-right: 1px solid #e2eae7;
    border-bottom: 1px solid #e2eae7;
  }

  .implementation-steps article:nth-child(even) {
    border-right: 0;
  }

  .implementation-steps article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .implementation-steps h3 {
    margin-top: 21px;
  }

  .contact {
    padding: 75px 0;
  }

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-bottom p {
    max-width: 560px;
    line-height: 1.6;
  }

  .mobile-demo-bar {
    position: fixed;
    z-index: 13;
    right: 73px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 100px;
    background: var(--green-900);
    box-shadow: 0 9px 25px rgba(17, 77, 69, 0.22);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
  }
}

@media (max-width: 430px) {
  .hero-note {
    align-items: start;
    flex-direction: column;
  }

  .logo-row {
    justify-content: start;
    gap: 14px 22px;
  }

  .logo-row span {
    font-size: 11px;
  }

  .industry-photo img {
    min-height: 365px;
  }

  .contact-form {
    padding: 20px;
  }

  .industry-page-hero p {
    font-size: 16px;
  }

  .industry-proof-card {
    padding: 23px;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    padding: 12px;
  }

  .mobile-demo-bar {
    right: 72px;
  }
}

@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;
  }
}
