:root {
  --brass: #c77d30;
  --brass-light: #efa941;
  --brass-deep: #8f541f;
  --field: #515e42;
  --field-dark: #1a211c;
  --graphite: #191b1d;
  --steel: #5d6366;
  --stone: #f1ece2;
  --paper: #fbf8f1;
  --white: #ffffff;
  --ready: #2e8c49;
  --warning: #c56b24;
  --shadow: 0 28px 80px rgba(17, 18, 16, 0.22);
  --radius-lg: 32px;
  --radius-md: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background:
    radial-gradient(circle at 12% 16%, rgba(199, 125, 48, 0.12), transparent 24rem),
    radial-gradient(circle at 84% 8%, rgba(81, 94, 66, 0.14), transparent 30rem),
    linear-gradient(135deg, #fbf8f1 0%, #eee8dc 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.38;
  background:
    repeating-radial-gradient(circle at 12% 88%, transparent 0 98px, rgba(25, 27, 29, 0.11) 99px 101px),
    repeating-radial-gradient(circle at 82% 12%, transparent 0 106px, rgba(25, 27, 29, 0.09) 107px 109px);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 241, 0.82);
  border-bottom: 1px solid rgba(25, 27, 29, 0.08);
}

.nav {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 12px 24px rgba(25, 27, 29, 0.18);
}

.brand small {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--steel);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.96rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  color: rgba(25, 27, 29, 0.74);
}

.nav-links a:hover {
  color: var(--brass-deep);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brass-light), var(--brass-deep));
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  border: 0;
  box-shadow: 0 18px 36px rgba(143, 84, 31, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--graphite);
  border: 1px solid rgba(25, 27, 29, 0.1);
  box-shadow: none;
}

.button.disabled {
  cursor: default;
  opacity: 0.74;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: 54px;
  min-height: calc(100vh - 78px);
  padding-top: 54px;
  padding-bottom: 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brass);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 6.9rem);
}

h2 {
  font-size: clamp(2.45rem, 5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.lead {
  margin: 24px 0 0;
  color: rgba(25, 27, 29, 0.72);
  font-size: clamp(1.12rem, 2.2vw, 1.38rem);
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(25, 27, 29, 0.08);
  color: rgba(25, 27, 29, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
}

.visual-card {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  border-radius: 38px;
  background: linear-gradient(135deg, var(--field-dark), #38432e);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.visual-card .splash {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  opacity: 0.94;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.72));
}

.floating-panel {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

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

.metric {
  padding: 15px;
  border-radius: 18px;
  background: rgba(251, 248, 241, 0.86);
  border: 1px solid rgba(25, 27, 29, 0.08);
}

.metric strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}

.metric span {
  color: var(--steel);
  font-weight: 700;
  font-size: 0.82rem;
}

.card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(25, 27, 29, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(25, 27, 29, 0.08);
}

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

.feature-card {
  padding: 28px;
}

.icon-dot {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brass-light), var(--brass-deep));
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 22px;
}

.feature-card p,
.legal-copy p,
.legal-copy li,
.support-list li {
  color: rgba(25, 27, 29, 0.72);
}

.split {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 36px;
  align-items: center;
}

.product-showcase {
  overflow: hidden;
  padding: 32px;
  min-height: 500px;
  background:
    radial-gradient(circle at 20% 10%, rgba(239, 169, 65, 0.28), transparent 20rem),
    linear-gradient(135deg, var(--field-dark), #405037);
}

.firearm-row {
  display: grid;
  gap: 20px;
}

.firearm-row img {
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.38));
}

.app-preview {
  padding: 28px;
  background: rgba(251, 248, 241, 0.92);
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.preview-header img {
  width: 58px;
  height: 58px;
  border-radius: 15px;
}

.fake-phone {
  border-radius: 34px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid rgba(25, 27, 29, 0.1);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.45);
}

.fake-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gun-card {
  padding: 13px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(25, 27, 29, 0.11);
}

.gun-card .thumb {
  height: 92px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--field-dark), var(--field));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.gun-card h4 {
  margin: 12px 0 2px;
  font-size: 1rem;
}

.bar {
  height: 7px;
  border-radius: 999px;
  background: #d8d6cf;
  overflow: hidden;
  margin-top: 12px;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--ready);
}

.pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.price-card {
  padding: 24px;
  position: relative;
}

.price {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.price small {
  font-size: 0.95rem;
  color: var(--steel);
  letter-spacing: 0;
}

.badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(46, 140, 73, 0.14);
  color: var(--ready);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.badge-row {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.badge-row img {
  width: 124px;
  height: 124px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(25, 27, 29, 0.2));
}

.cta {
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(26, 33, 28, 0.96), rgba(81, 94, 66, 0.94)),
    var(--field-dark);
  color: #fff;
}

.cta p {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  padding-top: 82px;
  padding-bottom: 42px;
}

.legal-copy {
  max-width: 880px;
  padding: 38px;
}

.legal-copy h2 {
  font-size: 2rem;
  margin-top: 36px;
  margin-bottom: 12px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy ul {
  padding-left: 24px;
}

.support-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(25, 27, 29, 0.08);
}

.site-footer {
  position: relative;
  padding: 48px 0;
  border-top: 1px solid rgba(25, 27, 29, 0.08);
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(25, 27, 29, 0.72);
  font-weight: 700;
  text-decoration: none;
}

.muted {
  color: var(--steel);
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .split,
  .cta {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .pricing {
    grid-template-columns: 1fr;
  }

  .visual-card,
  .visual-card .splash {
    min-height: 420px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .section {
    width: min(100% - 28px, var(--max));
    padding: 56px 0;
  }

  .hero {
    padding-top: 28px;
  }

  .metric-grid,
  .fake-row {
    grid-template-columns: 1fr;
  }

  .cta,
  .legal-copy {
    padding: 28px;
  }
}
