/**
 * Product landing layout.
 *
 * Built on the theme's existing tokens rather than the design file's own
 * palette. The two teals were a shade apart (#33d9c9 against #2dd4c4) and the
 * design used four typefaces the site doesn't load — matching the site keeps
 * a product page reading as part of nynespot.com rather than a page that
 * wandered in from somewhere else.
 */

.np-product{display:block}

/* ---------- hero ---------- */
.np-hero{padding:80px 0 60px;position:relative;overflow:hidden}
.np-hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(60% 70% at 70% 0%,rgba(45,212,196,.10),transparent 68%);
}
.np-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:52px;align-items:center}
.np-hero-copy{min-width:0}

.np-pill{
  display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;
  padding:7px 15px;border-radius:999px;font-size:.78rem;font-weight:600;
  color:var(--ink);background:rgba(255,255,255,.04);border:1px solid var(--line);
}
.np-pill i{color:var(--teal);font-size:.8rem}

.np-headline{
  font-family:var(--font-head);
  font-size:clamp(2.3rem,4.6vw,3.9rem);font-weight:var(--w-black,900);
  letter-spacing:-.03em;line-height:1.03;margin:0 0 22px;
}
.np-headline .accent{color:var(--teal)}

.np-lead{color:var(--muted);font-size:clamp(1rem,1.3vw,1.15rem);max-width:52ch;margin:0 0 32px}

.np-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.np-trust{color:var(--muted);font-size:.85rem;margin:20px 0 0}

/* The screenshot is the proof, so it gets real presence rather than sitting
   politely in a box. */
.np-hero-shot{
  border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);background:var(--bg-2);
  box-shadow:0 40px 90px rgba(0,0,0,.5);
}
.np-hero-shot img{width:100%;height:auto;display:block}

/* ---------- stats ---------- */
.np-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2)}
.np-stats-inner{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:22px;padding:30px 28px;text-align:center;
}
.np-stat{display:flex;flex-direction:column;gap:4px}
.np-stat-v{
  font-family:var(--font-head);font-size:1.7rem;font-weight:var(--w-black,900);
  letter-spacing:-.02em;color:var(--teal);
}
.np-stat-l{
  font-size:.74rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);
}

/* ---------- features ---------- */
.np-features{padding:90px 0}
.np-cards{grid-template-columns:repeat(2,1fr);margin-top:48px}

/* ---------- screenshots ---------- */
.np-shots{padding:0 0 90px}
.np-shots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}
.np-shot{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--bg-2)}
.np-shot img{width:100%;height:auto;display:block}

/* ---------- testimonial ---------- */
.np-quote-wrap{padding:0 0 90px}
.np-quote{
  margin:0;padding:42px 44px;border-radius:var(--radius);
  border:1px solid var(--line);
  background:linear-gradient(180deg,var(--panel),var(--bg-2));
  max-width:820px;
}
.np-stars{color:var(--teal);letter-spacing:.18em;font-size:.95rem}
.np-quote p{font-size:1.2rem;line-height:1.6;margin:16px 0 18px;color:var(--ink)}
.np-quote cite{font-style:normal;color:var(--muted);font-size:.88rem}

/* ---------- description ---------- */
.np-desc{padding:0 0 90px}
.np-prose{color:var(--muted);font-size:1.02rem;max-width:70ch}
.np-prose h1,.np-prose h2,.np-prose h3{color:var(--ink);margin:1.6em 0 .5em;line-height:1.2}
.np-prose h1{font-size:1.7rem}
.np-prose h2{font-size:1.4rem}
.np-prose h3{font-size:1.15rem}
.np-prose p{margin:0 0 1em}
.np-prose strong{color:var(--ink)}
.np-prose em{color:var(--ink);font-style:italic}
.np-prose ul,.np-prose ol{padding-left:1.3em;margin:0 0 1em}
.np-prose li{margin-bottom:.4em}
.np-prose a{color:var(--teal);text-decoration:underline}

/* ---------- price ---------- */
.np-price-wrap{padding:0 0 100px}
.np-price-card{
  text-align:center;padding:60px 44px;border-radius:28px;
  border:1px solid rgba(45,212,196,.3);
  background:linear-gradient(180deg,rgba(45,212,196,.07),rgba(45,212,196,.01));
}
.np-price-card h2{
  font-family:var(--font-head);
  font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:var(--w-black,900);
  letter-spacing:-.02em;margin:0 0 26px;
}
.np-price{display:flex;align-items:baseline;justify-content:center;gap:12px;flex-wrap:wrap}
.np-was{color:var(--muted);text-decoration:line-through;font-size:1.3rem}
.np-was .amount{color:inherit}
.np-now{
  font-family:var(--font-head);font-size:clamp(2.8rem,6vw,4.2rem);
  font-weight:var(--w-black,900);letter-spacing:-.03em;line-height:1;
}
.np-now .amount{color:var(--ink)}
.np-once{color:var(--muted);font-size:1rem}
.np-price-note{color:var(--muted);margin:18px 0 30px;font-size:1rem}
.np-fine{color:var(--muted);font-size:.82rem;margin:16px 0 0}

.btn-lg{padding:17px 40px;font-size:1.02rem}
.btn.is-off{
  background:rgba(255,255,255,.06);color:var(--muted);
  border-color:var(--line);cursor:not-allowed;
}

/* Woo prints prices wrapped in .amount, and its own colour would fight ours. */
.np-product .woocommerce-Price-amount{color:inherit}
.np-product .woocommerce-Price-currencySymbol{opacity:.7}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .np-hero{padding:56px 0 44px}
  .np-hero-inner{grid-template-columns:1fr;gap:36px}
  /* Screenshot above the copy on a phone: it explains the product faster than
     the headline does. */
  .np-hero-shot{order:-1}
  .np-cards{grid-template-columns:1fr}
  .np-features{padding:64px 0}
  .np-quote{padding:32px 26px}
  .np-price-card{padding:44px 24px}
}

@media(max-width:560px){
  .np-actions{flex-direction:column;align-items:stretch}
  .np-actions .btn{width:100%;text-align:center}
  .np-stats-inner{grid-template-columns:repeat(2,1fr);padding:24px 18px}
}

@media print{
  .np-hero::before{display:none}
  .np-price-card{background:#fff;border-color:#ccc}
}
