*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: #050807;
  color: #f4f7f2;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
.wrap { width: min(1160px, 100%); margin: 0 auto; padding: 0 20px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5,8,7,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 86px; height: auto; flex: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Archivo, sans-serif; font-size: 1.05rem; }
.brand small { color: #8f9a91; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.navlinks { display: none; align-items: center; gap: 22px; color: #aeb7ad; font-size: .92rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #2be36d;
  color: #061009;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 18px 44px rgba(43,227,109,.2);
}
.btn:hover { transform: translateY(-1px); }
.btn.small { min-height: 40px; padding-inline: 16px; font-size: .88rem; }
.btn.ghost {
  background: rgba(255,255,255,.04);
  color: #f4f7f2;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: none;
}

.hero {
  padding: 84px 0 74px;
  background:
    radial-gradient(circle at 76% 16%, rgba(43,227,109,.16), transparent 32%),
    radial-gradient(circle at 16% 64%, rgba(255,255,255,.07), transparent 30%),
    #050807;
}
.hero-grid { display: grid; gap: 36px; align-items: center; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2be36d;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 12ch;
  font-family: Archivo, sans-serif;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  line-height: .92;
}
.hero p {
  margin-top: 22px;
  max-width: 56ch;
  color: #bcc6ba;
  font-size: clamp(1.02rem, 2.2vw, 1.22rem);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.actions.center { justify-content: center; }

.hero-panel {
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}
.panel-top { display: flex; gap: 7px; margin-bottom: 18px; }
.panel-top span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); }
.panel-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.08);
}
.panel-line + .panel-line { margin-top: 10px; }
.panel-line b { font-family: Archivo, sans-serif; }
.panel-line small { color: #aeb7ad; text-align: right; }
.panel-line.active { border-color: rgba(43,227,109,.45); box-shadow: inset 0 0 0 1px rgba(43,227,109,.08); }
.panel-status {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  color: #2be36d;
  background: rgba(43,227,109,.08);
  font-weight: 800;
  font-size: .9rem;
  text-align: center;
}

.band { padding: 76px 0; }
.band.alt { background: #0b0f0d; border-block: 1px solid rgba(255,255,255,.08); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.section-head h2, .process-grid h2, .cta h2 {
  font-family: Archivo, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: .98;
}
.section-head p, .process-grid p, .cta p { margin-top: 16px; color: #aeb7ad; }

.solutions { display: grid; gap: 22px; }
.solution {
  overflow: hidden;
  border-radius: 24px;
  background: #101612;
  border: 1px solid rgba(255,255,255,.1);
}
.solution img { width: 100%; height: 230px; object-fit: cover; }
.solution-body { padding: 24px; }
.solution-body > span, .plans span {
  color: #2be36d;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.solution h3 { margin-top: 8px; font-family: Archivo, sans-serif; font-size: 1.72rem; }
.solution p { margin-top: 10px; color: #b8c2b6; }
.solution ul { display: grid; gap: 8px; margin-top: 18px; color: #dce4da; }
.solution li::before { content: "✓ "; color: #2be36d; font-weight: 900; }
.card-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 22px; }
.text-link { color: #2be36d; font-weight: 900; }

.plans { display: grid; gap: 18px; }
.plans article {
  padding: 26px;
  border-radius: 22px;
  background: #050807;
  border: 1px solid rgba(255,255,255,.1);
}
.plans article.featured { border-color: rgba(43,227,109,.48); box-shadow: 0 22px 70px rgba(43,227,109,.1); }
.plans h3 { margin-top: 9px; font-size: 1.25rem; }
.plans b { display: block; margin: 10px 0; font-size: 1.25rem; color: #fff; }
.plans p, .note { color: #aeb7ad; }
.note { max-width: 760px; margin: 22px auto 0; text-align: center; font-size: .94rem; }

.process-grid { display: grid; gap: 34px; align-items: start; }
.steps { display: grid; gap: 12px; }
.steps li {
  padding: 20px;
  border-radius: 18px;
  background: #101612;
  border: 1px solid rgba(255,255,255,.1);
}
.steps b, .steps span { display: block; }
.steps span { margin-top: 5px; color: #aeb7ad; }

.cta {
  padding: 78px 0;
  text-align: center;
  background: linear-gradient(140deg, #0c1510, #050807);
}
.cta p { max-width: 640px; margin-inline: auto; }

.footer { padding: 34px 0; background: #030504; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.footer strong { font-family: Archivo, sans-serif; }
.footer p { color: #8f9a91; margin-top: 4px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; color: #c7d0c5; font-weight: 700; }

@media (max-width: 430px) {
  .wrap { padding-inline: 16px; }
  .brand small, .nav .btn.small { display: none; }
  .hero { padding-top: 64px; }
  .solution-body { padding: 20px; }
}

@media (min-width: 720px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .solutions { grid-template-columns: repeat(3, 1fr); }
  .solution { display: flex; flex-direction: column; }
  .solution-body { display: flex; flex: 1; flex-direction: column; }
  .card-actions { margin-top: auto; padding-top: 22px; }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: .9fr 1.1fr; }
}

@media (min-width: 900px) {
  .navlinks { display: flex; }
  .solution img { height: 250px; }
}
