@charset "UTF-8";
/*
 * Stocktrades Theme - Main Stylesheet
 * Premium Landing Page Styles with Dark/Light Mode
 */

/* ========================================
   Kadence Parent Theme Overrides
   Must come first to reset Kadence defaults
   ======================================== */
body, body.flavor-flavor {
    --global-palette1: var(--pl-accent);
    --global-palette2: var(--pl-accent-hover);
    --global-palette3: var(--pl-text-primary);
    --global-palette4: var(--pl-text-secondary);
    --global-palette5: var(--pl-text-muted);
    --global-palette7: var(--pl-bg-primary);
    --global-palette8: var(--pl-bg-secondary);
    --global-palette9: var(--pl-bg-card);
    --global-body-font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --global-heading-font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Force text color over any Kadence specificity */
body,
body .site,
body .entry-content,
body .site-container,
body .content-wrap,
body p,
body li,
body span,
body div {
    color: var(--pl-text-primary);
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: var(--pl-text-primary);
}

body a {
    color: var(--pl-accent);
}

/* Prevent Kadence from adding unwanted layout wrappers */
.site-container, .site, .content-wrap, .site-main {
    background: transparent !important;
}

/* Prevent Kadence from resetting input/form styles */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea,
select {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--pl-text-primary);
    background: var(--pl-bg-input);
    border: 1px solid var(--pl-border);
}

/* Prevent Kadence from overriding plugin table styles */
.stp-app-layout table,
.stp-app-layout table th,
.stp-app-layout table td,
.stp-app-layout table tr,
.stp-app-layout table thead,
.stp-app-layout table tbody {
    background: transparent !important;
    border-color: inherit !important;
}

.stp-app-layout table tr:nth-child(odd),
.stp-app-layout table tr:nth-child(even) {
    background: transparent !important;
}

.stp-app-layout table tr:hover td {
    background: rgba(255,255,255,0.03) !important;
}

[data-theme="light"] .stp-app-layout table tr:hover td {
    background: #f9fafb !important;
}

/* Protect plugin search bars from Kadence overrides */
.stp-search-input,
.stp-header-search input,
.stp-compare-search-input {
    padding: 10px 16px 10px 40px !important;
    font-size: 0.875rem !important;
    background: var(--stp-bg-input, var(--pl-bg-input)) !important;
    color: var(--stp-text-primary, var(--pl-text-primary)) !important;
    border: 1px solid var(--stp-border, var(--pl-border)) !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    width: 300px;
}

/* Protect all plugin elements from Kadence color overrides */
.stp-app-layout,
.stp-app-layout *:not(a):not(.grade) {
    color: inherit;
}

/* ========================================
   CSS Variables - Dark Theme (Default)
   ======================================== */
:root {
    /* Dark Theme Colors */
    --pl-bg-primary: #0a0a0a;
    --pl-bg-secondary: #111111;
    --pl-bg-card: #161616;
    --pl-bg-card-hover: #1a1a1a;
    --pl-bg-input: #1a1a1a;
    --pl-text-primary: #ffffff;
    --pl-text-secondary: #a0a0a0;
    --pl-text-muted: #666666;
    --pl-accent: #f5c518;
    --pl-accent-hover: #ffd84d;
    --pl-accent-muted: rgba(245, 197, 24, 0.15);
    --pl-border: #222222;
    --pl-border-light: #333333;
    --pl-success: #22c55e;
    --pl-success-bg: rgba(34, 197, 94, 0.15);
    --pl-danger: #ef4444;
    --pl-danger-bg: rgba(239, 68, 68, 0.15);
    --pl-gradient-gold: linear-gradient(135deg, #f5c518 0%, #d4a10a 100%);
    --pl-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --pl-nav-bg: rgba(10, 10, 10, 0.9);
}

/* ========================================
   CSS Variables - Light Theme
   ======================================== */
[data-theme="light"] {
    --pl-bg-primary: #f5f5f5;
    --pl-bg-secondary: #ffffff;
    --pl-bg-card: #ffffff;
    --pl-bg-card-hover: #fafafa;
    --pl-bg-input: #f0f0f0;
    --pl-text-primary: #1a1a1a;
    --pl-text-secondary: #555555;
    --pl-text-muted: #888888;
    --pl-accent: #d4a10a;
    --pl-accent-hover: #b8890a;
    --pl-accent-muted: rgba(212, 161, 10, 0.12);
    --pl-border: #e0e0e0;
    --pl-border-light: #d0d0d0;
    --pl-success: #16a34a;
    --pl-success-bg: rgba(22, 163, 74, 0.1);
    --pl-danger: #dc2626;
    --pl-danger-bg: rgba(220, 38, 38, 0.1);
    --pl-gradient-gold: linear-gradient(135deg, #d4a10a 0%, #b8890a 100%);
    --pl-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --pl-nav-bg: rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .pl-pricing-features li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

[data-theme="light"] .premium-pricing-featured {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .premium-pricing-features li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

[data-theme="light"] .pl-toggle-slider {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* ========================================
   Reset & Base
   ======================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body,
html body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: var(--pl-bg-primary) !important;
    color: var(--pl-text-primary) !important;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Typography */
.pl-serif {
    font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

/* ========================================
   Layout
   ======================================== */
.pl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.pl-section {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .pl-section {
        padding: 80px 0;
    }
}

/* ========================================
   Theme Toggle Button
   ======================================== */
.pl-theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--pl-bg-card) !important;
    border: 1px solid var(--pl-border) !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 8px;
    padding: 0 !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: var(--pl-text-primary) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
}

.pl-theme-toggle:hover {
    border-color: var(--pl-accent) !important;
    background: var(--pl-bg-card-hover) !important;
}

.pl-theme-icon {
    font-size: 1.2rem;
    line-height: 1;
    font-style: normal;
    display: inline-block;
}

/* Prevent Kadence from overriding nav buttons */
.pl-nav button,
.pl-nav .pl-theme-toggle,
.pl-nav .pl-nav-search-toggle,
.pl-nav .pl-mobile-toggle {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Re-apply our styles after the unset */
.pl-nav .pl-theme-toggle {
    width: 40px;
    height: 40px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    margin-right: 8px;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--pl-text-primary);
    transition: all 0.2s ease;
}

.pl-nav .pl-theme-toggle:hover {
    border-color: var(--pl-accent);
    background: var(--pl-bg-card-hover);
}

/* ========================================
   Navigation
   ======================================== */
.pl-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px 0;
    background: var(--pl-nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--pl-border);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.pl-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pl-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--pl-text-primary);
}

.pl-logo img {
    height: 36px;
    width: auto;
}

.pl-logo .custom-logo {
    height: 36px;
    width: auto;
}

.pl-logo-icon {
    width: 40px;
    height: 40px;
    background: var(--pl-gradient-gold);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.pl-logo-text {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 20px;
    color: var(--pl-text-primary);
}

.pl-nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pl-nav-links li {
    margin: 0;
    padding: 0;
}

.pl-nav-links a {
    color: var(--pl-text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.pl-nav-links a:hover {
    color: var(--pl-text-primary);
}

.pl-nav-cta {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* Mobile Toggle */
.pl-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.pl-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--pl-text-primary);
    transition: all 0.3s;
}

.pl-mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.pl-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.pl-mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.pl-mobile-menu {
    display: none;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pl-bg-primary);
    z-index: 9998;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.pl-mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.pl-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pl-mobile-menu li {
    margin-bottom: 16px;
}

.pl-mobile-menu a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    color: var(--pl-text-secondary);
    border-bottom: 1px solid var(--pl-border);
}

.pl-mobile-menu a:hover {
    color: var(--pl-text-primary);
}

.pl-mobile-menu .pl-btn {
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

@media (max-width: 900px) {
    .pl-nav-links,
    .pl-nav-cta {
        display: none;
    }
    
    .pl-mobile-toggle {
        display: flex;
    }
    
    .pl-mobile-menu {
        display: block;
    }
}

/* ========================================
   Buttons
   ======================================== */
.pl-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    text-align: center;
}

.pl-btn-ghost {
    background: transparent;
    color: var(--pl-text-secondary);
}

.pl-btn-ghost:hover {
    color: var(--pl-text-primary);
}

.pl-btn-primary {
    background: var(--pl-gradient-gold);
    color: #000;
}

.pl-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.3);
}

.pl-btn-outline {
    background: transparent;
    border: 1px solid var(--pl-border-light);
    color: var(--pl-text-primary);
}

.pl-btn-outline:hover {
    background: var(--pl-bg-card);
    border-color: var(--pl-text-muted);
}

.pl-btn-lg {
    padding: 16px 32px;
    font-size: 16px;
}

.pl-btn-block {
    display: block;
    width: 100%;
}

/* ========================================
   Hero Section
   ======================================== */
.pl-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.pl-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.pl-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 100px;
    font-size: 13px;
    color: var(--pl-text-secondary);
    margin-bottom: 32px;
    animation: fadeInUp 0.6s ease;
}

.pl-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--pl-success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pl-hero h1 {
    font-size: clamp(42px, 7vw, 76px);
    line-height: 1.05;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease 0.1s both;
}

.pl-hero h1 em {
    font-style: italic;
    color: var(--pl-accent);
}

.pl-hero-subtitle {
    font-size: 18px;
    color: var(--pl-text-secondary);
    max-width: 600px;
    margin: 0 auto 48px;
    line-height: 1.7;
    animation: fadeInUp 0.6s ease 0.2s both;
}

@media (max-width: 768px) {
    .pl-hero-subtitle {
        font-size: 16px;
    }
}

.pl-hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease 0.3s both;
}

/* Trust Logos */
.pl-trust-logos {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--pl-border);
    animation: fadeInUp 0.6s ease 0.4s both;
}

.pl-trust-logos p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pl-text-muted);
    margin-bottom: 32px;
}

.pl-logos-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    opacity: 0.5;
}

.pl-logos-grid span {
    font-size: 14px;
    font-weight: 600;
    color: var(--pl-text-secondary);
    white-space: nowrap;
}

@media (max-width: 600px) {
    .pl-logos-grid {
        gap: 24px;
    }
    
    .pl-logos-grid span {
        font-size: 12px;
    }
}

/* ========================================
   Stats Section
   ======================================== */
.pl-stats {
    padding: 80px 0;
    background: var(--pl-bg-primary);
    border-top: 1px solid var(--pl-border);
    border-bottom: 1px solid var(--pl-border);
}

.pl-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

@media (max-width: 768px) {
    .pl-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pl-stat-item {
    padding: 24px;
}

.pl-stat-number {
    font-size: clamp(40px, 6vw, 56px);
    color: var(--pl-accent);
    line-height: 1;
    margin-bottom: 8px;
}

.pl-stat-label {
    font-size: 14px;
    color: var(--pl-text-secondary);
}

/* ========================================
   Section Headers
   ======================================== */
.pl-section-header {
    text-align: center;
    margin-bottom: 64px;
}

.pl-section-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--pl-accent);
    margin-bottom: 16px;
}

.pl-section-header h2 {
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   Features Section
   ======================================== */
.pl-features {
    padding: 120px 0;
    background: var(--pl-bg-secondary);
}

.pl-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .pl-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pl-features-grid {
        grid-template-columns: 1fr;
    }
}

.pl-feature-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s;
}

.pl-feature-card:hover {
    background: var(--pl-bg-card-hover);
    border-color: var(--pl-border-light);
    transform: translateY(-4px);
}

.pl-feature-icon {
    width: 48px;
    height: 48px;
    background: var(--pl-bg-primary);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.pl-feature-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pl-feature-card p {
    color: var(--pl-text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* ========================================
   Comparison Section
   ======================================== */
.pl-comparison {
    padding: 120px 0;
    background: var(--pl-bg-primary);
    border-top: 1px solid var(--pl-border);
}

.pl-strike {
    color: var(--pl-text-muted);
    text-decoration: line-through;
}

.pl-comparison-table {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    overflow: hidden;
}

.pl-comparison-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--pl-border);
}

.pl-comparison-row:last-child {
    border-bottom: none;
}

.pl-comparison-header {
    background: var(--pl-bg-primary);
}

.pl-comparison-cell {
    padding: 16px 20px;
    font-size: 14px;
}

.pl-comparison-cell:not(:last-child) {
    border-right: 1px solid var(--pl-border);
}

.pl-comparison-header .pl-comparison-cell {
    font-weight: 600;
    color: var(--pl-text-secondary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pl-cell-feature {
    color: var(--pl-text-secondary);
}

.pl-cell-premium {
    color: var(--pl-success);
    font-weight: 500;
}

.pl-cell-free {
    color: var(--pl-text-muted);
}

@media (max-width: 600px) {
    .pl-comparison-row {
        grid-template-columns: 1fr;
    }
    
    .pl-comparison-cell:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--pl-border);
    }
    
    .pl-comparison-cell::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: var(--pl-text-muted);
        margin-bottom: 4px;
    }
}

/* ========================================
   Testimonials Section
   ======================================== */
.pl-testimonials {
    padding: 120px 0;
    background: var(--pl-bg-secondary);
    border-top: 1px solid var(--pl-border);
}

.pl-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .pl-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.pl-testimonial-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 32px;
}

.pl-testimonial-stars {
    color: var(--pl-accent);
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.pl-testimonial-text {
    color: var(--pl-text-secondary);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.pl-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pl-testimonial-avatar {
    width: 40px;
    height: 40px;
    background: var(--pl-gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.pl-testimonial-name {
    font-weight: 600;
    font-size: 14px;
}

.pl-testimonial-role {
    font-size: 12px;
    color: var(--pl-text-muted);
}

/* ========================================
   Pricing Section
   ======================================== */
.pl-pricing {
    padding: 120px 0;
    background: var(--pl-bg-primary);
    border-top: 1px solid var(--pl-border);
}

.pl-pricing-subtitle {
    color: var(--pl-text-secondary);
    font-size: 18px;
    margin-top: 16px;
}

/* Unified pricing card */
.pl-pricing-unified {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    border-color: var(--pl-accent);
    background: linear-gradient(180deg, rgba(245, 197, 24, 0.03) 0%, var(--pl-bg-card) 100%);
}

.pl-pricing-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 20px;
    padding: 56px 48px;
    position: relative;
}

/* Toggle switch */
.pl-pricing-toggle {
    display: inline-flex;
    position: relative;
    background: var(--pl-bg-primary);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 44px;
}

.pl-toggle-btn {
    position: relative;
    z-index: 1;
    background: transparent !important;
    border: none !important;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    color: var(--pl-text-muted) !important;
    cursor: pointer;
    border-radius: 9px;
    transition: color 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    justify-content: center;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.4;
}

.pl-toggle-btn:hover {
    background: transparent !important;
    color: var(--pl-text-secondary) !important;
    box-shadow: none !important;
    transform: none !important;
}

.pl-toggle-btn.is-active {
    color: var(--pl-text-primary) !important;
}

.pl-toggle-btn.is-active:hover {
    color: var(--pl-text-primary) !important;
}

.pl-toggle-badge {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: var(--pl-gradient-gold);
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.pl-toggle-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: var(--pl-bg-card);
    border-radius: 9px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Price display */
.pl-pricing-display {
    margin-bottom: 40px;
    min-height: 90px;
}

.pl-pricing-price-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.pl-pricing-amount {
    font-size: 64px;
    line-height: 1;
}

.pl-pricing-period {
    color: var(--pl-text-muted);
    font-size: 17px;
    margin-left: 2px;
}

.pl-pricing-billed {
    width: 100%;
    font-size: 14px;
    color: var(--pl-text-muted);
    margin-top: 8px;
}

/* Features */
.pl-pricing-features {
    list-style: none;
    margin: 0 0 36px 0;
    padding: 0;
    text-align: left;
}

.pl-pricing-features li {
    padding: 14px 0;
    border-bottom: 1px solid var(--pl-border);
    font-size: 15px;
    color: var(--pl-text-secondary);
    display: flex;
    align-items: center;
    gap: 14px;
}

.pl-pricing-features li:last-child {
    border-bottom: none;
}

.pl-pricing-features li::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: var(--pl-success-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

/* Responsive */
@media (max-width: 600px) {
    .pl-pricing-unified {
        padding: 36px 24px;
    }
    .pl-pricing-amount {
        font-size: 52px;
    }
    .pl-toggle-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Guarantee Box */
.pl-guarantee {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    max-width: 660px;
    margin: 48px auto 0;
}

.pl-guarantee-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.pl-guarantee h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pl-guarantee p {
    color: var(--pl-text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   CTA Section
   ======================================== */
.pl-cta {
    padding: 120px 0;
    background: var(--pl-bg-secondary);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--pl-border);
}

.pl-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.pl-cta-content {
    position: relative;
    z-index: 1;
}

.pl-cta h2 {
    font-size: clamp(36px, 5vw, 56px);
    margin-bottom: 24px;
}

.pl-cta p {
    color: var(--pl-text-secondary);
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   Footer
   ======================================== */
.pl-footer {
    background: var(--pl-bg-primary);
    border-top: 1px solid var(--pl-border);
    padding: 80px 0 40px;
}

.pl-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 64px;
}

@media (max-width: 900px) {
    .pl-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .pl-footer-grid {
        grid-template-columns: 1fr;
    }
}

.pl-footer-brand .pl-logo {
    margin-bottom: 16px;
}

.pl-footer-brand p {
    color: var(--pl-text-muted);
    font-size: 14px;
    max-width: 300px;
    line-height: 1.6;
}

.pl-footer-col h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pl-text-muted);
    margin-bottom: 20px;
}

.pl-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pl-footer-col li {
    margin-bottom: 12px;
}

.pl-footer-col a {
    color: var(--pl-text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.pl-footer-col a:hover {
    color: var(--pl-text-primary);
}

.pl-footer-bottom {
    padding-top: 32px;
    border-top: 1px solid var(--pl-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--pl-text-muted);
    flex-wrap: wrap;
    gap: 16px;
}

.pl-footer-legal {
    display: flex;
    gap: 24px;
}

.pl-footer-legal a {
    color: var(--pl-text-muted);
    text-decoration: none;
}

.pl-footer-legal a:hover {
    color: var(--pl-text-secondary);
}

.pl-footer-disclaimer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--pl-border);
}

.pl-footer-disclaimer p {
    font-size: 12px;
    color: var(--pl-text-muted);
    line-height: 1.7;
    text-align: center;
}

/* ========================================
   General Content Styles
   ======================================== */
.pl-main {
    padding: 140px 0 80px;
    min-height: 80vh;
}

.pl-article h1 {
    font-size: clamp(32px, 5vw, 48px);
    margin-bottom: 32px;
}

.pl-content {
    color: var(--pl-text-secondary);
    font-size: 16px;
    line-height: 1.8;
}

.pl-content h2, .pl-content h3, .pl-content h4 {
    color: var(--pl-text-primary);
    margin: 32px 0 16px;
}

.pl-content p {
    margin-bottom: 16px;
}

.pl-content a {
    color: var(--pl-accent);
}

.pl-content a:hover {
    text-decoration: underline;
}

/* ========================================
   Search Overlay
   ======================================== */
.pl-nav-search-toggle {
    background: none;
    border: none;
    color: var(--pl-text-secondary);
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.pl-nav-search-toggle:hover {
    color: var(--pl-text-primary);
}

.pl-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.pl-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.pl-search-overlay-inner {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    position: relative;
}

.pl-search-form {
    display: flex;
    gap: 12px;
}

.pl-search-form input {
    flex: 1;
    padding: 16px 20px;
    font-size: 18px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    color: var(--pl-text-primary);
    outline: none;
}

.pl-search-form input:focus {
    border-color: var(--pl-accent);
}

.pl-search-form input::placeholder {
    color: var(--pl-text-muted);
}

.pl-search-close {
    position: absolute;
    top: -40px;
    right: 24px;
    background: none;
    border: none;
    color: var(--pl-text-secondary);
    font-size: 32px;
    cursor: pointer;
}

/* ========================================
   Breadcrumbs
   ======================================== */
.st-breadcrumbs {
    font-size: 13px;
    color: var(--pl-text-muted);
    margin-bottom: 24px;
}

.st-breadcrumbs a {
    color: var(--pl-text-secondary);
    text-decoration: none;
    transition: color 0.2s;
}

.st-breadcrumbs a:hover {
    color: var(--pl-accent);
}

.st-breadcrumbs .separator {
    margin: 0 8px;
    color: var(--pl-text-muted);
}

.st-breadcrumbs .current {
    color: var(--pl-text-muted);
}

/* ========================================
   Single Post Styles
   ======================================== */
.st-main {
    padding-top: 100px;
    background: var(--pl-bg-primary);
}

.st-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.st-container-narrow {
    max-width: 800px;
}

/* Article Header */
.st-article-header {
    padding: 60px 0 40px;
    text-align: center;
}

.st-article-categories {
    margin-bottom: 20px;
}

.st-category-badge {
    display: inline-block;
    padding: 6px 14px;
    background: var(--pl-accent);
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 4px;
}

.st-article-title {
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.15;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.st-article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.st-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.st-author-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.st-author-info > div {
    text-align: left;
}

.st-author-name {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.st-author-name a {
    color: var(--pl-text-primary);
    text-decoration: none;
}

.st-author-name a:hover {
    color: var(--pl-accent);
}

.st-article-date {
    display: block;
    font-size: 13px;
    color: var(--pl-text-muted);
}

.st-reading-time {
    font-size: 13px;
    color: var(--pl-text-muted);
    padding: 6px 12px;
    background: var(--pl-bg-card);
    border-radius: 4px;
}

/* Featured Image */
.st-featured-image {
    margin-bottom: 48px;
}

.st-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    max-height: 500px;
    object-fit: cover;
}

/* Article Content */
.st-article-content {
    padding-bottom: 60px;
}

.st-content {
    font-size: 17px;
    line-height: 1.8;
    color: var(--pl-text-secondary);
}

.st-content h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 32px;
    color: var(--pl-text-primary);
    margin: 48px 0 24px;
}

.st-content h3 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 24px;
    color: var(--pl-text-primary);
    margin: 36px 0 16px;
}

.st-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--pl-text-primary);
    margin: 28px 0 12px;
}

.st-content p {
    margin-bottom: 20px;
}

.st-content a {
    color: var(--pl-accent);
    text-decoration: underline;
    text-decoration-color: rgba(245, 197, 24, 0.3);
    text-underline-offset: 2px;
}

.st-content a:hover {
    text-decoration-color: var(--pl-accent);
}

.st-content ul, .st-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.st-content li {
    margin-bottom: 10px;
}

.st-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 24px 0;
}

.st-content blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    background: var(--pl-bg-card);
    border-left: 4px solid var(--pl-accent);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--pl-text-primary);
}

.st-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.st-content th, .st-content td {
    padding: 12px 16px;
    border: 1px solid var(--pl-border);
    text-align: left;
}

.st-content th {
    background: var(--pl-bg-card);
    font-weight: 600;
    color: var(--pl-text-primary);
}

.st-content code {
    background: var(--pl-bg-card);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
}

.st-content pre {
    background: var(--pl-bg-card);
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 24px 0;
}

.st-content pre code {
    background: none;
    padding: 0;
}

/* Article Tags */
.st-article-tags {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--pl-border);
}

.st-tags-label {
    font-weight: 500;
    margin-right: 12px;
}

.st-tag {
    display: inline-block;
    padding: 6px 12px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 4px;
    font-size: 13px;
    color: var(--pl-text-secondary);
    text-decoration: none;
    margin: 4px;
    transition: all 0.2s;
}

.st-tag:hover {
    border-color: var(--pl-accent);
    color: var(--pl-accent);
}

/* Author Box */
.st-author-box {
    margin-top: 48px;
    padding: 32px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.st-author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.st-author-details h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.st-author-details p {
    color: var(--pl-text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.st-author-link {
    color: var(--pl-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.st-author-link:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .st-author-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* Post Navigation */
.st-post-nav {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.st-post-nav-link {
    display: block;
    padding: 24px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}

.st-post-nav-link:hover {
    border-color: var(--pl-accent);
}

.st-post-nav-next {
    text-align: right;
}

.st-post-nav-label {
    display: block;
    font-size: 12px;
    color: var(--pl-text-muted);
    margin-bottom: 8px;
}

.st-post-nav-title {
    display: block;
    font-weight: 500;
    color: var(--pl-text-primary);
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .st-post-nav {
        grid-template-columns: 1fr;
    }
    
    .st-post-nav-next {
        text-align: left;
    }
}

/* Related Posts */
.st-related-posts {
    padding: 80px 0;
    background: var(--pl-bg-secondary);
    border-top: 1px solid var(--pl-border);
}

.st-section-title {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

/* ========================================
   Archive/Category Styles
   ======================================== */
.st-archive-header {
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid var(--pl-border);
}

.st-archive-title {
    font-size: clamp(36px, 5vw, 52px);
    margin-bottom: 16px;
}

.st-archive-title em {
    color: var(--pl-accent);
    font-style: italic;
}

.st-archive-description {
    color: var(--pl-text-secondary);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.st-archive-cta {
    margin-top: 32px;
}

.st-archive-cta p {
    color: var(--pl-text-muted);
    font-size: 14px;
    margin-bottom: 16px;
}

.st-archive-content {
    padding: 60px 0;
}

/* Posts Grid */
.st-posts-grid {
    display: grid;
    gap: 32px;
}

.st-posts-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.st-posts-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
    .st-posts-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .st-posts-grid-3,
    .st-posts-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Post Card */
.st-post-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.st-post-card:hover {
    transform: translateY(-4px);
    border-color: var(--pl-border-light);
}

.st-post-card-image {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.st-post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.st-post-card:hover .st-post-card-image img {
    transform: scale(1.05);
}

.st-post-card-content {
    padding: 24px;
}

.st-post-card-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pl-accent);
    text-decoration: none;
    margin-bottom: 12px;
}

.st-post-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
}

.st-post-card-title a {
    color: var(--pl-text-primary);
    text-decoration: none;
}

.st-post-card-title a:hover {
    color: var(--pl-accent);
}

.st-post-card-excerpt {
    font-size: 14px;
    color: var(--pl-text-secondary);
    line-height: 1.6;
    margin-bottom: 16px;
}

.st-post-card-meta {
    font-size: 12px;
    color: var(--pl-text-muted);
}

/* Pagination */
.st-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.st-pagination a,
.st-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    font-size: 14px;
    color: var(--pl-text-secondary);
    text-decoration: none;
    transition: all 0.2s;
}

.st-pagination a:hover {
    border-color: var(--pl-accent);
    color: var(--pl-accent);
}

.st-pagination .current {
    background: var(--pl-accent);
    border-color: var(--pl-accent);
    color: #000;
    font-weight: 600;
}

.st-pagination .dots {
    background: transparent;
    border: none;
}

/* No Posts */
.st-no-posts {
    text-align: center;
    padding: 80px 24px;
}

.st-no-posts h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.st-no-posts p {
    color: var(--pl-text-secondary);
    margin-bottom: 32px;
}

.st-categories-list {
    margin: 40px 0;
}

.st-categories-list h4 {
    margin-bottom: 16px;
    color: var(--pl-text-muted);
}

.st-categories-list ul {
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.st-categories-list a {
    padding: 8px 16px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 6px;
    color: var(--pl-text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
}

.st-categories-list a:hover {
    border-color: var(--pl-accent);
    color: var(--pl-accent);
}

/* ========================================
   Search Page Styles
   ======================================== */
.st-search-count {
    color: var(--pl-text-muted);
    font-size: 16px;
    margin-bottom: 32px;
}

.st-search-form-large {
    max-width: 500px;
    margin: 32px auto 0;
}

.st-search-form-large form {
    display: flex;
    gap: 12px;
}

.st-search-form-large input {
    flex: 1;
    padding: 14px 20px;
    font-size: 16px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    color: var(--pl-text-primary);
    outline: none;
}

.st-search-form-large input:focus {
    border-color: var(--pl-accent);
}

.st-search-form-large input::placeholder {
    color: var(--pl-text-muted);
}

/* ========================================
   404 Page Styles
   ======================================== */
.st-404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-404-content {
    text-align: center;
    max-width: 500px;
}

.st-404-code {
    display: block;
    font-size: 120px;
    font-weight: 700;
    color: var(--pl-accent);
    line-height: 1;
    margin-bottom: 16px;
}

.st-404-content h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.st-404-content > p {
    color: var(--pl-text-secondary);
    margin-bottom: 32px;
}

.st-404-links {
    margin-top: 32px;
}

.st-404-links p {
    color: var(--pl-text-muted);
    font-size: 14px;
    margin-bottom: 16px;
}

.st-404-links .pl-btn {
    margin: 4px;
}

/* ========================================
   Comments Styles
   ======================================== */
.st-comments-section {
    padding: 60px 0;
    border-top: 1px solid var(--pl-border);
}

.st-comments {
    max-width: 100%;
}

.st-comments-title {
    font-size: 24px;
    margin-bottom: 32px;
}

.st-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-comment {
    margin-bottom: 24px;
}

.st-comment-body {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    padding: 24px;
}

.st-comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.st-comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.st-comment-author {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.st-comment-date {
    display: block;
    font-size: 12px;
    color: var(--pl-text-muted);
}

.st-comment-content {
    color: var(--pl-text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

.st-comment-content p {
    margin-bottom: 12px;
}

.st-comment-content p:last-child {
    margin-bottom: 0;
}

.st-comment-actions {
    margin-top: 16px;
}

.st-comment-actions a {
    color: var(--pl-accent);
    font-size: 13px;
    text-decoration: none;
}

.st-comment-actions a:hover {
    text-decoration: underline;
}

/* Nested Comments */
.st-comment .children {
    list-style: none;
    margin: 24px 0 0 32px;
    padding: 0;
}

/* Comment Form */
.st-comment-form {
    margin-top: 48px;
}

.st-comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.st-comment-form input[type="text"],
.st-comment-form input[type="email"],
.st-comment-form input[type="url"],
.st-comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    color: var(--pl-text-primary);
    font-size: 15px;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.2s;
}

.st-comment-form input:focus,
.st-comment-form textarea:focus {
    border-color: var(--pl-accent);
}

.st-comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--pl-text-secondary);
}

.comment-form-cookies-consent input {
    width: auto;
    margin: 0;
}

.st-comment-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.st-comment-nav a {
    color: var(--pl-accent);
    text-decoration: none;
}

.st-no-comments {
    color: var(--pl-text-muted);
    font-style: italic;
}

/* ========================================
   CTA Banner
   ======================================== */
.st-cta-banner {
    padding: 80px 0;
    background: var(--pl-bg-secondary);
    border-top: 1px solid var(--pl-border);
    text-align: center;
}

.st-cta-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
}

.st-cta-content p {
    color: var(--pl-text-secondary);
    font-size: 18px;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   Widgets
   ======================================== */
.st-widget {
    margin-bottom: 32px;
}

.st-widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--pl-border);
}

.st-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-widget li {
    padding: 8px 0;
    border-bottom: 1px solid var(--pl-border);
}

.st-widget li:last-child {
    border-bottom: none;
}

.st-widget a {
    color: var(--pl-text-secondary);
    text-decoration: none;
    font-size: 14px;
}

.st-widget a:hover {
    color: var(--pl-accent);
}

/* ========================================
   Author Archive Styles
   ======================================== */
.st-author-header {
    padding: 60px 0;
    border-bottom: 1px solid var(--pl-border);
}

.st-author-profile {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.st-author-avatar-large img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.st-author-info-large h1 {
    margin-bottom: 16px;
}

.st-author-bio {
    color: var(--pl-text-secondary);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.st-author-bio p {
    margin-bottom: 12px;
}

.st-author-stats {
    font-size: 14px;
    color: var(--pl-text-muted);
}

.st-section-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--pl-text-muted);
}

@media (max-width: 600px) {
    .st-author-profile {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* ========================================
   Animation Classes
   ======================================== */
.pl-feature-card,
.pl-testimonial-card,
.pl-pricing-card,
.pl-stat-item,
.st-post-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pl-feature-card.is-visible,
.pl-testimonial-card.is-visible,
.pl-pricing-card.is-visible,
.pl-stat-item.is-visible,
.st-post-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation delays */
.st-posts-grid .st-post-card:nth-child(1) { transition-delay: 0s; }
.st-posts-grid .st-post-card:nth-child(2) { transition-delay: 0.1s; }
.st-posts-grid .st-post-card:nth-child(3) { transition-delay: 0.2s; }
.st-posts-grid .st-post-card:nth-child(4) { transition-delay: 0.1s; }
.st-posts-grid .st-post-card:nth-child(5) { transition-delay: 0.2s; }
.st-posts-grid .st-post-card:nth-child(6) { transition-delay: 0.3s; }

/* ========================================
   Copy Code Button
   ======================================== */
.copy-code-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 6px 12px;
    font-size: 12px;
    background: var(--pl-bg-primary);
    border: 1px solid var(--pl-border);
    border-radius: 4px;
    color: var(--pl-text-secondary);
    cursor: pointer;
    transition: all 0.2s;
}

.copy-code-btn:hover {
    background: var(--pl-accent);
    color: #000;
    border-color: var(--pl-accent);
}

/* ========================================
   Body states
   ======================================== */
body.menu-open {
    overflow: hidden;
}

/* ========================================
   PREMIUM LANDING PAGE STYLES
   ======================================== */

/* Landing Page Body */
body.premium-landing {
    background: var(--pl-bg-primary);
}

/* Premium Container */
.premium-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Premium Nav */
.premium-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px 0;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--pl-border);
}

.premium-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium-nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Premium LP Main */
.premium-lp {
    overflow-x: hidden;
}

.premium-landing-no-nav .premium-lp {
    padding-top: 0;
}

.premium-landing:not(.premium-landing-no-nav) .premium-lp {
    padding-top: 80px;
}

/* Hero Section */
.premium-hero {
    padding: 80px 0 0;
    position: relative;
}

.premium-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(245, 197, 24, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.premium-hero-content {
    position: relative;
    z-index: 3;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 100px;
    font-size: 13px;
    color: var(--pl-text-secondary);
    margin-bottom: 24px;
}

.premium-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--pl-success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.premium-hero-title {
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.premium-hero-title em {
    color: var(--pl-accent);
    font-style: italic;
}

.premium-hero-subtitle {
    font-size: 18px;
    color: var(--pl-text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.premium-hero-features {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .premium-hero-features {
        flex-direction: column;
        align-items: center;
    }
}

.premium-hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--pl-text-secondary);
}

.premium-hero-feature svg {
    color: var(--pl-success);
    flex-shrink: 0;
}

.premium-hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.premium-hero-guarantee {
    font-size: 13px;
    color: var(--pl-text-muted);
}

/* Hero Floating Panels */
.hero-panels {
    position: relative !important;
    z-index: 1;
    margin-top: 72px;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    perspective: 1200px;
    padding: 0 20px;
    margin-bottom: -60px;
    overflow: visible;
}

.hero-panel {
    border-radius: 16px;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backface-visibility: hidden;
    will-change: transform;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    position: relative;
}

.premium-hero .hero-panel img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top left !important;
    max-width: none !important;
    border-radius: 0 !important;
}

.hero-panel::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(245, 197, 24, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-panel-1 {
    width: 420px !important;
    height: 340px !important;
    max-width: 420px !important;
    transform: rotateY(6deg) rotateX(2deg);
    animation: heroFloat1 8s ease-in-out infinite;
    margin-right: -30px;
    z-index: 3;
}

.hero-panel-2 {
    width: 480px !important;
    height: 360px !important;
    max-width: 480px !important;
    transform: rotateX(3deg);
    animation: heroFloat2 9s ease-in-out infinite;
    z-index: 1;
    margin-top: -10px;
}

.hero-panel-3 {
    width: 420px !important;
    height: 340px !important;
    max-width: 420px !important;
    transform: rotateY(-6deg) rotateX(2deg);
    animation: heroFloat3 10s ease-in-out infinite;
    margin-left: -30px;
    z-index: 3;
}

@keyframes heroFloat1 {
    0%, 100% { transform: rotateY(6deg) rotateX(2deg) translateY(0); }
    50% { transform: rotateY(6deg) rotateX(2deg) translateY(-10px); }
}
@keyframes heroFloat2 {
    0%, 100% { transform: rotateX(3deg) translateY(0); }
    50% { transform: rotateX(3deg) translateY(-12px); }
}
@keyframes heroFloat3 {
    0%, 100% { transform: rotateY(-6deg) rotateX(2deg) translateY(0); }
    50% { transform: rotateY(-6deg) rotateX(2deg) translateY(-8px); }
}

@media (max-width: 1100px) {
    .hero-panel-1 { width: 340px !important; height: 280px !important; max-width: 340px !important; }
    .hero-panel-2 { width: 400px !important; height: 300px !important; max-width: 400px !important; }
    .hero-panel-3 { width: 340px !important; height: 280px !important; max-width: 340px !important; }
}

@media (max-width: 900px) {
    .hero-panels { display: none !important; }
    .premium-hero { padding-bottom: 60px; }
}

/* Trust Logos */
.premium-trust {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    border-top: 1px solid var(--pl-border);
    border-bottom: 1px solid var(--pl-border);
    background: var(--pl-bg-primary);
    margin-top: 60px;
}

.premium-trust-label {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pl-text-muted);
    margin-bottom: 24px;
}

.premium-trust-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    opacity: 0.6;
}

.premium-trust-logos span {
    font-size: 14px;
    font-weight: 600;
    color: var(--pl-text-secondary);
}

/* Section Headers */
.premium-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.premium-section-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--pl-accent);
    margin-bottom: 16px;
}

.premium-section-header h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    margin-bottom: 16px;
}

.premium-section-subtitle {
    font-size: 18px;
    color: var(--pl-text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* Problems Section */
.premium-problems {
    padding: 100px 0;
    background: var(--pl-bg-secondary);
}

.premium-problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 800px) {
    .premium-problems-grid {
        grid-template-columns: 1fr;
    }
}

.premium-problem-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}

.premium-problem-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.premium-problem-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.premium-problem-card p {
    font-size: 15px;
    color: var(--pl-text-secondary);
    line-height: 1.6;
}

/* Solution / Features Section */
/* Features Accordion Layout */
.lp-features {
    padding: 100px 0;
}

.lp-features-container {
    max-width: 1400px !important;
}

.lp-features-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 48px;
    align-items: start;
}

/* Left: Accordion */
.lp-features-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-feat-item {
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid transparent;
    background: transparent;
    border-left: 3px solid transparent;
}

.lp-feat-item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.lp-feat-item.is-active {
    background: var(--pl-bg-card);
    border-color: var(--pl-border);
    border-left: 3px solid var(--pl-accent);
}

.lp-feat-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
}

.lp-feat-num {
    font-size: 13px;
    font-weight: 700;
    color: var(--pl-accent);
    font-variant-numeric: tabular-nums;
    min-width: 24px;
}

.lp-feat-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--pl-text-secondary);
    flex: 1;
    transition: color 0.2s ease;
}

.lp-feat-item.is-active .lp-feat-title {
    color: var(--pl-text-primary);
}

.lp-feat-arrow {
    width: 20px;
    height: 20px;
    color: var(--pl-text-muted);
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
}

.lp-feat-item.is-active .lp-feat-arrow {
    transform: rotate(180deg);
    color: var(--pl-accent);
}

.lp-feat-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
}

.lp-feat-item.is-active .lp-feat-body {
    max-height: 200px;
    opacity: 1;
}

.lp-feat-desc {
    padding: 0 20px 20px 60px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--pl-text-secondary);
    margin: 0;
}

/* Right: Image Panel */
.lp-features-panel {
    position: sticky;
    top: 40px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--pl-border);
    background: var(--pl-bg-card);
    aspect-ratio: 16 / 11;
}

.lp-features-panel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.lp-feat-panel-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 0 !important;
    max-width: none !important;
}

.lp-feat-panel-img.is-visible {
    opacity: 1;
}

@media (max-width: 1000px) {
    .lp-features-layout {
        grid-template-columns: 360px 1fr;
        gap: 32px;
    }
}

@media (max-width: 900px) {
    .lp-features-layout {
        grid-template-columns: 1fr;
    }
    .lp-features-panel {
        position: relative;
        top: auto;
        order: -1;
        aspect-ratio: 16 / 10;
        min-height: 240px;
    }
}

/* Track Record Section */
.premium-track-record {
    padding: 100px 0;
    background: var(--pl-bg-secondary);
}

.premium-winners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    align-items: stretch;
}

@media (max-width: 900px) {
    .premium-winners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .premium-winners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.premium-winner-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.premium-winner-card:hover {
    border-color: var(--pl-success);
}

.premium-winner-logo {
    width: 48px;
    height: 48px;
    background: var(--pl-bg-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--pl-accent);
    margin: 0 auto 12px;
}

.premium-winner-name {
    font-size: 13px;
    color: var(--pl-text-secondary);
    margin-bottom: 8px;
}

.premium-winner-gain {
    font-size: 20px;
    font-weight: 700;
    color: var(--pl-success);
    margin-top: auto;
    padding-top: 8px;
}

.premium-disclaimer {
    text-align: center;
    font-size: 12px;
    color: var(--pl-text-muted);
    margin-top: 32px;
}

/* Screener Section */
.premium-screener {
    padding: 100px 0;
}

.premium-screener-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 900px) {
    .premium-screener-grid {
        grid-template-columns: 1fr;
    }
}

.premium-screener-content p {
    font-size: 16px;
    color: var(--pl-text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
}

.premium-screener-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
}

.premium-screener-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--pl-text-secondary);
}

.premium-screener-list li::before {
    content: '\2713';
    color: var(--pl-success);
    font-weight: 700;
}

.premium-screener-preview {
    position: relative;
}

.premium-screener-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 24px;
}

.premium-screener-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--pl-border);
}

.premium-screener-ticker {
    font-weight: 700;
    color: var(--pl-accent);
}

.premium-screener-name {
    font-size: 14px;
    color: var(--pl-text-secondary);
}

.premium-screener-scores {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium-score-item {
    display: grid;
    grid-template-columns: 100px 1fr 40px;
    gap: 12px;
    align-items: center;
}

.premium-score-label {
    font-size: 13px;
    color: var(--pl-text-secondary);
}

.premium-score-bar {
    height: 8px;
    background: var(--pl-bg-primary);
    border-radius: 4px;
    overflow: hidden;
}

.premium-score-fill {
    height: 100%;
    background: var(--pl-gradient-gold);
    border-radius: 4px;
    transition: width 1s ease;
}

.premium-score-value {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.premium-screener-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--pl-border);
    text-align: center;
}

.premium-screener-overall {
    font-size: 14px;
    color: var(--pl-text-secondary);
}

.premium-screener-overall strong {
    color: var(--pl-accent);
}

/* Q&A Section */
.premium-qa {
    padding: 100px 0;
    background: var(--pl-bg-secondary);
}

.premium-qa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 900px) {
    .premium-qa-grid {
        grid-template-columns: 1fr;
    }
}

.premium-qa-content p {
    font-size: 16px;
    color: var(--pl-text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
}

.premium-qa-stats {
    display: flex;
    gap: 40px;
}

.premium-qa-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: var(--pl-accent);
}

.premium-qa-stat-label {
    font-size: 13px;
    color: var(--pl-text-muted);
}

.premium-qa-examples {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium-qa-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    padding: 20px 24px;
    border-left: 3px solid var(--pl-accent);
}

.premium-qa-question {
    font-size: 16px;
    color: var(--pl-accent);
    margin-bottom: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
}

.premium-qa-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.premium-qa-tags {
    display: flex;
    gap: 6px;
}

.premium-qa-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
}

.premium-qa-status {
    font-size: 11px;
    font-weight: 700;
    color: var(--pl-success);
    background: rgba(34, 197, 94, 0.1);
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.premium-qa-answer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--pl-text-muted);
}

.premium-qa-avatar-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pl-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #000;
    flex-shrink: 0;
}

.premium-qa-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

/* Benefits Section */
.premium-benefits {
    padding: 100px 0;
}

.premium-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 800px) {
    .premium-benefits-grid {
        grid-template-columns: 1fr;
    }
}

.premium-benefit-card {
    text-align: center;
    padding: 32px;
}

.premium-benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.premium-benefit-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.premium-benefit-card p {
    font-size: 15px;
    color: var(--pl-text-secondary);
    line-height: 1.6;
}

/* Testimonials Section */
.premium-testimonials {
    padding: 100px 0;
    background: var(--pl-bg-secondary);
}

.premium-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .premium-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .premium-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.premium-testimonial-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 28px;
}

.premium-testimonial-stars {
    color: var(--pl-accent);
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.premium-testimonial-card p {
    font-size: 14px;
    color: var(--pl-text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
}

.premium-testimonial-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.premium-testimonial-source {
    font-size: 12px;
    color: var(--pl-text-muted);
}

.premium-testimonials-more {
    text-align: center;
    margin-top: 40px;
}

.premium-testimonials-more p {
    color: var(--pl-text-muted);
    font-size: 14px;
}

/* Pricing Section */
.premium-pricing {
    padding: 100px 0;
}

.premium-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .premium-pricing-grid {
        grid-template-columns: 1fr;
    }
}

.premium-pricing-card {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.premium-pricing-featured {
    border-color: var(--pl-accent);
    background: linear-gradient(180deg, rgba(245, 197, 24, 0.05) 0%, var(--pl-bg-card) 100%);
    padding: 48px 40px;
    transform: scale(1.04);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .premium-pricing-featured {
        transform: scale(1);
    }
}

.premium-pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pl-gradient-gold);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 16px;
    border-radius: 100px;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.premium-pricing-header {
    margin-bottom: 24px;
}

.premium-pricing-name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.premium-pricing-desc {
    font-size: 14px;
    color: var(--pl-text-muted);
}

.premium-pricing-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.premium-pricing-currency {
    font-size: 24px;
    font-weight: 600;
    color: var(--pl-text-secondary);
}

.premium-pricing-amount {
    font-size: 56px;
    font-weight: 700;
    font-family: 'Instrument Serif', Georgia, serif;
    line-height: 1;
}

.premium-pricing-period {
    font-size: 14px;
    color: var(--pl-text-muted);
    margin-left: 4px;
}

.premium-pricing-total {
    font-size: 14px;
    color: var(--pl-text-muted);
    margin-bottom: 24px;
}

.premium-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.premium-pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid var(--pl-border);
    font-size: 14px;
    color: var(--pl-text-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-pricing-features li::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: var(--pl-success-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
}

.premium-pricing-features li:last-child {
    border-bottom: none;
}

/* Guarantee */
.premium-guarantee {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    max-width: 700px;
    margin: 60px auto 0;
}

.premium-guarantee-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.premium-guarantee h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.premium-guarantee p {
    font-size: 15px;
    color: var(--pl-text-secondary);
    line-height: 1.7;
}

/* FAQ Section */
.premium-faq {
    padding: 100px 0;
    background: var(--pl-bg-secondary);
}

.premium-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .premium-faq-grid {
        grid-template-columns: 1fr;
    }
}

.premium-faq-item {
    background: var(--pl-bg-card);
    border: 1px solid var(--pl-border);
    border-radius: 12px;
    padding: 24px;
}

.premium-faq-item h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--pl-text-primary);
}

.premium-faq-item p {
    font-size: 14px;
    color: var(--pl-text-secondary);
    line-height: 1.6;
}

/* Final CTA */
.premium-final-cta {
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.premium-final-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.premium-final-cta-content {
    position: relative;
    z-index: 1;
}

.premium-final-cta h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 20px;
}

.premium-final-cta h2 em {
    color: var(--pl-accent);
    font-style: italic;
}

.premium-final-cta p {
    font-size: 18px;
    color: var(--pl-text-secondary);
    margin-bottom: 32px;
}

.premium-final-guarantee {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    color: var(--pl-text-muted);
}

/* Premium Footer */
.premium-footer {
    background: var(--pl-bg-primary);
    border-top: 1px solid var(--pl-border);
    padding: 40px 0;
}

.premium-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

@media (max-width: 700px) {
    .premium-footer-content {
        flex-direction: column;
        text-align: center;
    }
}

.premium-footer-links {
    display: flex;
    gap: 24px;
}

.premium-footer-links a {
    font-size: 14px;
    color: var(--pl-text-secondary);
    text-decoration: none;
}

.premium-footer-links a:hover {
    color: var(--pl-text-primary);
}

.premium-footer-copyright {
    font-size: 13px;
    color: var(--pl-text-muted);
}

.premium-footer-disclaimer {
    padding-top: 24px;
    border-top: 1px solid var(--pl-border);
}

.premium-footer-disclaimer p {
    font-size: 11px;
    color: var(--pl-text-muted);
    line-height: 1.6;
    text-align: center;
}

/* ========================================
   Global Font Size Bump (+2px sitewide)
   Added at bottom for cascade priority
   ======================================== */

/* Base text: 14px → 16px */
body p, body li, body span, body td, body th,
.entry-content p, .entry-content li {
    font-size: 16px;
}

/* Nav links: 14px → 16px */
.pl-nav-links a {
    font-size: 16px;
}

/* Buttons: 14px → 16px */
.pl-btn {
    font-size: 16px;
}

/* Hero subtitle: 18px → 20px */
.pl-hero-subtitle {
    font-size: 20px;
}

/* Section labels: 12px → 14px */
.pl-section-label,
.premium-section-label {
    font-size: 14px;
}

/* Section headings h2 (serif): keep clamp but bump min */

/* Feature card headings: +2px */
.pl-feature-card h3 {
    font-size: 19px;
}

/* Feature card body: 14px → 16px */
.pl-feature-card p {
    font-size: 16px;
}

/* Comparison / community text */
.pl-comparison p,
.pl-community-grid p {
    font-size: 18px;
}

/* Testimonial cards */
.pl-testimonial p,
.premium-testimonial p {
    font-size: 16px;
}
.pl-testimonial cite,
.premium-testimonial cite {
    font-size: 14px;
}

/* Stats */
.pl-stat-number {
    font-size: 50px;
}
.pl-stat-label {
    font-size: 16px;
}

/* Pricing cards */
.pl-pricing-amount {
    font-size: 58px;
}
.pl-pricing-features li,
.premium-pricing-features li {
    font-size: 16px;
}

/* Track record */
.pl-track-intro p {
    font-size: 16px;
}

/* Footer */
.pl-footer a, .pl-footer span,
.premium-footer-links a {
    font-size: 16px;
}
.pl-footer-disclaimer p,
.premium-footer-disclaimer p {
    font-size: 13px;
}

/* Premium landing page specific */
.premium-hero-subtitle {
    font-size: 20px;
}
.premium-hero-features li {
    font-size: 16px;
}
.premium-problem-card p {
    font-size: 16px;
}
.premium-problem-card h3 {
    font-size: 19px;
}

/* Badge */
.pl-hero-badge,
.premium-badge {
    font-size: 15px;
}

/* Mobile adjustments for the bump */
@media (max-width: 768px) {
    body p, body li, body span {
        font-size: 15px;
    }
    .pl-hero-subtitle,
    .premium-hero-subtitle {
        font-size: 18px;
    }
}
