/* ============================================
   POS Modern CSS v2 - fixstop.com/pos
   Editorial Design System
   ============================================ */

/* Google Fonts loaded via <link> in each page's <head> */

:root {
    --pos-primary: #0066ff;
    --pos-primary-dark: #0052cc;
    --pos-secondary: #6366f1;
    --pos-accent: #10b981;
    --pos-dark: #0a1628;
    --pos-dark-2: #111827;
    --pos-gray-900: #1a1a2e;
    --pos-gray-800: #2d2d44;
    --pos-gray-700: #374151;
    --pos-gray-600: #4b5563;
    --pos-gray-500: #6b7280;
    --pos-gray-400: #9ca3af;
    --pos-gray-300: #d1d5db;
    --pos-gray-200: #e5e7eb;
    --pos-gray-100: #f3f4f6;
    --pos-gray-50: #f9fafb;
    --pos-white: #ffffff;
    --pos-gradient: linear-gradient(135deg, #0066ff 0%, #6366f1 50%, #8b5cf6 100%);
    --pos-gradient-dark: linear-gradient(135deg, #0a1628 0%, #1a1a2e 50%, #16213e 100%);
    --pos-gradient-subtle: linear-gradient(135deg, #f0f4ff 0%, #f5f3ff 50%, #fdf4ff 100%);
    --pos-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --pos-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --pos-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --pos-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --pos-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --pos-shadow-glow: 0 0 40px rgba(0, 102, 255, 0.15);
    --pos-radius-sm: 8px;
    --pos-radius: 12px;
    --pos-radius-lg: 16px;
    --pos-radius-xl: 24px;
    --pos-radius-full: 9999px;
    --pos-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --pos-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Base & Foundation Override Resets
   ============================================ */
.pos-page { font-family: var(--pos-font) !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; color: var(--pos-dark); line-height: 1.5; background: var(--pos-white); }
.pos-page * { box-sizing: border-box; }
.pos-page h1, .pos-page h2, .pos-page h3, .pos-page h4, .pos-page h5, .pos-page h6 { font-family: var(--pos-font) !important; line-height: 1.2; letter-spacing: -0.02em; color: var(--pos-dark); margin: 0; padding: 0; font-style: normal; font-weight: 700; }
.pos-page p { font-family: var(--pos-font) !important; line-height: 1.7; color: var(--pos-gray-600); margin: 0; padding: 0; }
.pos-page a { color: inherit; text-decoration: none; }
.pos-page i { font-style: normal; line-height: 1; }
.pos-page ul, .pos-page ol { margin: 0; padding: 0; list-style: none; }
.pos-page img { max-width: 100%; height: auto; }
.pos-page .lucide { stroke-width: 1.75; }

/* ============================================
   Hero
   ============================================ */
.pos-hero { position: relative; background: var(--pos-gradient-dark); padding: 100px 0 80px; overflow: hidden; min-height: 600px; display: flex; align-items: center; }
.pos-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0,102,255,.3), transparent), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(99,102,241,.2), transparent), radial-gradient(ellipse 40% 30% at 20% 80%, rgba(139,92,246,.15), transparent); pointer-events: none; }
.pos-hero::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.pos-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }
.pos-hero-grid { display: flex; align-items: center; gap: 60px; }
.pos-hero-content { flex: 1; min-width: 0; }
.pos-hero-visual { flex: 1; min-width: 0; text-align: center; }
.pos-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); padding: 8px 16px; border-radius: var(--pos-radius-full); font-size: 14px; font-weight: 500; color: rgba(255,255,255,.9); margin-bottom: 24px; animation: posFadeInUp .6s ease-out; }
.pos-hero-badge-dot { width: 8px; height: 8px; background: var(--pos-accent); border-radius: 50%; animation: posPulse 2s infinite; }
.pos-hero h1 { font-size: 56px; font-weight: 800; color: #fff; margin-bottom: 24px; line-height: 1.1; animation: posFadeInUp .6s ease-out .1s both; }
.pos-hero h1 span { background: linear-gradient(135deg, #60a5fa, #a78bfa, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pos-hero-subtitle { font-size: 20px; line-height: 1.7; color: rgba(255,255,255,.7); margin-bottom: 40px; max-width: 560px; animation: posFadeInUp .6s ease-out .2s both; }
.pos-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: posFadeInUp .6s ease-out .3s both; }
.pos-hero-visual img { max-width: 100%; height: auto; border-radius: var(--pos-radius-lg); box-shadow: var(--pos-shadow-xl); animation: posFadeInUp .8s ease-out .4s both; }

/* Floating feature pills in hero */
.pos-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; animation: posFadeInUp .6s ease-out .4s both; }
.pos-hero-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--pos-radius-full); font-size: 13px; color: rgba(255,255,255,.6); transition: var(--pos-transition); }
.pos-hero-pill .lucide { width: 14px; height: 14px; }
.pos-hero-pill:hover { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); }

/* ============================================
   Marquee Ticker
   ============================================ */
.pos-ticker { background: var(--pos-dark); border-bottom: 1px solid rgba(255,255,255,.06); overflow: hidden; padding: 14px 0; }
.pos-ticker-track { display: flex; animation: posTickerScroll 40s linear infinite; width: max-content; }
.pos-ticker-item { display: flex; align-items: center; gap: 8px; padding: 0 32px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.4); white-space: nowrap; }
.pos-ticker-item .lucide { width: 16px; height: 16px; color: var(--pos-primary); }
.pos-ticker-dot { width: 4px; height: 4px; background: rgba(255,255,255,.2); border-radius: 50%; margin: 0 8px; }
@keyframes posTickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================
   Bento Grid (Main Page Categories)
   ============================================ */
.pos-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pos-bento-item { background: var(--pos-white); border: 1px solid var(--pos-gray-200); border-radius: var(--pos-radius-xl); padding: 36px; text-decoration: none; display: flex; flex-direction: column; transition: var(--pos-transition); position: relative; overflow: hidden; }
.pos-bento-item:hover { transform: translateY(-3px); box-shadow: var(--pos-shadow-lg); border-color: transparent; }

/* Bento sizes */
.pos-bento-wide { grid-column: span 2; }
.pos-bento-tall { grid-row: span 2; }
.pos-bento-featured { background: var(--pos-dark); border-color: rgba(255,255,255,.1); }
.pos-bento-featured h3, .pos-bento-featured p { color: #fff !important; }
.pos-bento-featured p { color: rgba(255,255,255,.6) !important; }
.pos-bento-featured:hover { border-color: var(--pos-primary); }

/* Bento with accent backgrounds */
.pos-bento-blue { background: linear-gradient(135deg, #eff6ff, #dbeafe); border-color: #bfdbfe; }
.pos-bento-purple { background: linear-gradient(135deg, #f5f3ff, #ede9fe); border-color: #c4b5fd; }
.pos-bento-green { background: linear-gradient(135deg, #ecfdf5, #d1fae5); border-color: #6ee7b7; }
.pos-bento-amber { background: linear-gradient(135deg, #fffbeb, #fef3c7); border-color: #fcd34d; }
.pos-bento-rose { background: linear-gradient(135deg, #fff1f2, #ffe4e6); border-color: #fda4af; }

.pos-bento-icon { width: 48px; height: 48px; border-radius: var(--pos-radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.pos-bento-icon .lucide { width: 24px; height: 24px; }
.pos-bento-item h3 { font-size: 22px; font-weight: 700; color: var(--pos-dark); margin-bottom: 8px; }
.pos-bento-item p { font-size: 15px; color: var(--pos-gray-500); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.pos-bento-count { font-size: 13px; font-weight: 600; color: var(--pos-primary); display: flex; align-items: center; gap: 6px; margin-top: auto; }
.pos-bento-featured .pos-bento-count { color: #60a5fa; }
.pos-bento-arrow { display: inline-flex; margin-left: auto; opacity: 0; transform: translateX(-8px); transition: var(--pos-transition); }
.pos-bento-arrow .lucide { width: 16px; height: 16px; }
.pos-bento-item:hover .pos-bento-arrow { opacity: 1; transform: translateX(0); }

/* Bento icon backgrounds */
.pos-bento-icon-blue { background: rgba(0,102,255,.12); color: var(--pos-primary); }
.pos-bento-icon-purple { background: rgba(99,102,241,.12); color: #6366f1; }
.pos-bento-icon-green { background: rgba(16,185,129,.12); color: #10b981; }
.pos-bento-icon-amber { background: rgba(245,158,11,.12); color: #f59e0b; }
.pos-bento-icon-rose { background: rgba(244,63,94,.12); color: #f43f5e; }
.pos-bento-icon-cyan { background: rgba(6,182,212,.12); color: #06b6d4; }
.pos-bento-icon-indigo { background: rgba(99,102,241,.12); color: #6366f1; }
.pos-bento-icon-orange { background: rgba(249,115,22,.12); color: #f97316; }
.pos-bento-icon-teal { background: rgba(20,184,166,.12); color: #14b8a6; }
.pos-bento-icon-slate { background: rgba(71,85,105,.12); color: #475569; }
.pos-bento-icon-white { background: rgba(255,255,255,.12); color: #fff; }

/* ============================================
   Sections
   ============================================ */
.pos-section { padding: 100px 0; position: relative; }
.pos-section-sm { padding: 60px 0; }
.pos-section-dark { background: var(--pos-gradient-dark); color: #fff; }
.pos-section-gray { background: var(--pos-gray-50); }
.pos-section-gradient { background: var(--pos-gradient-subtle); }
.pos-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.pos-container-sm { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.pos-section-header { text-align: center; margin-bottom: 64px; }
.pos-section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--pos-primary); margin-bottom: 16px; padding: 6px 16px; background: rgba(0,102,255,.08); border-radius: var(--pos-radius-full); }
.pos-section-dark .pos-section-label { background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); }
.pos-section-header h2 { font-size: 42px; font-weight: 800; color: var(--pos-dark); margin-bottom: 16px; }
.pos-section-dark .pos-section-header h2 { color: #fff; }
.pos-section-header p { font-size: 18px; color: var(--pos-gray-500); max-width: 640px; margin: 0 auto; line-height: 1.7; }
.pos-section-dark .pos-section-header p { color: rgba(255,255,255,.6); }

/* ============================================
   Full-bleed Screenshot Showcase
   ============================================ */
.pos-showcase { position: relative; padding: 80px 0; overflow: hidden; }
.pos-showcase-bg { position: absolute; inset: 0; background: var(--pos-gradient-subtle); }
.pos-showcase-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.pos-showcase-frame { background: var(--pos-dark); border-radius: var(--pos-radius-xl); padding: 4px; box-shadow: var(--pos-shadow-xl); overflow: hidden; position: relative; }
.pos-showcase-frame::before { content: ''; position: absolute; inset: 0; border-radius: var(--pos-radius-xl); padding: 2px; background: var(--pos-gradient); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.pos-showcase-frame img { width: 100%; display: block; border-radius: 20px; }
.pos-showcase-glass { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.8); border-radius: var(--pos-radius-xl); padding: 32px 48px; box-shadow: var(--pos-shadow-xl); text-align: center; max-width: 500px; width: 90%; z-index: 3; }
.pos-showcase-glass h3 { font-size: 24px; font-weight: 800; color: var(--pos-dark); margin-bottom: 8px; }
.pos-showcase-glass p { font-size: 15px; color: var(--pos-gray-500); margin: 0; }

/* ============================================
   Feature Rows (editorial, not cards)
   ============================================ */
.pos-feature-row { display: flex; align-items: flex-start; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--pos-gray-100); transition: var(--pos-transition); }
.pos-feature-row:last-child { border-bottom: none; }
.pos-feature-row:hover { padding-left: 8px; }
.pos-feature-row-icon { width: 52px; height: 52px; border-radius: var(--pos-radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pos-feature-row-icon .lucide { width: 24px; height: 24px; }
.pos-feature-row-content { flex: 1; }
.pos-feature-row-content h3 { font-size: 18px; font-weight: 700; color: var(--pos-dark); margin-bottom: 6px; }
.pos-feature-row-content p { font-size: 15px; color: var(--pos-gray-500); margin: 0; line-height: 1.6; }

/* ============================================
   Feature Spotlight (hero feature)
   ============================================ */
.pos-spotlight { display: flex; align-items: center; gap: 64px; padding: 64px; background: var(--pos-white); border: 1px solid var(--pos-gray-200); border-radius: var(--pos-radius-xl); margin-bottom: 48px; }
.pos-spotlight-reverse { flex-direction: row-reverse; }
.pos-spotlight-content { flex: 1; }
.pos-spotlight-visual { flex: 1; display: flex; align-items: center; justify-content: center; }
.pos-spotlight-visual .lucide { width: 200px; height: 200px; color: var(--pos-gray-200); }
.pos-spotlight-number { font-size: 80px; font-weight: 900; background: var(--pos-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 16px; }
.pos-spotlight h3 { font-size: 32px; font-weight: 800; color: var(--pos-dark); margin-bottom: 12px; }
.pos-spotlight p { font-size: 17px; color: var(--pos-gray-500); line-height: 1.7; margin: 0; }

/* ============================================
   Callout Box
   ============================================ */
.pos-callout { background: linear-gradient(135deg, #eff6ff, #f5f3ff); border: 1px solid #dbeafe; border-radius: var(--pos-radius-xl); padding: 40px; margin: 32px 0; display: flex; align-items: flex-start; gap: 20px; }
.pos-callout-icon { width: 48px; height: 48px; background: var(--pos-primary); color: #fff; border-radius: var(--pos-radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pos-callout-icon .lucide { width: 24px; height: 24px; }
.pos-callout h3, .pos-callout h4 { font-size: 18px; font-weight: 700; color: var(--pos-dark); margin-bottom: 6px; }
.pos-callout p { font-size: 15px; color: var(--pos-gray-600); margin: 0; line-height: 1.6; }

/* ============================================
   Split Feature (image + text)
   ============================================ */
.pos-split { display: flex; align-items: center; gap: 60px; margin-bottom: 40px; }
.pos-split-reverse { flex-direction: row-reverse; }
.pos-split-content { flex: 1; }
.pos-split-visual { flex: 1; text-align: center; }
.pos-split-visual img { max-width: 100%; border-radius: var(--pos-radius-lg); box-shadow: var(--pos-shadow-lg); }
.pos-split h3 { font-size: 32px; font-weight: 800; color: var(--pos-dark); margin-bottom: 16px; }
.pos-split p { font-size: 17px; color: var(--pos-gray-500); line-height: 1.7; margin-bottom: 24px; }
.pos-split-list { list-style: none; padding: 0; margin: 0; }
.pos-split-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 15px; color: var(--pos-gray-700); }
.pos-split-list li .lucide { width: 20px; height: 20px; color: var(--pos-accent); flex-shrink: 0; margin-top: 2px; }

/* ============================================
   Buttons
   ============================================ */
.pos-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; font-family: var(--pos-font); font-size: 16px; font-weight: 600; border-radius: var(--pos-radius); text-decoration: none; cursor: pointer; transition: var(--pos-transition); border: none; line-height: 1.4; }
.pos-btn-primary { background: var(--pos-primary); color: #fff; box-shadow: 0 4px 14px rgba(0,102,255,.35); }
.pos-btn-primary:hover { background: var(--pos-primary-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,102,255,.4); color: #fff; }
.pos-btn-secondary { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.pos-btn-secondary:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); color: #fff; }
.pos-btn-white { background: #fff; color: var(--pos-primary); box-shadow: var(--pos-shadow); }
.pos-btn-white:hover { transform: translateY(-2px); box-shadow: var(--pos-shadow-lg); color: var(--pos-primary-dark); }
.pos-btn-gradient { background: var(--pos-gradient); color: #fff; box-shadow: 0 4px 14px rgba(0,102,255,.35); }
.pos-btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,102,255,.4); color: #fff; }
.pos-btn-outline { background: transparent; color: var(--pos-primary); border: 2px solid var(--pos-primary); }
.pos-btn-outline:hover { background: var(--pos-primary); color: #fff; transform: translateY(-2px); }
.pos-btn-lg { padding: 18px 40px; font-size: 18px; border-radius: var(--pos-radius-lg); }
.pos-btn-sm { padding: 10px 20px; font-size: 14px; }
.pos-btn .lucide { width: 20px; height: 20px; }

/* ============================================
   Pricing
   ============================================ */
.pos-pricing { text-align: center; }
.pos-pricing-card { background: #fff; border: 2px solid var(--pos-gray-200); border-radius: var(--pos-radius-xl); padding: 48px 40px; max-width: 480px; margin: 0 auto; position: relative; transition: var(--pos-transition); }
.pos-pricing-card:hover { border-color: var(--pos-primary); box-shadow: var(--pos-shadow-glow); }
.pos-pricing-popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--pos-gradient); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 20px; border-radius: var(--pos-radius-full); white-space: nowrap; }
.pos-pricing-amount { display: flex; align-items: baseline; justify-content: center; gap: 4px; margin-bottom: 8px; }
.pos-pricing-currency { font-size: 28px; font-weight: 700; color: var(--pos-dark); }
.pos-pricing-value { font-size: 64px; font-weight: 800; color: var(--pos-dark); line-height: 1; }
.pos-pricing-period { font-size: 18px; color: var(--pos-gray-500); font-weight: 500; }
.pos-pricing-desc { font-size: 16px; color: var(--pos-gray-500); margin-bottom: 32px; }
.pos-pricing-features { list-style: none; padding: 0; margin: 0 0 32px; text-align: left; }
.pos-pricing-features li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: 15px; color: var(--pos-gray-700); border-bottom: 1px solid var(--pos-gray-100); }
.pos-pricing-features li:last-child { border-bottom: none; }
.pos-pricing-features li .lucide { width: 20px; height: 20px; flex-shrink: 0; color: var(--pos-accent); margin-top: 1px; }

/* ============================================
   CTA
   ============================================ */
.pos-cta { background: var(--pos-gradient-dark); padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.pos-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0,102,255,.15), transparent); pointer-events: none; }
.pos-cta-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; padding: 0 20px; }
.pos-cta h2 { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.pos-cta p { font-size: 18px; color: rgba(255,255,255,.6); margin-bottom: 40px; line-height: 1.7; }
.pos-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.pos-cta-trial { font-size: 14px; color: rgba(255,255,255,.5); margin-top: 16px; }

/* ============================================
   Category Hero (sub-pages)
   ============================================ */
.pos-category-hero { position: relative; background: var(--pos-gradient-dark); padding: 80px 0 60px; overflow: hidden; }
.pos-category-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0,102,255,.25), transparent), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(99,102,241,.15), transparent); pointer-events: none; }
.pos-category-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.pos-category-hero h1 { font-size: 48px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.pos-category-hero-desc { font-size: 20px; color: rgba(255,255,255,.7); max-width: 700px; margin: 0 auto 24px; line-height: 1.6; }

/* Breadcrumbs */
.pos-breadcrumbs { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.pos-breadcrumbs a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 14px; font-weight: 500; transition: var(--pos-transition); }
.pos-breadcrumbs a:hover { color: rgba(255,255,255,.9); }
.pos-breadcrumbs .pos-breadcrumb-sep { color: rgba(255,255,255,.3); font-size: 12px; }
.pos-breadcrumbs .pos-breadcrumb-current { color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; }

/* Category Nav */
.pos-nav { background: #fff; border-bottom: 1px solid var(--pos-gray-200); position: sticky; top: 0; z-index: 100; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pos-nav::-webkit-scrollbar { display: none; }
.pos-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; gap: 4px; white-space: nowrap; }
.pos-nav-link { padding: 16px; font-size: 14px; font-weight: 500; color: var(--pos-gray-500); text-decoration: none; border-bottom: 2px solid transparent; transition: var(--pos-transition); flex-shrink: 0; }
.pos-nav-link:hover { color: var(--pos-primary); }
.pos-nav-link-active { color: var(--pos-primary); border-bottom-color: var(--pos-primary); }

/* ============================================
   Feature Cards (sub-pages, kept for compat)
   ============================================ */
.pos-features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.pos-feature-card { background: #fff; border: 1px solid var(--pos-gray-200); border-radius: var(--pos-radius-lg); padding: 32px; transition: var(--pos-transition); position: relative; }
.pos-feature-card:hover { transform: translateY(-2px); box-shadow: var(--pos-shadow-md); border-color: rgba(0,102,255,.2); }
.pos-feature-card-icon { width: 48px; height: 48px; border-radius: var(--pos-radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.pos-feature-card-icon .lucide { width: 24px; height: 24px; }
.pos-feature-card-icon svg { width: 24px; height: 24px; }
.pos-feature-card h3 { font-size: 18px; font-weight: 700; color: var(--pos-dark); margin-bottom: 10px; }
.pos-feature-card p { font-size: 15px; color: var(--pos-gray-500); line-height: 1.6; margin: 0; }
.pos-feature-card-badge { position: absolute; top: 16px; right: 16px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 4px 10px; border-radius: var(--pos-radius-full); background: rgba(16,185,129,.1); color: var(--pos-accent); }
.pos-feature-card-badge-soon { background: rgba(245,158,11,.1); color: #f59e0b; }

/* Icon color helpers */
.pos-icon-blue { background: rgba(0,102,255,.1); color: var(--pos-primary); }
.pos-icon-purple { background: rgba(99,102,241,.1); color: #6366f1; }
.pos-icon-green { background: rgba(16,185,129,.1); color: #10b981; }
.pos-icon-amber { background: rgba(245,158,11,.1); color: #f59e0b; }
.pos-icon-rose { background: rgba(244,63,94,.1); color: #f43f5e; }
.pos-icon-cyan { background: rgba(6,182,212,.1); color: #06b6d4; }
.pos-icon-indigo { background: rgba(99,102,241,.1); color: #6366f1; }
.pos-icon-orange { background: rgba(249,115,22,.1); color: #f97316; }
.pos-icon-teal { background: rgba(20,184,166,.1); color: #14b8a6; }
.pos-icon-slate { background: rgba(71,85,105,.1); color: #475569; }

/* ============================================
   Related Categories
   ============================================ */
.pos-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.pos-related-link { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #fff; border: 1px solid var(--pos-gray-200); border-radius: var(--pos-radius); text-decoration: none; transition: var(--pos-transition); }
.pos-related-link:hover { border-color: var(--pos-primary); background: rgba(0,102,255,.03); transform: translateX(4px); }
.pos-related-link span { font-size: 15px; font-weight: 600; color: var(--pos-dark); }
.pos-related-link .lucide { width: 20px; height: 20px; color: var(--pos-primary); margin-left: auto; flex-shrink: 0; }
.pos-related-link svg { width: 20px; height: 20px; color: var(--pos-primary); margin-left: auto; flex-shrink: 0; }

/* ============================================
   Numbers Strip
   ============================================ */
.pos-numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: #fff; border-radius: var(--pos-radius-xl); border: 1px solid var(--pos-gray-200); overflow: hidden; box-shadow: var(--pos-shadow); }
.pos-number-item { padding: 40px 24px; text-align: center; position: relative; }
.pos-number-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: var(--pos-gray-200); }
.pos-number-value { font-size: 48px; font-weight: 900; background: var(--pos-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }
.pos-number-label { font-size: 14px; font-weight: 500; color: var(--pos-gray-500); }

/* ============================================
   Big Quote / Tagline
   ============================================ */
.pos-tagline { text-align: center; padding: 80px 20px; }
.pos-tagline h2 { font-size: 48px; font-weight: 800; color: var(--pos-dark); line-height: 1.2; max-width: 900px; margin: 0 auto; }
.pos-tagline h2 em { font-style: normal; background: var(--pos-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ============================================
   Animations
   ============================================ */
@keyframes posFadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes posPulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes posFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.pos-animate { opacity: 0; transform: translateY(20px); transition: opacity .6s ease-out, transform .6s ease-out; }
.pos-animate.pos-visible { opacity: 1; transform: translateY(0); }
.pos-animate-delay-1 { transition-delay: .1s; }
.pos-animate-delay-2 { transition-delay: .2s; }
.pos-animate-delay-3 { transition-delay: .3s; }
.pos-animate-delay-4 { transition-delay: .4s; }
.pos-animate-delay-5 { transition-delay: .5s; }

/* Hidden */
.pos-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
    .pos-hero h1 { font-size: 44px; }
    .pos-hero-grid { gap: 40px; }
    .pos-section-header h2 { font-size: 36px; }
    .pos-category-hero h1 { font-size: 40px; }
    .pos-cta h2 { font-size: 36px; }
    .pos-bento { grid-template-columns: repeat(2, 1fr); }
    .pos-bento-wide { grid-column: span 2; }
    .pos-spotlight { padding: 40px; gap: 40px; }
    .pos-tagline h2 { font-size: 36px; }
}

@media (max-width: 768px) {
    .pos-hero { padding: 70px 0 60px; min-height: auto; }
    .pos-hero h1 { font-size: 36px; }
    .pos-hero-subtitle { font-size: 17px; }
    .pos-hero-grid { flex-direction: column; text-align: center; }
    .pos-hero-actions { justify-content: center; }
    .pos-hero-subtitle { margin-left: auto; margin-right: auto; }
    .pos-hero-pills { justify-content: center; }
    .pos-bento { grid-template-columns: 1fr; }
    .pos-bento-wide { grid-column: span 1; }
    .pos-bento-tall { grid-row: span 1; }
    .pos-numbers { grid-template-columns: repeat(2, 1fr); }
    .pos-number-item:nth-child(2)::after { display: none; }
    .pos-number-item:nth-child(1), .pos-number-item:nth-child(2) { border-bottom: 1px solid var(--pos-gray-200); }
    .pos-features-grid { grid-template-columns: 1fr; }
    .pos-section { padding: 60px 0; }
    .pos-section-header { margin-bottom: 40px; }
    .pos-section-header h2 { font-size: 30px; }
    .pos-category-hero { padding: 60px 0 40px; }
    .pos-category-hero h1 { font-size: 32px; }
    .pos-split, .pos-split-reverse { flex-direction: column; gap: 30px; }
    .pos-spotlight, .pos-spotlight-reverse { flex-direction: column; padding: 32px; gap: 32px; }
    .pos-spotlight-number { font-size: 56px; }
    .pos-cta { padding: 60px 0; }
    .pos-cta h2 { font-size: 30px; }
    .pos-btn-lg { padding: 16px 32px; font-size: 16px; }
    .pos-split h3, .pos-spotlight h3 { font-size: 26px; }
    .pos-related-grid { grid-template-columns: 1fr; }
    .pos-tagline h2 { font-size: 28px; }
    .pos-tagline { padding: 50px 20px; }
    .pos-callout { flex-direction: column; }
    .pos-showcase-glass { position: relative; bottom: auto; left: auto; transform: none; margin: -40px auto 0; }
    .pos-ticker { display: none; }
}

@media (max-width: 480px) {
    .pos-hero h1 { font-size: 30px; }
    .pos-number-value { font-size: 36px; }
    .pos-hero-actions { flex-direction: column; align-items: stretch; }
    .pos-btn { text-align: center; }
    .pos-bento-item { padding: 28px 24px; }
    .pos-pricing-card { padding: 36px 24px; }
    .pos-pricing-value { font-size: 52px; }
    .pos-feature-row { flex-direction: column; gap: 16px; }
}
