/* /public/product/index.css
   Page-only styles for /public/product/
   Header/Footer are handled by /css/components.css + /css/public-theme.css
*/

/* ---------- HERO ---------- */
.ns-hero{
  padding: 46px 0 26px;
  max-width: 980px;
}

.ns-kicker{
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

.ns-hero h1{
  font-size: clamp(44px, 5.2vw, 66px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.ns-lead{
  max-width: 74ch;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

.ns-lead strong{ color: var(--text); }

/* CTA */
.ns-cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}

/* Outline pills ("What you'll find") */
.ns-hero-note{
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ns-note-label{
  color: var(--muted);
  font-size: 13px;
}

.ns-note-pill{
  font-size: 12px;
  color: var(--muted);
  border: 1px solid rgba(11,13,18,0.10);
  background: rgba(255,255,255,0.70);
  padding: 6px 10px;
  border-radius: 999px;
}

/* ---------- PERSONA STRIP ---------- */
.ns-proof{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ns-proof-item{
  border: 1px solid rgba(11,13,18,0.08);
  background: rgba(255,255,255,0.82);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 40px rgba(11,13,18,0.06);
}

.ns-proof-item.primary{
  border-color: rgba(11,13,18,0.14);
  box-shadow: 0 22px 60px rgba(11,13,18,0.08);
}

.ns-proof-title{
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 10px;
}

.ns-proof-copy{
  color: rgba(11,13,18,0.74);
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- SECTION NAV (anchors) ---------- */
.ns-nav{
  margin: 22px 0 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(11,13,18,0.06);
  border-bottom: 1px solid rgba(11,13,18,0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ns-nav a{
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(11,13,18,0.10);
  background: rgba(255,255,255,0.70);
  color: rgba(11,13,18,0.72);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.ns-nav a:hover{
  background: rgba(11,13,18,0.04);
  color: rgba(11,13,18,0.90);
}

/* ---------- SECTIONS ---------- */
.ns-section{
  padding: 44px 0 6px;
}

.ns-section-head{
  max-width: 900px;
}

.ns-section-head h2{
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.ns-section-head p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 76ch;
}

/* Grids */
.ns-grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
  align-items: start;
}

.ns-grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  align-items: start;
}

/* Cards */
.ns-card{
  border: 1px solid rgba(11,13,18,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  padding: 18px;
  box-shadow: 0 14px 40px rgba(11,13,18,0.06);
}

.ns-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.ns-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Tiles with media */
.ns-tile{
  border: 1px solid rgba(11,13,18,0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  padding: 18px;
  box-shadow: 0 14px 40px rgba(11,13,18,0.06);
}

.ns-tile-top{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ns-tile-top h3{
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.ns-tile p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.ns-media{
  margin-top: 14px;
}

.ns-media img{
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(11,13,18,0.08);
  background: #fff;
}

/* Steps callout */
.ns-callout{
  margin-top: 18px;
  border-radius: 22px;
}

.ns-steps{
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
  color: rgba(11,13,18,0.74);
}

.ns-steps strong{ color: rgba(11,13,18,0.92); }

/* Final CTA */
.ns-final{
  padding: 56px 0 28px;
  margin-top: 38px;
  border-top: 1px solid rgba(11,13,18,0.06);
  text-align: center;
}

.ns-final p{
  margin: 0 0 14px;
  color: var(--muted);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .ns-proof{ grid-template-columns: 1fr; }
  .ns-grid-3{ grid-template-columns: 1fr; }
}

@media (max-width: 900px){
  .ns-grid-2{ grid-template-columns: 1fr; }
  .ns-media img{ height: 220px; }
}
