* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #e2e8f0;
  background: #0b1220;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  background: #000;
  border-bottom: 0;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img,
.logo-img {
  height: 112px;
}

nav a {
  margin-left: 28px;
  text-decoration: none;
  color: #94a3b8;
  font-weight: 500;
  font-size: 15px;
}

nav a:hover {
  color: #22c55e;
}

.btn-nav {
  background: #16a34a;
  color: #052e16 !important;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  background: #0f172a;
  color: white;
  text-align: center;
  padding: 90px 20px 80px;
}

.beta-badge {
  display: inline-block;
  background: #14532d;
  color: #86efac;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 750;
  margin-bottom: 18px;
  line-height: 1.2;
}

.subtitle {
  font-size: 19px;
  max-width: 620px;
  margin: 0 auto 36px;
  color: #cbd5e1;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.btn-green {
  background: #22c55e;
  color: #052e16;
}

.btn-blue {
  background: #1e3a5f;
  color: #dbeafe;
}

.products {
  padding: 72px 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.product-card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 16px;
  padding: 28px;
  overflow: hidden;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  margin: -28px -28px 20px -28px;
  padding: 18px 28px;
  min-height: 88px;
}

.badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.badge.green {
  background: #14532d;
  color: #86efac;
}

.badge.blue {
  background: #1e3a5f;
  color: #93c5fd;
}

.product-logo {
  height: 42px;
  max-width: 160px;
  object-fit: contain;
}

.description {
  color: #cbd5e1;
  margin-bottom: 16px;
}

.product-screenshot {
  width: 100%;
  border-radius: 8px;
  margin: 12px 0 16px;
}

.features {
  list-style: none;
  margin-bottom: 20px;
}

.features li {
  padding: 6px 0 6px 16px;
  position: relative;
  color: #94a3b8;
  font-size: 14px;
}

.features li::before {
  content: "•";
  color: #22c55e;
  position: absolute;
  left: 0;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: #f8fafc;
}

.price span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
}

.beta-info {
  padding: 56px 0;
  background: #0f172a;
}

.beta-info h2 {
  margin-bottom: 16px;
}

.beta-info p {
  color: #94a3b8;
  margin-bottom: 12px;
}

.note {
  font-size: 13px;
  color: #64748b;
}

.footer {
  background: #020617;
  color: #94a3b8;
  text-align: center;
  padding: 36px 0;
  font-size: 14px;
}

.footer a {
  color: #86efac;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero h1 { font-size: 34px; }
  .subtitle { font-size: 17px; }
  nav { display: none; }
}

/* GST feedback widget */
.gst-fb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  font-family: Calibri, "Segoe UI", system-ui, sans-serif;
}
.gst-fb-btn {
  display: flex;
  align-items: center;
  background: #16a34a;
  color: #052e16;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}
.gst-fb-btn:hover { background: #22c55e; }
.gst-fb-panel {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: 280px;
  background: #fff;
  color: #0f172a;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  overflow: hidden;
}
.gst-fb-head {
  background: #16a34a;
  color: #052e16;
  font-weight: 700;
  padding: 12px 14px;
}
.gst-fb-step { padding: 12px; }
.gst-fb-choice {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
.gst-fb-choice:hover { border-color: #16a34a; background: #f0fdf4; }
.gst-fb-panel input[type="email"],
.gst-fb-panel textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font: 14px Calibri, "Segoe UI", sans-serif;
}
.gst-fb-hp { position: absolute; left: -9999px; height: 0; width: 0; }
.gst-fb-row { display: flex; justify-content: space-between; gap: 8px; }
.gst-fb-back, .gst-fb-send {
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.gst-fb-back { background: #fff; border: 1px solid #d1d5db; }
.gst-fb-send { background: #16a34a; color: #052e16; border: 0; }
.gst-fb-err { color: #b91c1c; font-size: 12px; margin: 0 0 8px; }
.gst-fb-panel p { font-size: 14px; margin: 0; }

.features-blue li::before {
  color: #60a5fa;
}

.shot-split {
  border-top: 1px solid #334155;
  margin: 8px 0 10px;
  padding-top: 12px;
}

.shot-note {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 6px;
}

.shot-note.smac-point {
  color: #93c5fd;
}

.shot-label {
  color: #86efac;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.poc-note {
  color: #93c5fd;
  font-size: 14px;
  margin: 0 0 14px;
}

.doorman-img {
  margin-bottom: 8px;
}
