.hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 82px;
  background: linear-gradient(180deg, #fff 0%, #f4f8f6 100%);
}

.hero::before {
  display: none;
}

.hero__grid {
  position: relative;
  display: flex;
  min-height: 850px;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: 54px 60px 0;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 38px;
  background:
    radial-gradient(circle at 15% 5%, rgb(84 215 173 / 18%), transparent 29%),
    radial-gradient(circle at 88% 35%, rgb(51 183 147 / 16%), transparent 30%),
    linear-gradient(145deg, #032d28 0%, #063b33 54%, #052f2a 100%);
  box-shadow: 0 34px 90px rgb(4 47 40 / 18%);
}

.hero__grid::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image: radial-gradient(rgb(190 255 234 / 34%) 0.8px, transparent 0.8px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 1080px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero .eyebrow {
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgb(134 236 202 / 18%);
  border-radius: 999px;
  color: #8be9ca;
  background: rgb(113 223 188 / 8%);
}

.hero .eyebrow::before {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 6px rgb(113 223 188 / 10%);
}

.hero h1 {
  max-width: 1080px;
  margin: 0;
  color: white;
  font-size: clamp(46px, 4.5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.gradient-text {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #78e6c2, #40d6a5 58%, #b8f5e2);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero__lead {
  max-width: 760px;
  margin: 24px auto 30px;
  color: #c2d9d3;
  font-size: 17px;
  line-height: 1.7;
}

.hero__actions {
  justify-content: center;
}

.hero .button--primary {
  color: #06372f;
  background: linear-gradient(135deg, #8ce9cb, #4bd6a8);
  box-shadow: 0 15px 32px rgb(23 180 133 / 24%);
}

.hero .button--primary:hover {
  box-shadow: 0 19px 40px rgb(23 180 133 / 34%);
}

.hero .button--soft {
  border-color: rgb(255 255 255 / 18%);
  color: white;
  background: rgb(255 255 255 / 8%);
}

.hero .button--soft:hover {
  border-color: rgb(255 255 255 / 30%);
  background: rgb(255 255 255 / 13%);
}

.hero__assurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 27px 0 0;
  padding: 0;
  color: #d4e8e2;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.check {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #053c33;
  background: #71dfbc;
  font-size: 12px;
}

.hero-visual {
  position: relative;
  z-index: 3;
  width: min(1060px, 100%);
  min-width: 0;
  margin-top: 2px;
  padding: 18px 26px 0;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgb(128 233 199 / 18%);
  border-radius: 50%;
}

.hero-orbit--one {
  width: 760px;
  height: 760px;
  right: -280px;
  bottom: -310px;
}

.hero-orbit--two {
  width: 520px;
  height: 520px;
  left: -190px;
  bottom: -260px;
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgb(9 62 53 / 13%);
  border-radius: 25px 25px 0 0;
  background: white;
  box-shadow: 0 32px 90px rgb(0 18 15 / 42%);
  transform: translateY(0);
}

.dashboard-topbar {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border-bottom: 1px solid #e7efec;
}

.dashboard-logo,
.dashboard-user {
  display: flex;
  align-items: center;
}

.dashboard-logo {
  width: 116px;
}

.dashboard-logo img {
  width: 116px;
  height: auto;
}

.dashboard-user {
  width: 30px;
  height: 30px;
  justify-content: center;
  border-radius: 9px;
  color: white;
  background: var(--green-800);
  font-weight: 800;
}

.dashboard-user {
  border-radius: 50%;
  font-size: 9px;
}

.dashboard-search {
  max-width: 230px;
  padding: 9px 13px;
  border: 1px solid #e1ebe7;
  border-radius: 9px;
  color: #83928e;
  font-size: 9px;
}

.dashboard-body {
  min-height: 390px;
  display: grid;
  grid-template-columns: 55px 1fr;
  background: #f5f8f7;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  background: var(--green-950);
}

.dashboard-sidebar i {
  width: 18px;
  height: 7px;
  border-radius: 999px;
  background: rgb(255 255 255 / 35%);
}

.dashboard-sidebar i.active {
  width: 29px;
  height: 29px;
  background: rgb(84 215 173 / 24%);
  box-shadow: inset 0 0 0 1px rgb(84 215 173 / 45%);
}

.dashboard-main {
  padding: 23px 22px;
}

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

.dashboard-heading div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dashboard-heading small {
  color: var(--green-700);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.dashboard-heading strong {
  font-size: 15px;
}

.dashboard-heading > span {
  padding: 7px 9px;
  border: 1px solid #dbe7e2;
  border-radius: 8px;
  color: #647973;
  background: white;
  font-size: 7px;
}

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

.metric-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px;
  border: 1px solid #e2ebe8;
  border-radius: 12px;
  background: white;
}

.metric-card small {
  overflow: hidden;
  color: #687b76;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-card strong {
  font-size: clamp(10px, 1.2vw, 16px);
}

.metric-card span {
  width: max-content;
  padding: 4px 6px;
  border-radius: 999px;
  font-size: 6px;
  font-weight: 800;
}

.metric-card--green span {
  color: #087459;
  background: #d9f7ec;
}

.metric-card--blue span {
  color: #225eaa;
  background: #e2edff;
}

.metric-card--rose span {
  color: #b23659;
  background: #ffe3ea;
}

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

.chart-card,
.activity-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e2ebe8;
  border-radius: 12px;
  background: white;
}

.card-title strong {
  font-size: 9px;
}

.card-title small {
  color: #84938f;
  font-size: 6px;
}

.chart {
  height: 110px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 7px;
  padding: 20px 8px 0;
  border-bottom: 1px solid #dfe9e5;
}

.chart span {
  width: 12px;
  height: var(--h);
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #43cba1, #116d5a);
}

.activity {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f0;
}

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

.activity b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green-700);
  background: #e3f5ef;
  font-size: 8px;
}

.activity span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 7px;
  font-weight: 700;
}

.activity small {
  color: #879590;
  font-size: 6px;
}

.floating-card {
  position: absolute;
  z-index: 4;
  min-width: 178px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgb(8 59 51 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 18px 38px rgb(5 47 40 / 18%);
  backdrop-filter: blur(12px);
}

.floating-card--order {
  top: 4px;
  right: -22px;
}

.floating-card--stock {
  bottom: 0;
  left: -28px;
}

.floating-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #075344;
  background: var(--mint-light);
  font-weight: 900;
}

.floating-icon--amber {
  color: #9a5c00;
  background: #fff0c9;
}

.floating-card > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.floating-card small {
  color: #748680;
  font-size: 8px;
}

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

.trust-bar {
  position: relative;
  z-index: 3;
  border-block: 1px solid var(--line);
  background: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}

.trust-grid > div:last-child {
  border-right: 0;
}

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

.trust-grid span {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}
