:root {
  --navy: #0b1723;
  --ink: #111c27;
  --blue: #10a9df;
  --ice: #eaf8fb;
  --paper: #f8faf9;
  --muted: #71808c;
  --line: #d8e3e7;
  --lime: #dff36a
}

@media(max-width:600px){
  .site-header nav.open{display:flex;position:fixed;z-index:20;top:76px;left:16px;right:16px;margin:0;padding:22px;flex-direction:column;gap:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 22px 45px #0b17232b}
  .site-header nav.open a{display:block;padding:16px 4px;border-bottom:1px solid #edf1f2;font-size:15px}
  .site-header nav.open a:last-child{border-bottom:0}
  .feature-card{min-height:0;height:auto;padding-bottom:28px}
  .feature-card p{max-width:100%;margin-bottom:26px}
  .mini-payroll,.attendance-pill,.secure,.bars{position:static;right:auto;bottom:auto;margin-top:26px}
  .mini-payroll{width:100%;max-width:245px}
  .attendance-pill{display:flex;align-items:flex-start}
  .attendance-pill b{font-size:48px;line-height:1}
  .bars{height:55px;justify-content:flex-start}
}

@media(max-width:600px){
  .wrap,.site-header{width:calc(100% - 32px)}
  .announcement{height:auto;min-height:34px;padding:9px 18px;font-size:10px}
  .site-header{height:76px}.brand{font-size:20px;gap:8px}.brand img{width:29px;height:29px}
  .hero{padding:52px 0 70px;gap:44px}.eyebrow{font-size:9px;letter-spacing:.12em}h1{font-size:clamp(52px,15vw,76px);line-height:.92}.hero-copy>p{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column;gap:20px;margin-top:28px}.hero-actions .button{width:100%}.hero-actions .text-link{align-self:flex-start}.trust{margin-top:32px}
  .hero-visual{width:100%;padding:5px 0 24px}.hero-visual:before{width:100%;height:85%;right:0}.dashboard{width:calc(100vw - 32px);transform:rotate(2deg);border-radius:12px}.dash-top{height:48px;padding:0 13px}.dash-date{font-size:7px}.dash-brand{font-size:9px}.dash-brand img{width:14px;height:14px}.bell{font-size:16px}.dash-body{min-height:280px}.dash-body aside{display:none}.dash-content{padding:18px 13px}.welcome strong{font-size:16px}.welcome{font-size:8px}.stat-grid{gap:6px;margin:16px 0 8px}.stat-grid>div,.chart-card{padding:9px}.stat-grid small,.chart-card small{font-size:7px}.stat-grid strong{font-size:14px;margin:8px 0 5px}.stat-grid span{font-size:7px}.chart-card strong{font-size:14px}.chart-card strong span{font-size:7px}.chart-card svg{height:80px}
  .logo-strip{padding:21px 0;line-height:1.5}.logo-strip div{gap:12px 20px;margin-top:14px;font-size:9px}.section{padding:76px 0}.section-intro{gap:16px}.section-intro h2,.about-grid h2,.center-intro h2{font-size:clamp(43px,13vw,64px)}.section-intro p{font-size:14px}.feature-grid{margin-top:42px;gap:12px}.feature-card{min-height:265px;padding:24px;border-radius:10px}.feature-card h3{font-size:23px;margin:23px 0 9px}.feature-card p{font-size:13px}.mini-payroll{right:18px;bottom:20px;width:175px;padding:12px 14px}.mini-payroll strong{font-size:21px}.attendance-pill{right:22px;bottom:28px}.attendance-pill b{font-size:44px}.bars{right:22px;bottom:22px;gap:5px}.bars i{width:10px}
  .statement{padding:78px 0}.statement h2{font-size:clamp(46px,13vw,70px)}.statement p{font-size:15px}.about-grid{gap:25px}.large-text{font-size:20px}.checks{font-size:12px;gap:13px;margin-top:27px}.price-grid{margin-top:42px;gap:12px}.price-grid article{min-height:330px;padding:25px}.price-grid h3{margin-top:24px}.price-grid strong{font-size:27px;margin-top:18px}.contact{padding:80px 0}.contact-inner{gap:38px}.contact h2{font-size:clamp(46px,13vw,70px)}.contact form .button{width:100%}.footer{gap:16px;font-size:10px}.footer .brand{width:100%}.feature-card{min-height:0;height:auto;padding-bottom:28px}.feature-card p{max-width:100%;margin-bottom:26px}.mini-payroll,.attendance-pill,.secure,.bars{position:static;right:auto;bottom:auto;margin-top:26px}.mini-payroll{width:100%;max-width:245px}.attendance-pill{display:flex;align-items:flex-start}.attendance-pill b{font-size:48px;line-height:1}.bars{height:55px;justify-content:flex-start}
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden
}

h1,
h2,
h3,
.brand {
  font-family: 'Space Grotesk', sans-serif
}

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

h1 {
  font-size: clamp(58px, 8.5vw, 128px);
  line-height: .9;
  letter-spacing: -.085em;
  font-weight: 600;
  margin-bottom: 32px
}

h2 {
  font-size: clamp(48px, 6vw, 92px);
  line-height: .93;
  letter-spacing: -.075em;
  font-weight: 600
}

h3 {
  letter-spacing: -.045em
}

p {
  line-height: 1.55;
  color: var(--muted)
}

em {
  font-style: normal;
  color: var(--blue)
}

a {
  color: inherit
}

.wrap {
  width: min(1240px, calc(100% - 72px));
  margin: auto
}

.announcement {
  height: 34px;
  background: var(--navy);
  color: #dbe8ed;
  text-align: center;
  font-size: 11px;
  letter-spacing: .03em;
  padding: 9px
}

.announcement span {
  color: var(--lime);
  margin-left: 10px
}

.site-header {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 72px));
  margin: auto
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.075em
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain
}

.brand>span {
  line-height: 1
}

.brand span span {
  color: var(--blue);
  font-weight: 700;
  margin: 0 2px
}

nav {
  display: flex;
  gap: 42px;
  margin-left: auto;
  margin-right: 56px
}

nav a {
  text-decoration: none;
  font-size: 13px;
  color: #34434d;
  transition: color .25s
}

nav a:hover {
  color: var(--blue)
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  text-decoration: none;
  border: 0;
  padding: 18px 21px;
  border-radius: 4px;
  font: 600 13px 'DM Sans';
  cursor: pointer;
  transition: transform .25s, background .25s
}

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

.button span {
  font-size: 20px;
  line-height: 10px
}

.button-dark {
  background: var(--navy);
  color: #fff
}

.button-primary {
  background: var(--blue);
  color: white
}

.button-outline {
  border: 1px solid var(--navy);
  color: var(--navy)
}

.button-small {
  padding: 14px 18px;
  min-width: 145px
}

.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 22px
}

.hero {
  min-height: calc(100vh - 128px);
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  gap: 20px;
  padding: 82px 0 105px
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #253540
}

.eyebrow i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 11px;
  animation: blink 2.5s infinite
}

.hero-copy>p {
  font-size: 17px;
  max-width: 470px
}

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

.text-link {
  text-decoration: none;
  border-bottom: 1px solid var(--navy);
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700
}

.text-link span {
  margin-left: 12px;
  font-size: 17px
}

.trust {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 50px;
  font-size: 11px;
  color: var(--muted)
}

.avatars {
  display: flex
}

.avatars b {
  width: 28px;
  height: 28px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d8f1f6;
  font-size: 8px;
  color: #1985a8;
  margin-left: -7px
}

.avatars b:first-child {
  margin-left: 0
}

.avatars b:nth-child(2) {
  background: #e5e9d0
}

.avatars b:nth-child(3) {
  background: #ebd9dd
}

.avatars b:last-child {
  background: var(--navy);
  color: #fff
}

.trust strong {
  color: var(--ink)
}

.hero-visual {
  position: relative;
  padding: 15px 0 30px;
  perspective: 1300px
}

.hero-visual:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 78%;
  top: 11%;
  right: 0;
  background: #cfeff6;
  filter: blur(50px);
  border-radius: 50%;
  z-index: -1
}

.dashboard {
  background: #fff;
  border: 1px solid #d4e1e5;
  border-radius: 17px;
  box-shadow: 0 35px 70px #162f3b20;
  overflow: hidden;
  transform: rotate(3.5deg);
  transition: transform .8s cubic-bezier(.2, .8, .2, 1)
}

.dashboard:hover {
  transform: rotate(0deg) translateY(-10px)
}

.dash-top {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-bottom: 1px solid #e8edef
}

.dash-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font: 600 12px 'Space Grotesk'
}

.dash-brand img {
  width: 18px;
  height: 18px
}

.dash-date {
  font-size: 9px;
  color: #a1adb2;
  margin-left: auto
}

.bell {
  color: var(--blue);
  font-size: 21px
}

.dash-body {
  display: flex;
  min-height: 370px
}

.dash-body aside {
  width: 134px;
  border-right: 1px solid #edf1f2;
  padding: 22px 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 9px;
  color: #9aa8ad
}

.dash-body aside span {
  padding: 11px 9px;
  border-radius: 5px
}

.dash-body aside .active {
  background: var(--ice);
  color: var(--ink)
}

.dash-content {
  padding: 28px 24px;
  flex: 1
}

.welcome {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #9ba6aa;
  font-size: 10px
}

.welcome strong {
  font: 600 22px 'Space Grotesk';
  color: var(--ink)
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 25px 0 11px
}

.stat-grid>div,
.chart-card {
  padding: 14px;
  border: 1px solid #e8edef;
  border-radius: 6px
}

.stat-grid small,
.chart-card small {
  font-size: 9px;
  color: #99a6ab
}

.stat-grid strong {
  display: block;
  font: 600 20px 'Space Grotesk';
  margin: 12px 0 8px
}

.stat-grid span {
  font-size: 9px
}

.up {
  color: #10a578
}

.neutral {
  color: #d3912a
}

.chart-card>div {
  display: flex;
  justify-content: space-between
}

.chart-card strong {
  font: 600 18px 'Space Grotesk'
}

.chart-card strong span {
  font: 9px 'DM Sans';
  color: #99a6ab;
  margin-left: 5px
}

.chart-card svg {
  display: block;
  width: 100%;
  height: 120px;
  margin-top: 10px
}

.logo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  color: #87969d;
  font-size: 11px
}

.logo-strip div {
  display: flex;
  gap: 50px;
  color: #5e6c73;
  font-size: 11px;
  letter-spacing: .08em
}

.section {
  padding: 150px 0
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr .65fr;
  align-items: end;
  gap: 70px
}

.section-intro h2 {
  margin-bottom: 0
}

.section-intro p {
  font-size: 16px;
  max-width: 390px;
  margin: 0
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 18px;
  margin-top: 78px
}

.feature-card {
  min-height: 280px;
  padding: 34px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s
}

.feature-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 24px 48px #0b17231a
}

.feature-card h3 {
  font-size: 28px;
  max-width: 330px;
  margin: 30px 0 10px
}

.feature-card p {
  max-width: 360px;
  font-size: 14px
}

.feature-icon {
  font-size: 22px;
  color: var(--blue)
}

.feature-large {
  background: var(--ice)
}

.mini-payroll {
  position: absolute;
  right: 28px;
  bottom: 27px;
  background: #fff;
  border: 1px solid #cce8ef;
  padding: 15px 18px;
  width: 198px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 15px 30px #1985a31a;
  font-size: 10px
}

.mini-payroll strong {
  font: 600 25px 'Space Grotesk'
}

.mini-payroll small {
  color: var(--muted)
}

.mini-payroll b {
  color: #10a578;
  margin-left: 15px
}

.attendance-pill {
  position: absolute;
  right: 35px;
  bottom: 37px
}

.attendance-pill b {
  display: block;
  font: 600 59px 'Space Grotesk'
}

.attendance-pill span {
  font-size: 11px;
  color: var(--muted)
}

.feature-wide {
  background: var(--navy);
  color: #fff
}

.feature-wide p {
  color: #a9bbc2
}

.bars {
  position: absolute;
  bottom: 32px;
  right: 38px;
  display: flex;
  align-items: end;
  gap: 8px;
  height: 65px
}

.bars i {
  display: block;
  width: 14px;
  height: 38%;
  background: var(--blue);
  border-radius: 2px
}

.bars i:nth-child(2) {
  height: 54%
}

.bars i:nth-child(3) {
  height: 42%
}

.bars i:nth-child(4) {
  height: 75%
}

.bars i:nth-child(5) {
  height: 57%
}

.bars i:nth-child(6) {
  height: 92%
}

.bars i:nth-child(7) {
  height: 72%
}

.secure {
  position: absolute;
  bottom: 42px;
  color: #139bc5;
  font-size: 11px
}

.statement {
  background: var(--navy);
  color: #fff;
  padding: 155px 0;
  position: relative;
  overflow: hidden
}

.statement:after {
  content: 'PRO';
  position: absolute;
  right: -1vw;
  bottom: -.28em;
  color: #ffffff09;
  font: 600 27vw 'Space Grotesk';
  letter-spacing: -.12em
}

.statement .wrap {
  position: relative;
  z-index: 1
}

.statement h2 {
  font-size: clamp(50px, 7.3vw, 112px);
  max-width: 900px
}

.statement p {
  max-width: 500px;
  color: #a9bbc2;
  font-size: 17px;
  margin: 32px 0
}

.light {
  color: #fff;
  border-color: #fff
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}

.large-text {
  font-size: 25px;
  line-height: 1.4;
  color: var(--ink);
  max-width: 500px
}

.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 600
}

.checks span:first-letter {
  color: var(--blue)
}

.center-intro {
  text-align: center;
  max-width: 550px;
  margin: auto
}

.center-intro p {
  max-width: 380px;
  margin: auto
}

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

.price-grid article {
  min-height: 390px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  transition: transform .4s, box-shadow .4s
}

.price-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 45px #0b172316
}

.price-grid article>span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em
}

.price-grid h3 {
  font-size: 22px;
  margin: 34px 0 0
}

.price-grid strong {
  font: 600 32px 'Space Grotesk';
  margin-top: 25px
}

.price-grid p {
  font-size: 13px
}

.price-grid .button {
  margin-top: auto;
  width: 100%
}

.popular {
  background: var(--ice) !important;
  border-color: var(--blue) !important;
  position: relative
}

.popular label {
  position: absolute;
  right: 18px;
  top: 18px;
  background: var(--blue);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 9px;
  border-radius: 2px
}

.contact {
  background: #e7f7fa;
  padding: 135px 0;
  position: relative
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px
}

.contact h2 {
  margin-top: 22px
}

.contact p {
  max-width: 390px;
  font-size: 16px
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.contact label {
  font-size: 11px;
  font-weight: 700
}

.contact input,
.contact textarea {
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #a8d7df;
  background: none;
  outline: 0;
  font: 14px 'DM Sans'
}

.contact textarea {
  height: 68px;
  resize: none
}

.contact form .button {
  align-self: flex-start
}

.contact small {
  font-size: 10px;
  color: var(--muted)
}

.footer {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 32px;
  color: #829097;
  font-size: 11px
}

.footer>span:last-child {
  margin-left: auto
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1)
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

@keyframes blink {

  0%,
  100% {
    box-shadow: 0 0 0 0 #10a9df55
  }

  50% {
    box-shadow: 0 0 0 8px #10a9df00
  }
}

@media(max-width:800px) {

  .wrap,
  .site-header {
    width: calc(100% - 40px)
  }

  nav,
  .site-header>.button {
    display: none
  }

  .menu {
    display: block
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 75px 0 95px
  }

  .hero h1 {
    font-size: clamp(58px, 16vw, 88px)
  }

  .hero-visual {
    margin-top: 20px
  }

  .logo-strip {
    display: block
  }

  .logo-strip div {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px
  }

  .section {
    padding: 95px 0
  }

  .section-intro,
  .about-grid,
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .feature-grid,
  .price-grid {
    grid-template-columns: 1fr
  }

  .feature-card {
    min-height: 285px
  }

  .statement {
    padding: 95px 0
  }

  .statement:after {
    font-size: 40vw
  }

  .checks {
    grid-template-columns: 1fr
  }

  .footer {
    flex-wrap: wrap;
    padding: 26px 0
  }

  .footer>span:last-child {
    margin-left: 0
  }
}

/* Final mobile overrides: keep feature widgets in normal document flow. */
@media(max-width:600px){
  .feature-card{min-height:0;height:auto;padding-bottom:28px}
  .feature-card p{max-width:100%;margin-bottom:26px}
  .mini-payroll,.attendance-pill,.secure,.bars{position:static;right:auto;bottom:auto;margin-top:26px}
  .mini-payroll{width:100%;max-width:245px}
  .attendance-pill{display:flex;align-items:flex-start}
  .attendance-pill b{font-size:48px;line-height:1}
  .bars{height:55px;justify-content:flex-start}
  .site-header nav.open{display:flex;position:fixed;z-index:20;top:76px;left:16px;right:16px;margin:0;padding:22px;flex-direction:column;gap:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 22px 45px #0b17232b}
  .site-header nav.open a{display:block;padding:16px 4px;border-bottom:1px solid #edf1f2;font-size:15px}
  .site-header nav.open a:last-child{border-bottom:0}
}
