/* ==========================================================================
   equipment.css — Shared styles for all equipment pages
   Replaces inline <style> blocks from 50 .njk files.

   Page types:
     eq-   Equipment hub (/equipment/)
     ru-   Category roundup pages (/equipment/*/index)
     cs-   Complete-setup pages (/equipment/complete-setups/*)
     pg-   Individual product guide pages (/equipment/*/*)
   ========================================================================== */


/* ==========================================================================
   1. EQUIPMENT HUB  (eq-)
   ========================================================================== */
/* Equipment Hub Styles */

.eq-hero-wrapper {
    position: relative;
    background: url('/images/equipment/equipment-hero.webp') center/cover no-repeat;
    margin-bottom: 2rem;
}
.eq-hero-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,20,0.4) 0%, rgba(10,10,20,0.75) 60%, rgba(10,10,20,1) 100%);
}
.eq-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 5rem 2rem 4rem;
    max-width: 900px;
    margin: 0 auto;
}
.eq-hero .hero-tag {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
.eq-hero h1 {
    font-size: 2.8rem;
    margin: 0 0 1.2rem;
    line-height: 1.2;
}
.eq-hero .lead {
    font-size: 1.15rem;
    color: #b0b0b0;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto 2rem;
}
.eq-hero-stats {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.eq-stat-item {
    text-align: center;
}
.eq-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}
.eq-stat-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-top: 0.3rem;
}

/* Disclosure banner */
.eq-disclosure {
    max-width: 1100px;
    margin: 0 auto 2rem;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.6;
}
.eq-disclosure strong { color: #bbb; }

.eq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.eq-section {
    margin-bottom: 3rem;
}
.eq-section-header {
    margin-bottom: 2rem;
}
.eq-section-label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}
.eq-section-header h2 {
    font-size: 1.8rem;
    margin: 0 0 0.8rem;
}
.eq-section-header p {
    color: #999;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 700px;
}

.eq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.eq-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}
.eq-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary-color);
}
.eq-card-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.eq-card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(20,20,30,1));
}
.eq-card-icon {
    font-size: 3rem;
    text-align: center;
    padding: 2.5rem 1.5rem 1rem;
    background: linear-gradient(180deg, rgba(0,200,200,0.06) 0%, transparent 100%);
}
.eq-card-body {
    padding: 0 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.eq-card-title {
    font-size: 1.3rem;
    margin: 0 0 0.5rem;
}
.eq-card-count {
    font-size: 0.8rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}
.eq-card-desc {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.6;
    flex: 1;
}
.eq-card-price {
    display: block;
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #777;
}
.eq-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.eq-read-link {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
}

/* How We Research section */
.eq-approach {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 3rem;
}
.eq-approach h2 {
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
.eq-approach p {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1rem;
}
.eq-approach p:last-child { margin-bottom: 0; }
.eq-approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.eq-approach-item {
    padding: 1rem;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
}
.eq-approach-item strong {
    display: block;
    color: #ddd;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}
.eq-approach-item span {
    color: #999;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Complete Setups section */
.eq-setups {
    margin: 3rem 0;
    background: linear-gradient(135deg, rgba(0,200,200,0.06) 0%, rgba(0,200,200,0.02) 100%);
    border: 1px solid rgba(0,200,200,0.2);
    border-radius: 16px;
    padding: 2rem 2rem 2rem;
}
.eq-setups-header {
    margin-bottom: 1.5rem;
}
.eq-setups-header h2 {
    font-size: 1.6rem;
    margin: 0.3rem 0 0.5rem;
}
.eq-setups-lead {
    color: #999;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0;
}
.eq-setups-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
.eq-setup-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 1.2rem 1.4rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.eq-setup-card:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
}
.eq-setup-tier {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
}
.eq-setup-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}
.eq-setup-desc {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.5;
    margin: 0.1rem 0 0;
    flex: 1;
}
.eq-setup-budget {
    font-size: 0.88rem;
    color: #bbb;
    font-weight: 600;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* Mobile */
@media (max-width: 480px) {
    .eq-hero { padding: 3rem 1.5rem 2.5rem; }
    .eq-hero h1 { font-size: 2rem; }
    .eq-hero .lead { font-size: 1rem; }
    .eq-hero-stats { gap: 1.5rem; }
    .eq-stat-number { font-size: 1.6rem; }
    .eq-grid { grid-template-columns: 1fr; }
    .eq-card-icon { font-size: 2.5rem; padding: 2rem 1rem 0.5rem; }
    .eq-breadcrumb { padding: 1rem; }
    .eq-container { padding: 0 1rem 3rem; }
    .eq-setups { padding: 1.5rem; }
    .eq-setups-grid { grid-template-columns: 1fr; }
}


/* ==========================================================================
   2. CATEGORY ROUNDUP PAGES  (ru-)
   ========================================================================== */
html, body { max-width: 100%; overflow-x: hidden; }
/* Roundup page styles */

.ru-hero { text-align: center; padding: 3rem 2rem 2rem; max-width: 850px; margin: 0 auto; }
.ru-hero .hero-tag { display: inline-block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); margin-bottom: 1rem; }
.ru-hero h1 { font-size: 2.4rem; margin: 0 0 1rem; line-height: 1.2; }
.ru-hero .lead { font-size: 1.1rem; color: #b0b0b0; line-height: 1.7; max-width: 700px; margin: 0 auto; }

.ru-container { max-width: 1100px; margin: 0 auto; padding: 0 2rem 4rem; }

.ru-disclosure { max-width: 1100px; margin: 0 auto 2rem; padding: 0.8rem 1.2rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; font-size: 0.8rem; color: #888; line-height: 1.5; }

/* Quick comparison table */
.ru-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; }
.ru-table-scroll .ru-comparison { margin: 0; }
.ru-comparison { width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: 0.9rem; }
.ru-comparison th { text-align: left; padding: 0.8rem; color: var(--primary-color); border-bottom: 2px solid rgba(0,200,200,0.3); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
.ru-comparison td { padding: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.06); color: #ccc; }
.ru-comparison tr:hover { background: rgba(255,255,255,0.03); }
.ru-comparison a { color: var(--primary-color); text-decoration: none; font-weight: 600; }
.ru-comparison a:hover { text-decoration: underline; }
.ru-comparison .ru-badge { display: inline-block; font-size: 0.7rem; padding: 0.15rem 0.5rem; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; }
.ru-badge-beginner { background: rgba(0,180,100,0.15); color: #00cc77; }
.ru-badge-intermediate { background: rgba(200,150,0,0.15); color: #ddaa00; }

/* Product cards */
.ru-product { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 2rem; margin: 2rem 0; }
.ru-product-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; }
.ru-product-number { font-size: 3rem; font-weight: 700; color: rgba(0,200,200,0.2); line-height: 1; margin-right: 1rem; }
.ru-product-title { font-size: 1.5rem; margin: 0; flex: 1; }
.ru-product-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ru-product-price { font-size: 1.1rem; color: var(--primary-color); font-weight: 600; }
.ru-product-meta { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.8rem; margin: 1.2rem 0; padding: 1rem; background: rgba(0,0,0,0.2); border-radius: 8px; }
.ru-product-spec { }
.ru-product-spec-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-color); }
.ru-product-spec-value { font-size: 0.95rem; color: #ddd; margin-top: 0.2rem; }
.ru-product p { color: #bbb; font-size: 0.95rem; line-height: 1.7; margin: 0.8rem 0; }
.ru-product-verdict { margin-top: 1.2rem; padding: 1rem; background: rgba(0,200,200,0.05); border-left: 3px solid var(--primary-color); border-radius: 0 8px 8px 0; }
.ru-product-verdict strong { color: #ddd; }
.ru-product-verdict p { margin: 0; color: #bbb; font-size: 0.9rem; }
.ru-product-link { display: inline-block; margin-top: 1rem; color: var(--primary-color); font-weight: 600; text-decoration: none; font-size: 0.95rem; }
.ru-product-link:hover { text-decoration: underline; }

.ru-product-img {
    margin: 1.2rem 0;
    text-align: center;
}
.ru-product-img img {
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Buying advice section */
.ru-advice { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 2rem; margin-top: 3rem; }
.ru-advice h2 { font-size: 1.4rem; margin: 0 0 1rem; }
.ru-advice h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; color: var(--primary-color); }
.ru-advice p { color: #bbb; font-size: 0.95rem; line-height: 1.7; margin: 0 0 0.8rem; }

@media (max-width: 480px) {
    .ru-hero h1 { font-size: 1.8rem; }
    .ru-product-header { flex-direction: column; }
    .ru-product-meta { grid-template-columns: 1fr 1fr; }
    .ru-comparison { font-size: 0.8rem; }
    .ru-comparison th, .ru-comparison td { padding: 0.5rem; }
}

/* Affiliate links on roundup pages */
.ru-affiliate-link {
    display: inline-block;
    margin-left: 1rem;
    padding: 0.5rem 1.2rem;
    background: rgba(0,200,200,0.15);
    border: 1px solid rgba(0,200,200,0.3);
    border-radius: 4px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.2s;
}
.ru-affiliate-link:hover {
    background: rgba(0,200,200,0.25);
}

.ru-hero-banner { position: relative; width: 100%; min-height: 320px; display: flex; align-items: flex-end; overflow: hidden; }
.ru-hero-banner img.ru-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ru-hero-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.15) 100%); }
.ru-hero-inner { position: relative; z-index: 2; padding: 2.5rem 3rem; width: 100%; text-align: center; }
.ru-hero-inner .hero-tag { display: inline-block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); margin-bottom: 0.8rem; }
.ru-hero-inner h1 { font-size: 2.4rem; margin: 0 0 1rem; line-height: 1.2; }
.ru-hero-inner .lead { font-size: 1.05rem; color: #c8c8c8; line-height: 1.7; max-width: 700px; margin: 0 auto; }
@media (max-width: 640px) { .ru-hero-inner { padding: 2rem 1.2rem; } .ru-hero-inner h1 { font-size: 1.8rem; } }


/* ==========================================================================
   3. COMPLETE SETUPS HUB  (cs- hub variant)
   ========================================================================== */
html, body { max-width: 100%; overflow-x: hidden; }


.cs-hero-banner { position: relative; width: 100%; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.cs-hero-banner img.cs-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-hero-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.15) 100%); }
.cs-hero-content { position: relative; z-index: 2; padding: 2.5rem 3rem; width: 100%; text-align: center; }
.cs-hero-content .hero-tag { display: inline-block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); margin-bottom: 0.8rem; }
.cs-hero-content h1 { font-size: 2.4rem; margin: 0 0 1rem; line-height: 1.2; }
.cs-hero-content .lead { font-size: 1.05rem; color: #c8c8c8; line-height: 1.7; max-width: 680px; margin: 0 auto 0.6rem; }
.cs-hero-content .sub-note { font-size: 0.85rem; color: #aaa; }

.cs-container { max-width: 1100px; margin: 0 auto; padding: 0 2rem 5rem; }

.cs-disclosure { max-width: 1100px; margin: 0 auto 1.5rem; padding: 0.7rem 1.2rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; font-size: 0.8rem; color: #888; }

.cs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 1rem; }

.cs-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1.8rem; text-decoration: none; color: inherit; display: block; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; }
.cs-card:hover { border-color: rgba(0,200,200,0.4); transform: translateY(-2px); }
.cs-card-tier { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); margin-bottom: 0.5rem; }
.cs-card h2 { font-size: 1.2rem; margin: 0 0 0.6rem; color: #fff; line-height: 1.3; }
.cs-card .cs-card-price { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); margin-bottom: 0.8rem; }
.cs-card p { font-size: 0.9rem; color: #aaa; line-height: 1.6; margin: 0 0 1.2rem; }
.cs-card-meta { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.cs-tag { display: inline-block; font-size: 0.7rem; padding: 0.2rem 0.6rem; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.cs-tag-visual { background: rgba(0,180,100,0.12); color: #00cc77; }
.cs-tag-imaging { background: rgba(100,100,255,0.12); color: #9090ff; }
.cs-tag-beginner { background: rgba(0,180,100,0.12); color: #00cc77; }
.cs-tag-intermediate { background: rgba(200,150,0,0.12); color: #ddaa00; }
.cs-tag-advanced { background: rgba(200,50,50,0.12); color: #ff7070; }
.cs-card-cta { font-size: 0.85rem; color: var(--primary-color); font-weight: 600; }
.cs-card .cs-clicks { font-size: 0.75rem; color: #666; margin-top: 0.3rem; }

.cs-how-it-works { margin: 3rem 0; padding: 2rem; background: rgba(0,200,200,0.04); border: 1px solid rgba(0,200,200,0.1); border-radius: 12px; }
.cs-how-it-works h2 { font-size: 1.3rem; margin: 0 0 0.8rem; }
.cs-how-it-works p { color: #aaa; font-size: 0.95rem; line-height: 1.7; margin: 0; }

@media (max-width: 640px) {
    .cs-hero h1 { font-size: 1.8rem; }
    .cs-grid { grid-template-columns: 1fr; }
    .cs-container { padding: 0 1.2rem 3rem; }
}


/* ==========================================================================
   4. COMPLETE SETUP INDIVIDUAL PAGES  (cs- detail variant)
   ========================================================================== */
html, body { max-width: 100%; overflow-x: hidden; }

/* ── Page wrapper ── */
.cs-page { max-width: 900px; margin: 0 auto; padding: 0 2rem 5rem; }

/* ── Breadcrumb ── */
.cs-breadcrumb-nav { padding: 1.2rem 0 0; font-size: 0.9rem; color: #888; }
.cs-breadcrumb-nav a { color: var(--primary-color); text-decoration: none; }
.cs-breadcrumb-nav a:hover { text-decoration: underline; }
.cs-breadcrumb-nav .bc-sep { margin: 0 0.4rem; color: #555; }

/* ── Hero banner ── */
.cs-hero-banner { position: relative; width: 100%; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.cs-hero-banner img.cs-hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  border-radius: 14px;
}
.cs-hero-banner::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.15) 100%);
  border-radius: 14px;
}
.cs-hero-content {
  position: relative; z-index: 2;
  padding: 2.5rem;
  width: 100%;
  text-align: center;
}
.cs-tier-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--primary-color); margin-bottom: 0.6rem; }
.cs-hero-content h1 { font-size: 2.1rem; margin: 0 0 0.9rem; line-height: 1.2; }
.cs-hero-meta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: center; }
.cs-total { font-size: 2.2rem; font-weight: 700; color: var(--primary-color); }
.cs-total-label { font-size: 0.78rem; color: #999; display: block; }
.cs-tag { display: inline-block; font-size: 0.72rem; padding: 0.28rem 0.7rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }
.cs-tag-beginner { background: rgba(0,180,100,0.18); color: #00cc77; border: 1px solid rgba(0,180,100,0.25); }
.cs-tag-visual { background: rgba(0,180,100,0.1); color: #44bb88; border: 1px solid rgba(0,180,100,0.2); }

/* ── Disclosure ── */
.cs-disclosure { padding: 0.65rem 1rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 6px; font-size: 0.8rem; color: #777; margin: 1.4rem 0; }

/* ── Anchor product section ── */
.cs-anchor {
  margin: 0 0 2.5rem;
  background: linear-gradient(135deg, rgba(0,30,50,0.8) 0%, rgba(0,0,0,0.9) 100%);
  border: 1px solid rgba(0,200,200,0.2);
  border-radius: 14px;
  overflow: hidden;
}
.cs-anchor-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 0;
}
.cs-anchor-text { padding: 2rem 2rem 2rem 2.5rem; }
.cs-anchor-text h2 { font-size: 1.35rem; margin: 0 0 0.3rem; color: #fff; }
.cs-anchor-sub { font-size: 0.82rem; color: #666; margin-bottom: 1.1rem; }
.cs-anchor-why { color: #c0c0c0; font-size: 0.95rem; line-height: 1.75; margin: 0 0 1rem; }
.cs-quote { margin: 1rem 0; padding: 0.9rem 1.1rem; background: rgba(255,255,255,0.03); border-left: 3px solid rgba(0,200,200,0.45); border-radius: 0 8px 8px 0; font-size: 0.88rem; color: #bbb; font-style: italic; line-height: 1.6; }
.cs-quote cite { display: block; font-style: normal; font-size: 0.78rem; color: #555; margin-top: 0.4rem; }
.cs-anchor-price { font-size: 1.6rem; font-weight: 700; color: var(--primary-color); margin: 1rem 0 0.6rem; }
.cs-buy-btn { display: inline-block; padding: 0.75rem 1.8rem; background: rgba(0,200,200,0.18); border: 1px solid rgba(0,200,200,0.4); border-radius: 8px; color: var(--primary-color); text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: all 0.2s; }
.cs-buy-btn:hover { background: rgba(0,200,200,0.3); transform: translateY(-1px); }

.cs-anchor-image {
  position: relative;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.cs-anchor-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.cs-anchor-image:hover img { transform: scale(1.03); }
.cs-anchor-badge {
  position: absolute; top: 12px; right: 12px;
  background: rgba(0,0,0,0.85); border: 1px solid rgba(0,200,200,0.5);
  border-radius: 6px; padding: 0.35rem 0.7rem;
  font-size: 0.7rem; color: #fff; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}

/* ── "What you'll see" section ── */
.cs-see-section { margin: 2rem 0 2.5rem; }
.cs-see-section h2 { font-size: 1.25rem; margin: 0 0 0.4rem; }
.cs-see-intro { color: #999; font-size: 0.88rem; margin: 0 0 1.2rem; }
.cs-see-panel {
  border-radius: 12px; overflow: hidden; background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.06);
}
.cs-see-panel img { width: 100%; display: block; }
.cs-see-labels {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.cs-see-label {
  padding: 0.9rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
  color: #bbb;
  font-size: 0.82rem;
  line-height: 1.4;
}
.cs-see-label:last-child { border-right: none; }
.cs-see-label strong { display: block; color: #fff; font-size: 0.9rem; margin-bottom: 0.2rem; }

/* ── Accessories section ── */
.cs-accessories { margin-bottom: 1rem; }
.cs-accessories-header { display: flex; align-items: baseline; justify-content: space-between; margin: 0 0 0.4rem; }
.cs-accessories-header h2 { font-size: 1.25rem; margin: 0; }
.cs-accessories-count { font-size: 0.8rem; color: #666; }
.cs-accessories-intro { color: #888; font-size: 0.88rem; margin: 0 0 1.4rem; }

.cs-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 1.2rem;
  padding: 1.2rem 1.5rem;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  align-items: start;
  transition: border-color 0.2s;
}
.cs-item:hover { border-color: rgba(0,200,200,0.2); }
.cs-item-icon { font-size: 1.6rem; padding-top: 0.1rem; }
.cs-item-body { flex: 1; }
.cs-item-body h3 { font-size: 1rem; margin: 0 0 0.3rem; color: #fff; }
.cs-item-body .cs-item-why { font-size: 0.88rem; color: #aaa; line-height: 1.65; margin: 0 0 0.7rem; }
.cs-item-right { text-align: right; min-width: 110px; }
.cs-item-price { font-size: 1.1rem; color: var(--primary-color); font-weight: 700; display: block; margin-bottom: 0.4rem; }
.cs-item-link {
  display: inline-block; font-size: 0.8rem; padding: 0.32rem 0.8rem;
  background: rgba(0,200,200,0.1); border: 1px solid rgba(0,200,200,0.25);
  border-radius: 5px; color: var(--primary-color); text-decoration: none;
  font-weight: 600; white-space: nowrap; transition: background 0.2s;
}
.cs-item-link:hover { background: rgba(0,200,200,0.22); }
.cs-item-tag { display: inline-block; margin-top: 0.3rem; font-size: 0.7rem; color: #555; }

/* ── Total box ── */
.cs-total-box {
  margin: 2rem 0;
  padding: 1.6rem 2rem;
  background: linear-gradient(135deg, rgba(0,200,200,0.07), rgba(0,200,200,0.03));
  border: 1px solid rgba(0,200,200,0.25);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.cs-total-box .cs-total-text { font-size: 1rem; color: #ccc; line-height: 1.6; }
.cs-total-box .cs-total-text small { color: #555; font-size: 0.82rem; }
.cs-total-box .cs-grand-total { font-size: 2.4rem; font-weight: 700; color: var(--primary-color); }
.cs-items-breakdown {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.6rem;
}
.cs-breakdown-chip {
  font-size: 0.72rem; padding: 0.2rem 0.55rem;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px; color: #888;
}

/* ── Upsell / optional ── */
.cs-upsell {
  margin: 1.5rem 0;
  padding: 1.2rem 1.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  border-left: 3px solid rgba(200,150,0,0.35);
}
.cs-upsell h3 { font-size: 0.95rem; margin: 0 0 0.45rem; color: #ddb060; }
.cs-upsell p { font-size: 0.88rem; color: #888; line-height: 1.65; margin: 0; }
.cs-upsell a { color: var(--primary-color); }

/* ── Tier nav ── */
.cs-nav {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem; font-size: 0.9rem;
}
.cs-nav a { color: var(--primary-color); text-decoration: none; }
.cs-nav a:hover { text-decoration: underline; }

/* ── Responsive ── */
@media (max-width: 820px) {
  .cs-anchor-inner { grid-template-columns: 1fr; }
  .cs-anchor-image { min-height: 280px; }
  .cs-anchor-image img { max-height: none; }
  .cs-hero-content h1 { font-size: 1.6rem; }
  .cs-hero-banner { position: relative; width: 100%; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
  .cs-item { grid-template-columns: auto 1fr; }
  .cs-item-right { grid-column: 2; text-align: left; }
  .cs-total-box { flex-direction: column; }
}
@media (max-width: 480px) {
  .cs-page { padding: 0 1rem 4rem; }
  .cs-hero-content { padding: 1.5rem; }
  .cs-anchor-text { padding: 1.5rem; }
}


/* ==========================================================================
   5. PRODUCT GUIDE PAGES — Legacy style  (pg-)
      Used by: skywatcher-skyliner-200p, celestron-nexstar-6se
   ========================================================================== */
.pg-page-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
  }

  .pg-hero { text-align: center; }
  .pg-hero h1 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #fff;
  }
  .pg-price {
    font-size: 1.8rem;
    color: #4dd0e1;
    font-weight: bold;
    margin: 0.5rem 0;
  }
  .pg-badge {
    display: inline-block;
    background: rgba(200, 150, 0, 0.15);
    color: #ddaa00;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  .pg-specs {
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  .pg-spec-item {
    border-left: 3px solid #4dd0e1;
    padding-left: 1rem;
  }
  .pg-spec-label {
    font-size: 0.85rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .pg-spec-value {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.3rem;
  }

  .pg-section {
    margin: 2.5rem 0;
  }
  .pg-section h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    color: #4dd0e1;
    border-bottom: 2px solid rgba(77, 208, 225, 0.3);
    padding-bottom: 0.5rem;
  }
  .pg-section h3 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.5rem 0;
    color: #ccc;
  }
  .pg-section p {
    line-height: 1.7;
    color: #ddd;
    margin: 0.8rem 0;
  }

  .pg-comparison {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 6px;
    margin: 1rem 0;
    border-left: 4px solid #4dd0e1;
  }
  .pg-comparison strong {
    color: #4dd0e1;
  }

  .pg-target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
  }
  .pg-target-card {
    background: rgba(77, 208, 225, 0.05);
    border: 1px solid rgba(77, 208, 225, 0.3);
    border-radius: 6px;
    padding: 1rem;
  }
  .pg-target-card strong {
    color: #4dd0e1;
    display: block;
    margin-bottom: 0.5rem;
  }
  .pg-target-card p {
    font-size: 0.9rem;
    color: #bbb;
    margin: 0;
  }

  .pg-callout {
    background: rgba(221, 170, 0, 0.08);
    border-left: 4px solid #ddaa00;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    margin: 1.5rem 0;
  }
  .pg-callout strong {
    color: #ddaa00;
  }

  .pg-upgrade-list {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 6px;
    margin: 1rem 0;
  }
  .pg-upgrade-list li {
    margin: 0.7rem 0;
    color: #ddd;
    line-height: 1.6;
  }

  .pg-verdict {
    background: linear-gradient(90deg, rgba(77, 208, 225, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 8px;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 5px solid #4dd0e1;
  }
  .pg-verdict h2 {
    border: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  .pg-verdict p {
    font-size: 1.05rem;
    color: #ddd;
    line-height: 1.8;
  }

  .pg-disclosure {
    font-size: 0.85rem;
    color: #999;
    margin-top: 3rem;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .pg-disclosure a {
    color: #4dd0e1;
    text-decoration: none;
  }
  .pg-disclosure a:hover {
    text-decoration: underline;
  }

  .pg-product-image {
    max-width: 500px;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .pg-product-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
  }

  @media (max-width: 768px) {
    .pg-page-wrapper {
      padding: 0 1rem 3rem;
    }
    .pg-hero {
      padding: 2rem 1rem;
    }
    .pg-hero h1 {
      font-size: 1.5rem;
    }
    .pg-specs {
      grid-template-columns: 1fr;
    }
    .pg-section h2 {
      font-size: 1.3rem;
    }
  }

/* Affiliate Buy Button */
.pg-buy-cta {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 900px;
    padding: 0 2rem;
}
.pg-buy-btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background: var(--primary-color);
    color: #000;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
}
.pg-buy-btn:hover {
    background: #00e6e6;
    transform: translateY(-1px);
}
.pg-buy-subtext {
    display: block;
    font-size: 0.78rem;
    color: #888;
    margin-top: 0.5rem;
}

/* Full-width hero banner */
.pg-hero-banner {
    position: relative;
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.pg-hero-banner img.pg-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.15) 100%);
}
.pg-hero-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem 3rem;
    width: 100%;
    text-align: center;
}
@media (max-width: 640px) {
    .pg-hero-inner { padding: 2rem 1.2rem; }
}


/* ==========================================================================
   6. PRODUCT GUIDE PAGES — Current style  (pg-)
      Used by: all other product guides (36 pages)
   ========================================================================== */
/* Product Guide Styles — pg- prefix */

/* Breadcrumb */
.pg-breadcrumb {
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.pg-breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}
.pg-breadcrumb a { color: var(--primary-color); text-decoration: none; }
.pg-breadcrumb a:hover { text-decoration: underline; }
.pg-breadcrumb .bc-sep { color: #666; margin: 0 0.2rem; }
.pg-breadcrumb [aria-current="page"] { color: #ccc; }

/* Hero Section */
.pg-hero { text-align: center; }
.pg-hero-tag {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
.pg-hero h1 {
    font-size: 2.4rem;
    margin: 0 0 1rem;
    line-height: 1.2;
}
.pg-hero-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    font-size: 0.95rem;
}
.pg-hero-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
}
.pg-hero-badge {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    background: rgba(0,180,100,0.15);
    border: 1px solid rgba(0,180,100,0.3);
    border-radius: 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00cc77;
}

/* Main Container */
.pg-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

/* Specs Table */
.pg-specs {
    margin: 2.5rem 0;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
}
.pg-specs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.pg-specs th {
    background: rgba(255,255,255,0.06);
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #ddd;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pg-specs td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #bbb;
}
.pg-specs tr:last-child td {
    border-bottom: none;
}
.pg-specs .spec-label {
    font-weight: 600;
    color: #ddd;
    width: 35%;
}
.pg-specs .spec-value {
    color: #999;
}

/* Section Styles */
.pg-section {
    margin: 3rem 0;
}
.pg-section h2 {
    font-size: 1.7rem;
    margin: 0 0 1.2rem;
    color: #fff;
}
.pg-section p {
    color: #b0b0b0;
    line-height: 1.8;
    margin: 0 0 1rem;
}
.pg-section p:last-child {
    margin-bottom: 0;
}
.pg-section ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
.pg-section li {
    padding: 0.6rem 0 0.6rem 1.5rem;
    position: relative;
    color: #b0b0b0;
    line-height: 1.6;
}
.pg-section li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

/* What Can You See Grid */
.pg-sky-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    margin: 1.5rem 0;
}
.pg-sky-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 1.3rem;
}
.pg-sky-item h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    color: #fff;
}
.pg-sky-item p {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

/* Community Feedback */
.pg-feedback-box {
    background: rgba(0,200,200,0.08);
    border-left: 3px solid var(--primary-color);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
}
.pg-feedback-box p {
    color: #b0b0b0;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0.5rem 0;
}
.pg-feedback-box p:first-child {
    margin-top: 0;
}

/* Limitations Box */
.pg-limitations {
    background: rgba(255,100,100,0.08);
    border-left: 3px solid #ff6464;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
}
.pg-limitations h3 {
    color: #ff8080;
    margin: 0 0 0.8rem;
    font-size: 1.1rem;
}
.pg-limitations ul {
    margin: 0;
}
.pg-limitations li {
    color: #b0b0b0;
    font-size: 0.95rem;
}

/* Upgrades Section */
.pg-upgrades {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.2rem;
    margin: 1.5rem 0;
}
.pg-upgrade-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 1.3rem;
}
.pg-upgrade-item h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: var(--primary-color);
}
.pg-upgrade-item p {
    font-size: 0.9rem;
    color: #999;
    margin: 0.5rem 0 0;
}
.pg-upgrade-item .price-tag {
    display: block;
    font-weight: 600;
    color: #bbb;
    margin-top: 0.8rem;
    font-size: 0.95rem;
}

/* Disclosure */
.pg-disclosure {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #888;
    margin: 2rem 0;
    line-height: 1.6;
}

/* Back Link */
.pg-back-link {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 0.7rem 1.2rem;
    background: rgba(0,200,200,0.1);
    border: 1px solid rgba(0,200,200,0.2);
    border-radius: 6px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.pg-back-link:hover {
    background: rgba(0,200,200,0.15);
    border-color: rgba(0,200,200,0.4);
}

/* Product Image */
.pg-product-image {
    max-width: 500px;
    margin: 0 auto 2rem;
    text-align: center;
}
.pg-product-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Mobile */
@media (max-width: 480px) {
    .pg-hero h1 { font-size: 1.8rem; }
    .pg-hero-meta { gap: 0.8rem; }
    .pg-hero-price { font-size: 1.4rem; }
    .pg-specs th, .pg-specs td { padding: 0.8rem 0.6rem; font-size: 0.85rem; }
    .pg-specs .spec-label { width: 40%; }
    .pg-section h2 { font-size: 1.4rem; }
    .pg-sky-grid { grid-template-columns: 1fr; }
    .pg-container { padding: 0 1.5rem 3rem; }
    .pg-breadcrumb { padding: 0.8rem; }
}

/* Affiliate Buy Button */
.pg-buy-cta {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 900px;
    padding: 0 2rem;
}
.pg-buy-btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background: var(--primary-color);
    color: #000;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
}
.pg-buy-btn:hover {
    background: #00e6e6;
    transform: translateY(-1px);
}
.pg-buy-subtext {
    display: block;
    font-size: 0.78rem;
    color: #888;
    margin-top: 0.5rem;
}


/* Full-width hero banner */
.pg-hero-banner {
    position: relative;
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.pg-hero-banner img.pg-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg-hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.15) 100%);
}
.pg-hero-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem 3rem;
    width: 100%;
    text-align: center;
}
@media (max-width: 640px) {
    .pg-hero-inner { padding: 2rem 1.2rem; }
}

/* — Extra selectors found in specific product pages — */

/* from astro-essentials-2x-barlow.njk */
.pg-mag-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin: 1.5rem 0;
}

/* from astro-essentials-2x-barlow.njk */
.pg-mag-item {
background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 1.3rem;
}

/* from astro-essentials-2x-barlow.njk */
.pg-mag-value {
display: block; font-size: 1.1rem; font-weight: 600; color: var(--primary-color); margin-top: 0.6rem;
}

/* from astro-essentials-2x-barlow.njk */
.pg-pairs {
display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; margin: 1.5rem 0;
}

/* from astro-essentials-2x-barlow.njk */
.pg-pair-item {
background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 1.3rem;
}

/* from astro-essentials-2x-barlow.njk */
.pg-pair-price {
display: block; font-weight: 600; color: #bbb; margin-top: 0.8rem; font-size: 0.95rem;
}

/* from skywatcher-az-gti.njk */
.pg-use-grid {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    margin: 1.5rem 0;
}

/* from skywatcher-az-gti.njk */
.pg-use-item {
background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 1.3rem;
}

/* from skywatcher-evostar-90.njk */
.pg-comparison {
background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    margin: 1.5rem 0;
}

/* from skywatcher-evostar-90.njk */
.pg-comparison .comp-label {
font-weight: 600;
    color: #ddd;
    width: 25%;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .hero-tag {
display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--primary-color); margin-bottom: 0.5rem; font-weight: 600;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .hero-badges {
display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 1rem; flex-wrap: wrap;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .badge {
display: inline-block; font-size: 0.7rem; padding: 0.25rem 0.6rem; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; background: rgba(0,180,100,0.15); color: #00cc77; font-weight: 600;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .award-badge {
background: rgba(200,150,0,0.15); color: #ddaa00;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .price {
font-size: 1.3rem; color: var(--primary-color); font-weight: 700; margin: 0.5rem 0;
}

/* from skywatcher-heritage-150p.njk */
.pg-hero .lead {
font-size: 1rem; color: #b0b0b0; line-height: 1.7; max-width: 700px; margin: 0 auto;
}

/* from skywatcher-heritage-150p.njk */
.pg-specs-table {
width: 100%; border-collapse: collapse; margin: 2rem 0; font-size: 0.9rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; overflow: hidden;
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.5rem 0;
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-item {
background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 1.2rem;
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-item .specs {
display: flex; flex-direction: column; gap: 0.5rem;
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-item .spec-row {
display: flex; justify-content: space-between; font-size: 0.85rem; padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.04);
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-item .label {
color: var(--primary-color); font-weight: 600;
}

/* from skywatcher-heritage-150p.njk */
.pg-comparison-item .value {
color: #bbb;
}

/* from skywatcher-heritage-150p.njk */
.pg-verdict {
background: rgba(0,200,200,0.08); border: 1px solid rgba(0,200,200,0.3); border-left: 4px solid var(--primary-color); border-radius: 8px; padding: 1.5rem; margin: 1.5rem 0;
}

/* from skywatcher-heritage-150p.njk */
.pg-verdict-title {
color: var(--primary-color); font-weight: 700; margin-bottom: 0.5rem;
}

/* from skywatcher-heritage-150p.njk */
.pg-upgrades-list {
list-style: none; padding: 0; margin: 1rem 0;
}

