:root {
  --ink: #182035;
  --muted: #667085;
  --paper: #fffaf4;
  --white: #ffffff;
  --orange: #e8590c;
  --orange-dark: #bf4305;
  --yellow: #ffd43b;
  --line: rgba(24, 32, 53, 0.12);
  --soft: #fff1e7;
  --green: #1f9d71;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 13%, rgba(255, 212, 59, 0.17), transparent 25rem),
    linear-gradient(180deg, #fffdf9 0%, var(--paper) 45%, #fff 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { display: block; width: 148px; height: auto; }
nav { display: flex; align-items: center; gap: 30px; }
nav > a { font-size: 14px; font-weight: 600; text-decoration: none; }
nav > a:not(.button):hover { color: var(--orange); }

.button {
  min-height: 50px;
  padding: 0 23px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 11px; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.button-primary {
  color: white;
  background: var(--orange);
  box-shadow: 0 14px 32px rgba(232, 89, 12, .23);
}
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 18px 38px rgba(232,89,12,.3); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 660px;
  margin: 48px auto 75px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 60px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 {
  margin: 18px 0 22px;
  font-size: clamp(53px, 6.4vw, 83px);
  line-height: .99;
  letter-spacing: -.055em;
}
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.hero-note {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7b8190;
  font-size: 13px;
}
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(31,157,113,.12); }

.product-scene { min-height: 560px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 420px; height: 420px; background: rgba(255,212,59,.19); right: 0; top: 25px; }
.glow-two { width: 300px; height: 300px; background: rgba(232,89,12,.12); left: 20px; bottom: 0; }
.dashboard-card {
  width: min(100%, 600px);
  position: relative;
  z-index: 2;
  padding: 25px;
  border: 1px solid rgba(24,32,53,.1);
  border-radius: 25px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 35px 90px rgba(63,50,34,.16);
  backdrop-filter: blur(16px);
  transform: rotate(1.5deg);
}
.dashboard-head { display: flex; justify-content: space-between; align-items: center; }
.dashboard-head strong { display: block; margin-top: 5px; font-size: 20px; }
.mini-label { color: #8b909c; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.live-pill { padding: 7px 10px; border-radius: 100px; background: #eaf8f3; color: #147a59; font-size: 10px; font-weight: 700; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metrics article { padding: 17px; border-radius: 15px; background: #f7f8fa; }
.metrics article span, .metrics article small { display: block; color: #828897; font-size: 10px; }
.metrics article strong { display: block; margin: 5px 0 3px; font: 800 27px/1 "Manrope", sans-serif; }
.metrics .metric-alert { background: var(--soft); }
.metric-alert strong { color: var(--orange); }
.activity { margin-top: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; }
.activity-title { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 12px; }
.activity-title span { color: var(--orange); font-weight: 700; }
.activity-row { min-height: 60px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; border-top: 1px solid #edf0f3; }
.activity-row:first-of-type { border-top: 0; }
.status-icon { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; font-weight: 800; }
.warning { background: #fff0e6; color: var(--orange); }
.success { background: #e8f7f1; color: var(--green); }
.info { background: #edf2ff; color: #4d6ecc; }
.activity-row div strong, .activity-row div small { display: block; }
.activity-row div strong { font-size: 12px; }
.activity-row div small { margin-top: 3px; color: #858b98; font-size: 10px; }
.tag { padding: 5px 8px; border-radius: 7px; background: #fff0e6; color: #b64407; font-size: 9px; font-weight: 700; }
.tag-ok { background: #e8f7f1; color: #147a59; }
.tag-info { background: #edf2ff; color: #425da9; }
.floating-card { position: absolute; z-index: 4; padding: 14px 17px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 18px 45px rgba(49,45,40,.14); }
.floating-card span, .floating-card small { display: block; color: #858b98; font-size: 9px; }
.floating-card strong { display: block; margin: 4px 0; font: 800 20px "Manrope", sans-serif; }
.floating-left { left: -18px; bottom: 76px; }
.floating-right { right: -10px; top: 90px; display: flex; align-items: center; gap: 10px; }
.floating-right .check { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #e8f7f1; color: var(--green); font-size: 16px; }
.floating-right div strong { margin: 0; font: 700 12px "DM Sans", sans-serif; }

.proof-strip {
  padding: 30px max(30px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: white;
}
.proof-strip div { padding: 0 30px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-strip div:first-child { border-left: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: 14px; }
.proof-strip span { margin-top: 5px; color: #aeb5c3; font-size: 11px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.steps { padding: 120px 0; }
.section-heading { max-width: 670px; }
h2 { margin: 18px 0; font-size: clamp(39px, 5vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.step-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-grid article { min-height: 290px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.step-grid article:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(43,38,32,.1); }
.step-number { position: absolute; top: 24px; right: 24px; color: #d8d9dd; font: 800 13px "Manrope", sans-serif; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--soft); color: var(--orange); font-size: 26px; }
.step-grid h3 { margin: 40px 0 10px; font-size: 22px; }
.step-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.solution { padding-bottom: 110px; }
.solution-card { min-height: 550px; padding: 70px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 50px; overflow: hidden; border-radius: 30px; background: var(--ink); color: white; }
.eyebrow-light { color: var(--yellow); }
.eyebrow-light > span { background: var(--yellow); }
.solution-copy h2 { margin-top: 18px; }
.solution-copy h2 em { color: var(--yellow); }
.solution-copy > p { max-width: 560px; color: #b8bfcc; font-size: 17px; line-height: 1.7; }
.solution-copy ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.solution-copy li { display: flex; align-items: center; gap: 12px; color: #ecedf0; }
.solution-copy li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,212,59,.14); color: var(--yellow); font-size: 12px; }
.radar { width: 390px; aspect-ratio: 1; position: relative; justify-self: center; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(255,212,59,.07), transparent 65%); }
.radar img { width: 112px; position: relative; z-index: 3; filter: drop-shadow(0 16px 25px rgba(0,0,0,.3)); }
.radar-ring { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ring-one { inset: 15%; }.ring-two { inset: 3%; }.ring-three { inset: -9%; }
.radar-sweep { position: absolute; inset: 3%; border-radius: 50%; background: conic-gradient(from 210deg, transparent 0 78%, rgba(255,212,59,.15) 91%, transparent 100%); animation: radar 8s linear infinite; }
.radar-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(255,212,59,.1); }
.dot-one { top: 24%; right: 19%; }.dot-two { bottom: 18%; left: 28%; }.dot-three { top: 45%; left: 10%; }
@keyframes radar { to { transform: rotate(360deg); } }

.final-cta { margin-bottom: 110px; padding: 35px 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border: 1px solid rgba(232,89,12,.16); border-radius: 22px; background: linear-gradient(105deg, #fff2e8, #fff9e8); }
.final-cta > img { width: 68px; }
.final-cta h2 { margin: 5px 0 0; font-size: 31px; }
.button-dark { background: var(--ink); color: white; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 45px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer img { width: 120px; }

@media (max-width: 900px) {
  nav > a:not(.button) { display: none; }
  .hero { margin-top: 20px; grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding-top: 45px; }
  .product-scene { min-height: 520px; }
  .proof-strip { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .proof-strip div:nth-child(3) { border-left: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 235px; }
  .solution-card { padding: 50px 35px; grid-template-columns: 1fr; }
  .radar { width: min(90%, 360px); }
}

@media (max-width: 600px) {
  .site-header { width: min(100% - 28px, 1180px); height: 72px; }
  .brand img { width: 125px; }
  .button-small { min-height: 38px; padding: 0 14px; }
  .hero, .section { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; margin-bottom: 55px; }
  h1 { font-size: 50px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .product-scene { min-height: 440px; margin-top: 20px; }
  .dashboard-card { padding: 16px; border-radius: 20px; transform: none; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics article:last-child { display: none; }
  .activity-row { grid-template-columns: 31px 1fr; }
  .activity-row .tag { display: none; }
  .floating-card { display: none; }
  .proof-strip { padding: 26px 14px; }
  .proof-strip div { padding: 0 12px; }
  .steps { padding: 85px 0; }
  .solution { width: 100%; padding-bottom: 75px; }
  .solution-card { border-radius: 0; }
  .final-cta { margin-bottom: 75px; padding: 28px; grid-template-columns: auto 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
  .final-cta > img { width: 54px; }
  .final-cta h2 { font-size: 25px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

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