* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f7fb;
  color: #101828;
}

body {
  padding-top: 64px;
  padding-bottom: 72px;
}

.hidden {
  display: none !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e4e7ec;
  z-index: 50;
}

.header-inner {
  max-width: 1180px;
  height: 58px;
  margin: 0 auto;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: #101828;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.brand-name {
  font-weight: 900;
  letter-spacing: -0.3px;
}

.brand-sub {
  font-size: 11px;
  color: #667085;
  font-weight: 700;
}

.header-contact {
  text-decoration: none;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px;
}

.hero {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.28), transparent 32%),
    linear-gradient(135deg, #0b1220 0%, #111827 52%, #1e3a8a 100%);
  border-radius: 28px;
  color: #fff;
  padding: 26px 18px 22px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.25);
}

.topbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.mini-pill {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.13);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

h1 {
  margin: 0;
  font-size: clamp(32px, 8vw, 62px);
  line-height: 0.98;
  letter-spacing: -2px;
}

.hero-sub {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.55;
  margin: 16px 0 22px;
  max-width: 640px;
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  border: 0;
  border-radius: 18px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
}

.btn-light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn.full {
  width: 100%;
}

.hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 14px;
  backdrop-filter: blur(10px);
}

.price-box {
  background: #fff;
  color: #101828;
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 12px;
}

.price-label {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.price {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 6px 0;
}

.price span {
  font-size: 15px;
  color: #667085;
  letter-spacing: 0;
}

.price-note {
  font-size: 13px;
  color: #475467;
  line-height: 1.45;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e0f2fe;
  font-size: 14px;
}

.section,
.trust-card {
  margin-top: 18px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 26px;
  padding: 20px 16px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.section-head {
  margin-bottom: 16px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 900;
  color: #2563eb;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.eyebrow.light {
  color: #93c5fd;
}

h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 1.15;
}

.muted {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
  margin: 9px 0 0;
}

.grid,
.trust-strip,
.highlight-grid,
.safe-row,
.store-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.trust-card {
  margin-top: 0;
}

.trust-strip {
  margin-top: 18px;
}

.trust-value {
  font-size: 18px;
  color: #101828;
  font-weight: 900;
  line-height: 1.2;
}

.store-btn {
  text-decoration: none;
  color: #101828;
  background: #f8fafc;
  border: 1px solid #e4e7ec;
  border-radius: 15px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
}

.safe-pill {
  background: #f8fafc;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 12px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.highlight-section {
  background: linear-gradient(135deg, #ecfdf3, #eff6ff);
  border-color: #bfdbfe;
}

.highlight-box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 15px;
}

.highlight-box strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.highlight-box span {
  display: block;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.feature {
  border: 1px solid #eef2f6;
  background: #fbfcff;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.icon {
  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
}

.feature h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.feature p {
  margin: 0;
  color: #667085;
  line-height: 1.45;
  font-size: 13px;
}

.demo-card {
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.demo-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.demo-name {
  font-size: 17px;
  font-weight: 900;
}

.live {
  font-size: 12px;
  font-weight: 900;
  color: #027a48;
  background: #ecfdf3;
  border: 1px solid #abefc6;
  padding: 5px 9px;
  border-radius: 999px;
}

.demo-card p {
  margin: 0 0 12px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.demo-link {
  display: block;
  text-align: center;
  background: #101828;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  padding: 11px;
  font-size: 13px;
  font-weight: 900;
}

.pricing-final {
  background: linear-gradient(135deg, #101828, #1e3a8a);
  color: #fff;
  border: 0;
  text-align: center;
  padding: 24px 16px;
}

.big-price {
  margin: 14px auto;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.big-price span {
  font-size: 16px;
  color: #dbeafe;
}

.pricing-text {
  color: #dbeafe;
  max-width: 620px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.55;
}

.included {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0;
}

.included span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e0f2fe;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
}

.status-box {
  margin-top: 14px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #e0f2fe;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid #e4e7ec;
  z-index: 50;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 14px;
  display: grid;
  gap: 5px;
  font-size: 11px;
  color: #667085;
}

.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal-card {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 26px;
  padding: 20px;
  position: relative;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: #f2f4f7;
  font-size: 22px;
  cursor: pointer;
}

form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
  color: #344054;
}

input {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 13px;
  font-size: 15px;
  outline: none;
}

input:focus {
  border-color: #2563eb;
}

@media (min-width: 720px) {
  .hero {
    padding: 34px;
  }

  .hero-grid {
    grid-template-columns: 1.4fr 0.8fr;
  }

  .cta-row {
    flex-direction: row;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip {
    grid-template-columns: 1.2fr 1fr;
  }

  .store-buttons,
  .highlight-grid,
  .safe-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .grid.three {
    grid-template-columns: repeat(3, 1fr);
  }

  .section {
    padding: 28px;
  }
}