:root{
  --blue:#2673e8;
  --blue-dark:#1557b8;
  --green:#14915f;
  --amber:#d98b12;
  --red:#d93444;
  --ink:#101828;
  --muted:#667085;
  --line:#dbe4ef;
  --soft:#f6f9fc;
  --surface:#ffffff;
  --shadow:0 22px 55px rgba(16,24,40,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing:0;
}
a{color:inherit}
img{max-width:100%}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  min-height:78px;
  padding:12px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
}
.brand{
  display:flex;
  align-items:center;
  min-width:0;
  text-decoration:none;
}
.brand img{
  width:210px;
  height:44px;
  object-fit:contain;
  object-position:left center;
}
.site-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.site-nav a{
  min-height:38px;
  padding:9px 12px;
  border-radius:8px;
  color:#344054;
  text-decoration:none;
  font-size:.9rem;
  font-weight:800;
}
.site-nav a:hover{
  background:var(--soft);
  color:var(--blue-dark);
}
.header-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.header-cta,
.header-demo{
  min-height:42px;
  border:1px solid #bfe4d4;
  border-radius:8px;
  background:#f0fbf6;
  color:#0f6e47;
  padding:9px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}
.header-demo{
  border-color:#bfdbff;
  background:#eff6ff;
  color:var(--blue-dark);
}

.hero{
  position:relative;
  min-height:auto;
  overflow:visible;
  background:#f8fbff;
  border-bottom:1px solid var(--line);
  padding:76px 28px 76px;
}

.hero-content{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto;
  text-align:center;
}
.eyebrow,.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #bfdbff;
  border-radius:8px;
  background:#eff6ff;
  color:var(--blue-dark);
  padding:7px 10px;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
}
.hero h1{
  margin:18px 0 14px;
  font-size:4.8rem;
  line-height:.96;
  font-weight:900;
}
.hero p{
  margin:0;
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
  color:#344054;
  font-size:1.16rem;
  line-height:1.7;
  font-weight:650;
}
.hero-actions{
  margin-top:26px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.btn{
  min-height:48px;
  border-radius:8px;
  padding:11px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-decoration:none;
  font-weight:900;
}
.btn.primary{
  background:var(--blue);
  color:#fff;
  box-shadow:0 12px 28px rgba(38,115,232,.24);
}
.btn.primary:hover{background:var(--blue-dark)}
.btn.demo{
  border:1px solid #bfe4d4;
  background:#f0fbf6;
  color:#0f6e47;
}
.btn.secondary{
  border:1px solid var(--line);
  background:#fff;
  color:#1d2939;
}
.hero-metrics{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:670px;
  margin-left:auto;
  margin-right:auto;
}
.hero-metrics span{
  min-height:76px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.86);
  padding:13px;
  color:var(--muted);
  box-shadow:0 10px 24px rgba(16,24,40,.06);
  font-size:.82rem;
  font-weight:800;
}
.hero-metrics b{
  display:block;
  color:var(--ink);
  font-size:1.08rem;
  font-weight:900;
}
.hero-showcase{
  max-width:1220px;
  margin:42px auto 0;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);
  gap:16px;
  align-items:stretch;
}
.hero-showcase figure,
.screen-card{
  margin:0;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-showcase img,
.screen-card img{
  display:block;
  width:100%;
  height:auto;
}
.showcase-main img{
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top center;
}
.showcase-main figcaption,
.screen-card figcaption{
  padding:14px 16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid var(--line);
}
.showcase-main figcaption b,
.screen-card figcaption b{
  color:var(--ink);
  font-weight:900;
}
.showcase-main figcaption span,
.screen-card figcaption span{
  color:var(--muted);
  font-size:.86rem;
  font-weight:700;
  text-align:right;
}
.showcase-side{
  display:grid;
  gap:16px;
}
.showcase-side figure{
  margin:0;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(16,24,40,.08);
}
.showcase-side img{
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top center;
}
.showcase-side figcaption{
  padding:11px 13px;
  border-top:1px solid var(--line);
  color:#344054;
  font-size:.86rem;
  font-weight:900;
}

.section{
  max-width:1200px;
  margin:0 auto;
  padding:86px 28px;
}
.section.soft{
  max-width:none;
  background:var(--soft);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section.soft > *{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
.section-head{
  max-width:760px;
  margin-bottom:28px;
}
.section-head h2,
.two-column h2,
.cta-section h2{
  margin:12px 0 10px;
  font-size:2.35rem;
  line-height:1.08;
  font-weight:900;
}
.section-head p,
.two-column p,
.cta-section p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-size:1.02rem;
  font-weight:650;
}
.feature-grid,.management-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.feature-card,.management-grid article{
  min-height:230px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:20px;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
}
.feature-card i,.management-grid i{
  width:46px;
  height:46px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#eef5ff;
  color:var(--blue);
  font-size:1.18rem;
  margin-bottom:18px;
}
.feature-card:nth-child(2) i,.management-grid article:nth-child(2) i{
  background:#fff6e6;
  color:var(--amber);
}
.feature-card:nth-child(4) i,.management-grid article:nth-child(3) i{
  background:#f0fbf6;
  color:var(--green);
}
.feature-card h3,.management-grid h3,.workflow h3{
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.25;
  font-weight:900;
}
.feature-card p,.management-grid p,.workflow p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:.94rem;
  font-weight:620;
}

.workflow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.workflow article{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:18px;
}
.workflow span{
  width:36px;
  height:36px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  margin-bottom:16px;
}

.real-screens{
  max-width:1280px;
}
.screen-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.screen-card.large{
  grid-column:span 2;
}
.screen-card img{
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top center;
}
.screen-card figcaption{
  min-height:84px;
}

.two-column{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:42px;
  align-items:center;
}
.check-list{
  list-style:none;
  padding:0;
  margin:22px 0 0;
  display:grid;
  gap:10px;
}
.check-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#344054;
  font-weight:750;
}
.check-list i{
  width:24px;
  height:24px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#f0fbf6;
  color:var(--green);
  flex:0 0 auto;
}
.payment-board{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:18px;
}
.payment-row,.payment-total{
  min-height:58px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:13px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
}
.payment-row span,.payment-total span{
  color:var(--muted);
  font-weight:800;
}
.payment-row b,.payment-total b{
  color:var(--ink);
  font-size:1.08rem;
  font-weight:900;
}
.payment-total{
  margin-bottom:0;
  background:#f0fbf6;
  border-color:#bfe4d4;
}
.payment-total b{color:var(--green)}

.cta-section{
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}
.cta-section > div{
  margin-right:auto;
  max-width:780px;
}

.site-footer{
  border-top:1px solid var(--line);
  background:#101828;
  color:#fff;
  padding:26px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.site-footer img{
  width:170px;
  height:36px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(0) invert(1);
}
.site-footer p{
  margin:6px 0 0;
  color:#cbd5e1;
  font-size:.88rem;
  font-weight:700;
}
.site-footer a{
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.site-footer a:hover{color:#bfdbff}

@media (max-width:1080px){
  .site-nav{display:none}
  .hero-showcase{
    grid-template-columns:1fr;
  }
  .showcase-side{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .feature-grid,.management-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .workflow{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .screen-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .two-column{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .site-header{
    min-height:70px;
    padding:10px 16px;
  }
  .brand img{
    width:154px;
    height:34px;
  }
  .header-cta,
  .header-demo{
    width:42px;
    padding:0;
  }
  .header-cta span,
  .header-demo span{display:none}
  .hero{
    padding:54px 18px 62px;
  }
  .hero h1{
    font-size:3.3rem;
  }
  .hero p{
    font-size:1rem;
  }
  .hero-actions{
    flex-direction:column;
  }
  .btn{
    width:100%;
  }
  .hero-metrics{
    grid-template-columns:1fr;
  }
  .hero-showcase{
    margin-top:30px;
  }
  .showcase-side,
  .screen-gallery{
    grid-template-columns:1fr;
  }
  .showcase-main figcaption,
  .screen-card figcaption{
    flex-direction:column;
  }
  .showcase-main figcaption span,
  .screen-card figcaption span{
    text-align:left;
  }
  .screen-card.large{
    grid-column:auto;
  }
  .section{
    padding:66px 18px;
  }
  .section-head h2,
  .two-column h2,
  .cta-section h2{
    font-size:1.85rem;
  }
  .feature-grid,.management-grid,.workflow{
    grid-template-columns:1fr;
  }
  .feature-card,.management-grid article{
    min-height:auto;
  }
  .cta-section{
    align-items:stretch;
    flex-direction:column;
  }
  .site-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:420px){
  .hero h1{
    font-size:2.75rem;
  }
  .payment-row,.payment-total{
    align-items:flex-start;
    flex-direction:column;
  }
}
