@import url("chainmill_v3.css");

/* === MVP launch additions === */
.hero-statement {
  margin-bottom: 1.2rem;
}

.hero-proof {
  display: block;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #b7c4c4;
  font-weight: 400;
  max-width: 560px;
}

.ticker-track {
  overflow: hidden;
  flex: 1;
  display: flex;
}

.lead-flush {
  margin-bottom: 0;
}

.cta-text {
  color: #17b4a3;
}

.btn-main,
.nav-cta {
  background: #17b4a3 !important;
  border-color: #17b4a3 !important;
  color: #1b1c1d !important;
}

.btn-main:hover,
.nav-cta:hover {
  background: #119486 !important;
  border-color: #119486 !important;
  color: #1b1c1d !important;
}

.tool-section .tool-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: start;
  margin-top: 0;
}

.tool-shot {
  border: 1px solid rgba(135, 156, 157, 0.35);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  background: #101112;
}

.tool-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.tool-points {
  list-style: none;
  margin: 1.6rem 0 2rem;
  padding: 0;
}

.tool-points li {
  position: relative;
  padding: 0 0 1.1rem 1.7rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #c9d4d4;
}

.tool-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8dfa01;
}

.tool-points li strong {
  color: #ffffff;
}

.tool-free-tag {
  display: inline-block;
  margin: 1.6rem 0 1.1rem;
  padding: 0.3rem 0.85rem;
  border: 1px solid #8dfa01;
  border-radius: 99px;
  color: #8dfa01;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tool-quote {
  margin-top: 2.2rem;
  padding-left: 1.2rem;
  border-left: 3px solid #879c9d;
  font-style: italic;
  color: #aebbbb;
  font-size: 0.98rem;
  line-height: 1.6;
}

.tool-quote .tq-src {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.82rem;
  color: #879c9d;
  font-weight: 600;
}

.briefing-archive-action {
  margin-top: 1.6rem;
}

.archive-cta {
  color: #17b4a3;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.archive-cta:hover {
  color: #119486;
}

.signup-action {
  margin-top: 1.6rem;
}

.success-modal-title {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
}

.success-modal-copy {
  color: #4b5563;
  line-height: 1.6;
}

.footer-logo {
  height: 48px;
  opacity: 0.6;
}

@media (max-width: 880px) {
  .tool-section .tool-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
