/* 1 Purple Nation — multipage SEO layer (pairs with js/pn-pages.js) */

.pn-main { max-width: 1180px; margin: 0 auto; padding: 18px 20px 40px; color: #fff; }
.pn-main .gold { color: #F5C518; }
.pn-muted { color: rgba(255,255,255,.55); }

/* Breadcrumbs */
.pn-crumbs { font-size: 13px; color: rgba(255,255,255,.5); margin: 6px 0 22px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.pn-crumbs a { color: rgba(255,255,255,.72); text-decoration: none; }
.pn-crumbs a:hover { color: #F5C518; }
.pn-crumbs [aria-current] { color: #C4B5FD; font-weight: 600; }

/* Page hero */
.pn-hero { position: relative; padding: 42px 34px 40px; margin-bottom: 26px; border-radius: 28px; overflow: hidden;
  background: radial-gradient(600px 300px at 90% 0%, rgba(245,197,24,.16), transparent 70%), radial-gradient(700px 360px at 0% 100%, rgba(124,58,237,.35), transparent 70%), linear-gradient(135deg, #24124A, #140C28);
  border: 1px solid rgba(167,139,250,.2); }
.pn-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; color: #F5C518; margin-bottom: 10px; }
.pn-hero h1 { font-size: clamp(46px, 8vw, 96px); margin: 0 0 14px; line-height: .92; }
.pn-lede { max-width: 640px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.78); margin: 0; }
.pn-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pn-btn { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 50px; font-weight: 800; font-size: 15px; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.pn-btn-gold { background: linear-gradient(145deg, #FDE68A, #F5C518 45%, #D9A300); color: #0B0710; box-shadow: 0 12px 30px rgba(245,197,24,.22); }
.pn-btn-gold:hover { transform: translateY(-2px); }
.pn-btn-ghost { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.pn-btn-ghost:hover { background: rgba(255,255,255,.13); }

/* Sections */
.pn-sec { padding: 34px 0 10px; scroll-margin-top: 90px; }
.pn-sec > h2 { font-size: clamp(32px, 5vw, 52px); margin: 0 0 20px; }
.pn-sec > .pn-eyebrow { display: block; }

/* Product grid */
.pn-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.pn-products.is-empty { display: block; }
.pn-card { display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border: 1px solid rgba(167,139,250,.16); transition: transform .25s, border-color .25s, box-shadow .25s; }
.pn-card:hover { transform: translateY(-4px); border-color: rgba(167,139,250,.5); box-shadow: 0 18px 40px rgba(76,29,149,.35); }
.pn-card-img { position: relative; display: block; aspect-ratio: 1; background: #fff; overflow: hidden; }
.pn-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.9,.3,1); }
.pn-card:hover .pn-card-img img { transform: scale(1.05); }
.pn-badge { position: absolute; top: 10px; left: 10px; z-index: 1; padding: 6px 10px; border-radius: 50px; background: #0B0710; color: #F5C518; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.pn-badge.sale { background: #DC2626; color: #fff; } .pn-badge.out { background: rgba(11,7,16,.8); color: #fff; }
.pn-card-body { padding: 14px 16px 8px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.pn-card-cat { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,.5); }
.pn-card-name { font-family: 'Manrope', sans-serif; text-transform: none; letter-spacing: -.01em; font-size: 16px; font-weight: 700; line-height: 1.3; margin: 0; }
.pn-card-name a { color: #fff; text-decoration: none; }
.pn-card-price { color: #F5C518; font-weight: 800; font-size: 16px; margin-top: auto; padding-top: 6px; }
.pn-card-price s { color: rgba(255,255,255,.4); font-weight: 500; margin-right: 8px; }
.pn-card-actions { display: grid; grid-template-columns: 1fr 42px; gap: 8px; padding: 0 16px 16px; }
.pn-card-actions .pnq-trigger { width: 100%; }
.pn-card-view { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(255,255,255,.14); color: #fff; }
.pn-card-view:hover { border-color: #8B5CF6; color: #C4B5FD; }
.pn-skel { min-height: 360px; background: linear-gradient(90deg, #17102b 0%, #221338 50%, #17102b 100%); background-size: 200% 100%; animation: pnShim 1.4s ease-in-out infinite; border: 0; }
@keyframes pnShim { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.pn-empty { padding: 30px; border-radius: 20px; text-align: center; border: 1px dashed rgba(167,139,250,.35); }
.pn-empty p { margin: 0 0 16px; color: rgba(255,255,255,.75); }

/* Videos */
.pn-videos { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.pn-vid-note { grid-column: 1 / -1; margin: 0; }
.pn-vid { display: flex; flex-direction: column; gap: 8px; color: #fff; text-decoration: none; }
.pn-vid.pn-skel { min-height: 220px; border-radius: 16px; }
.pn-vid-thumb { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #000; }
.pn-vid-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pn-vid:hover .pn-vid-thumb img { transform: scale(1.05); }
.pn-vid-thumb i { position: absolute; left: 50%; top: 50%; width: 58px; height: 40px; margin: -20px 0 0 -29px; border-radius: 12px; background: rgba(255,0,51,.92); }
.pn-vid-thumb i::after { content: ''; position: absolute; left: 24px; top: 12px; border-style: solid; border-width: 8px 0 8px 13px; border-color: transparent transparent transparent #fff; }
.pn-vid-title { font-weight: 700; font-size: 15px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pn-vid-ago { font-size: 12.5px; color: rgba(255,255,255,.5); }

/* Steps */
.pn-steps { list-style: none; counter-reset: s; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; padding: 0; margin: 0; }
.pn-steps li { counter-increment: s; position: relative; padding: 20px 18px 18px 64px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(167,139,250,.16); }
.pn-steps li::before { content: counter(s); position: absolute; left: 16px; top: 18px; width: 34px; height: 34px; border-radius: 50%; background: #F5C518; color: #0B0710; font: 400 18px/34px 'Anton', sans-serif; text-align: center; }
.pn-steps strong { display: block; font-size: 15.5px; margin-bottom: 4px; }
.pn-steps span { font-size: 14px; color: rgba(255,255,255,.68); line-height: 1.55; }

/* FAQ */
.pn-faq { display: grid; gap: 10px; max-width: 860px; }
.pn-faq-item { border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(167,139,250,.16); overflow: hidden; }
.pn-faq-item summary { cursor: pointer; list-style: none; padding: 18px 50px 18px 20px; font-weight: 700; font-size: 15.5px; position: relative; }
.pn-faq-item summary::-webkit-details-marker { display: none; }
.pn-faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; color: #F5C518; }
.pn-faq-item[open] summary::after { content: '−'; }
.pn-faq-item > div { padding: 0 20px 18px; color: rgba(255,255,255,.75); line-height: 1.65; font-size: 15px; }
.pn-faq-item a, .pn-prose a, .pn-callout a { color: #F5C518; }

/* CTA band */
.pn-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin: 34px 0 10px; padding: 26px 28px; border-radius: 24px; background: linear-gradient(120deg, #7C3AED, #4C1D95); }
.pn-band h2 { font-size: 30px; margin: 0 0 4px; }
.pn-band p { margin: 0; color: rgba(255,255,255,.82); }

/* Book pages */
.pn-book { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 44px; align-items: start; padding: 10px 0 20px; }
.pn-book-cover img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 30px 70px rgba(0,0,0,.55); display: block; }
.pn-book-info h1 { font-size: clamp(44px, 7vw, 84px); margin: 0 0 6px; }
.pn-book-sub { font-size: 18px; font-style: italic; color: #C4B5FD; margin: 0 0 16px; }
.pn-book-meta { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 20px; }
.pn-book-meta li { padding: 7px 12px; border-radius: 50px; background: rgba(255,255,255,.06); border: 1px solid rgba(167,139,250,.2); font-size: 13px; font-weight: 700; }
.pn-book-info p { color: rgba(255,255,255,.8); line-height: 1.75; font-size: 16px; margin: 0 0 14px; }
.pn-prose p { margin: 0 0 14px; }
.pn-buy-list { display: grid; gap: 10px; margin-top: 22px; }
.pn-buy-list strong { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #F5C518; }
.pn-buy { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(167,139,250,.2); color: #fff; text-decoration: none; font-weight: 700; }
.pn-buy:hover { background: rgba(245,197,24,.12); border-color: #F5C518; }
.pn-xbook { display: flex; gap: 18px; align-items: center; max-width: 520px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(167,139,250,.16); color: #fff; text-decoration: none; }
.pn-xbook img { width: 90px; border-radius: 8px; }
.pn-xbook span { display: flex; flex-direction: column; gap: 3px; color: #F5C518; font-weight: 700; }
.pn-xbook strong { color: #fff; font-size: 18px; } .pn-xbook em { color: rgba(255,255,255,.6); font-weight: 500; }
.pn-book-link { color: inherit; text-decoration: none; } .pn-book-link:hover { color: #F5C518; }

/* Callout, prose, offices, payments */
.pn-callout { padding: 20px 22px; border-radius: 18px; background: rgba(37,211,102,.08); border: 1px solid rgba(37,211,102,.35); max-width: 720px; }
.pn-callout strong { display: block; color: #4ADE80; font-size: 16px; margin-bottom: 4px; }
.pn-callout p { margin: 0; color: rgba(255,255,255,.8); }
.pn-prose { max-width: 780px; color: rgba(255,255,255,.8); line-height: 1.75; font-size: 16px; }
.pn-prose h2 { font-size: 30px; margin: 28px 0 8px; }
.pn-prose ol { padding-left: 22px; } .pn-prose li { margin-bottom: 10px; }
.pn-offices { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.pn-office-group { padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(167,139,250,.16); }
.pn-office-group h3 { font-family: 'Manrope', sans-serif; text-transform: none; font-size: 14px; font-weight: 800; letter-spacing: 1.4px; color: #F5C518; margin: 0 0 8px; }
.pn-office-group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: 14px; color: rgba(255,255,255,.8); }
.pn-pay-list { list-style: none; padding: 0; margin: 0 0 12px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.pn-pay-list li { padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(167,139,250,.16); display: flex; flex-direction: column; gap: 4px; }
.pn-pay-list span { font-size: 13px; color: rgba(255,255,255,.6); }

/* Footer: new-drop signup + legal links */
.pn-foot-sub { margin-top: 14px; max-width: 380px; }
.pn-foot-sub label { display: block; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: #F5C518; margin-bottom: 8px; }
.pn-foot-sub-row { position: relative; display: flex; gap: 6px; padding: 5px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(167,139,250,.22); }
.pn-foot-sub-ico { display: flex; align-items: center; padding-left: 8px; color: rgba(255,255,255,.5); }
.pn-foot-sub-row input[type="email"] { flex: 1; min-width: 0; border: 0; background: transparent; color: #fff; font: 500 14.5px 'Manrope', sans-serif; padding: 0 6px; }
.pn-foot-sub-row input[type="email"]:focus { outline: none; }
.pn-foot-sub-row button { height: 40px; padding: 0 16px; border: 0; border-radius: 10px; background: #F5C518; color: #0B0710; font: 800 13.5px 'Manrope', sans-serif; cursor: pointer; white-space: nowrap; }
.pn-foot-legal { color: rgba(255,255,255,.6); text-decoration: none; }
.pn-foot-legal:hover { color: #fff; }

@media (max-width: 768px) {
  .pn-main { padding: 12px 16px 30px; }
  .pn-hero { padding: 30px 22px 28px; border-radius: 22px; }
  .pn-lede { font-size: 15.5px; }
  .pn-btn { height: 48px; padding: 0 20px; font-size: 14.5px; }
  .pn-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pn-card-body { padding: 12px 12px 6px; } .pn-card-name { font-size: 14px; }
  .pn-card-actions { grid-template-columns: 1fr; padding: 0 12px 12px; } .pn-card-view { display: none; }
  .pn-card-actions .pnq-trigger { height: 40px; font-size: 13px; padding: 0 10px; }
  .pn-badge { font-size: 8.5px; padding: 5px 8px; top: 8px; left: 8px; }
  .pn-skel { min-height: 260px; }
  .pn-book { grid-template-columns: 1fr; gap: 26px; } .pn-book-cover { max-width: 280px; margin: 0 auto; }
  .pn-band { padding: 22px; } .pn-band .pn-btn { width: 100%; justify-content: center; }
  .pn-foot-sub { margin-left: auto; margin-right: auto; }
}
