:root{--guide-primary:#007bff;--guide-secondary:#6c757d;--guide-success:#28a745;--guide-warning:#ffc107;--guide-danger:#dc3545;--guide-light:#f8f9fa;--guide-dark:#343a40;--guide-white:#ffffff;--guide-gray-100:#f8f9fa;--guide-gray-200:#e9ecef;--guide-gray-300:#dee2e6;--guide-gray-400:#ced4da;--guide-gray-500:#adb5bd;--guide-gray-600:#6c757d;--guide-gray-700:#495057;--guide-gray-800:#343a40;--guide-gray-900:#212529}.pricing{padding:80px 0;min-height:100vh}.pricing h5.promo-title{color:var(--guide-white)}.section-title h2{color:var(--guide-gray-900);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.section-title .btn{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);color:var(--guide-white);border-radius:25px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s ease;backdrop-filter:blur(10px)}.section-title .btn:hover{background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2);color:var(--guide-white)}.col-lg-8{background:var(--guide-white);border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.1);margin-bottom:2rem}.question-selector{background:var(--guide-white);border-radius:20px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem}.content-title{color:var(--guide-gray-900);font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.question-selector .text-muted{color:var(--guide-gray-600)!important;font-size:1rem;line-height:1.6}.badge{background:linear-gradient(135deg,var(--guide-success),var(--guide-primary));color:var(--guide-white);padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.form-select{border:2px solid var(--guide-gray-200);padding:1rem 1.5rem;color:var(--guide-gray-700);border-radius:15px;background-color:var(--guide-white);font-size:1rem;transition:all .3s ease;width:100%;box-shadow:0 4px 15px rgba(0,0,0,.05)}.form-select:hover{border-color:var(--guide-primary);box-shadow:0 6px 20px rgba(0,123,255,.15)}.form-select:focus{border-color:var(--guide-primary);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.blog-content{background:var(--guide-white);border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5{color:var(--guide-gray-900);margin-top:2rem;margin-bottom:1rem;font-weight:600}.blog-content h2{font-size:1.8rem;border-bottom:2px solid var(--guide-primary);padding-bottom:.5rem}.blog-content h3{font-size:1.5rem;color:var(--guide-gray-800)}.blog-content h4{font-size:1.3rem;color:var(--guide-gray-700)}.blog-content h5{font-size:1.2rem;color:var(--guide-gray-700)}.blog-content p{color:var(--guide-gray-700);line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.blog-content ol,.blog-content ul{color:var(--guide-gray-700);line-height:1.8;margin-bottom:1.5rem;padding-left:2rem}.blog-content li{margin-bottom:.5rem}.blog-content code{background:var(--guide-gray-100);padding:.2rem .4rem;border-radius:4px;font-family:'Courier New',monospace;color:var(--guide-danger)}.blog-content pre{background:var(--guide-gray-900);color:var(--guide-white);padding:1.5rem;border-radius:10px;overflow-x:auto;margin:1.5rem 0}.blog-content blockquote{border-left:4px solid var(--guide-primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--guide-gray-600);background:var(--guide-gray-100);padding:1.5rem;border-radius:0 10px 10px 0}.question-header{border-bottom:2px solid var(--guide-gray-200);padding-bottom:1.5rem;margin-bottom:2rem}.question-header h5{color:var(--guide-primary);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.share-buttons{display:flex;gap:.5rem;align-items:center}.btn-linkedin{background:linear-gradient(135deg,#0a66c2,#004182);color:var(--guide-white);border:none;padding:.75rem 1.5rem;font-size:.9rem;border-radius:25px;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.btn-linkedin:hover{background:linear-gradient(135deg,#004182,#002d5a);color:var(--guide-white);transform:translateY(-2px);box-shadow:0 8px 25px rgba(10,102,194,.3)}.question-navigation{border-top:2px solid var(--guide-gray-200);padding-top:2rem;margin-top:3rem}.nav-btn{width:100%;padding:0;border:2px solid var(--guide-gray-200);transition:all .3s ease;overflow:hidden;height:auto;min-height:120px;border-radius:15px;background:var(--guide-white)}.nav-btn-content{display:flex;align-items:center;padding:1.5rem;gap:1rem;height:100%}.nav-btn-icon{flex-shrink:0;font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--guide-primary);background:var(--guide-gray-100);border-radius:50%}.nav-btn-text{flex:1;min-width:0;display:flex;flex-direction:column}.nav-btn-text small{display:block;font-size:.875rem;color:var(--guide-primary);margin-bottom:.5rem;text-align:left;font-weight:600}.nav-title{display:block;font-weight:600;color:var(--guide-gray-900);white-space:break-spaces;overflow:hidden;font-size:1rem;text-align:left;text-overflow:ellipsis;max-width:100%;line-height:1.3}.nav-btn:hover{background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));border-color:var(--guide-primary);transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,123,255,.2)}.nav-btn:hover .nav-btn-icon{background:rgba(255,255,255,.2);color:var(--guide-white)}.nav-btn:hover .nav-btn-text .nav-title,.nav-btn:hover .nav-btn-text small{color:var(--guide-white)}.nav-btn-next .nav-btn-content{flex-direction:row-reverse;text-align:right}.sidebar{position:sticky;top:100px}.sidebar-section{background:var(--guide-white);border-radius:20px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem;transition:all .3s ease}.sidebar-section:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.sidebar-title{color:var(--guide-gray-900);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.sidebar-title::before{content:'';width:4px;height:20px;background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));border-radius:2px}.interest-resources .resource-link,.resource-categories .resource-item{padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease;font-weight:600;color:var(--guide-gray-700);text-decoration:none;display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;background:var(--guide-gray-100);border:1px solid transparent}.interest-resources .resource-link:hover,.resource-categories .resource-item:hover{background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));color:var(--guide-white);text-decoration:none;transform:translateX(5px);box-shadow:0 8px 25px rgba(0,123,255,.2)}.interest-resources .resource-link i,.resource-categories .resource-item i{font-size:1.2rem;flex-shrink:0}.sidebar-item{background:var(--guide-white);border-radius:20px;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.sidebar-item:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.resource-card{transition:all .3s ease;border:1px solid var(--guide-gray-200);border-radius:12px;padding:1.5rem;margin-bottom:1rem;background:var(--guide-gray-100)}.resource-card:hover{background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));transform:translateX(5px);box-shadow:0 8px 25px rgba(0,123,255,.2)}.resource-card:hover a,.resource-card:hover h5{color:var(--guide-white)}.resource-card h5{color:var(--guide-gray-900);font-weight:700;margin-bottom:.5rem;transition:color .3s ease}.resource-card a{color:var(--guide-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.alert{border-radius:15px;border:none;padding:2rem;margin:2rem 0;backdrop-filter:blur(10px)}.alert-info{background:linear-gradient(135deg,rgba(13,110,253,.1),rgba(13,110,253,.05));color:var(--guide-primary);border:1px solid rgba(13,110,253,.2)}.alert-heading{color:var(--guide-gray-900);font-weight:700;margin-bottom:.5rem}@media (max-width:768px){.pricing{padding:60px 0}.section-title h2{font-size:2rem}.blog-content,.col-lg-8,.question-selector{padding:1.5rem}.nav-btn{min-height:100px}.nav-btn-content{padding:1rem}.sidebar{position:static;margin-top:2rem}.sidebar-item,.sidebar-section{padding:1.5rem}}@media (max-width:576px){.section-title h2{font-size:1.8rem}.blog-content,.col-lg-8,.question-selector{padding:1.2rem}.nav-btn{min-height:80px}.nav-btn-content{padding:.8rem}.sidebar-item,.sidebar-section{padding:1.2rem}.interest-resources .resource-link,.resource-categories .resource-item{padding:.8rem 1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.col-lg-4,.col-lg-8{animation:fadeInUp .6s ease forwards}.col-lg-4{animation-delay:.2s}.promo-card{background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));color:var(--guide-white);border-radius:20px;padding:2rem;box-shadow:0 15px 40px rgba(0,123,255,.2);border:none;transition:all .3s ease;position:relative;overflow:hidden}.promo-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--guide-warning),var(--guide-danger));border-radius:20px 20px 0 0}.promo-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,123,255,.3)}.promo-title{color:var(--guide-white);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.promo-desc{color:rgba(255,255,255,.9);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.promo-benefits{list-style:none;padding:0;margin-bottom:1.5rem}.promo-benefits li{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.9);font-size:.9rem;margin-bottom:.5rem}.promo-benefits li i{color:var(--guide-warning);font-size:1rem}.promo-card .btn{border-radius:25px;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;border:none;background:var(--guide-white);color:var(--guide-primary)}.promo-card .btn:hover{transform:translateX(5px);box-shadow:0 5px 15px rgba(255,255,255,.3);color:var(--guide-primary)}.testimonial-card{background:linear-gradient(135deg,var(--guide-warning),var(--guide-danger));color:var(--guide-white);border-radius:20px;padding:2rem;box-shadow:0 15px 40px rgba(255,193,7,.2);border:none;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(255,193,7,.3)}.testimonial-quote{text-align:center;margin-bottom:1rem}.testimonial-quote i{font-size:2rem;color:rgba(255,255,255,.8)}.testimonial-text{font-style:italic;font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:center}.testimonial-author{text-align:center;font-weight:600;font-size:.9rem;opacity:.9}.sidebar-links-list{display:flex;flex-direction:column;gap:.5rem}.sidebar-links-list .resource-item,.sidebar-links-list .resource-link{padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease;font-weight:600;color:var(--guide-gray-700);text-decoration:none;display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;background:var(--guide-gray-100);border:1px solid transparent}.sidebar-links-list .resource-item:hover,.sidebar-links-list .resource-link:hover{background:linear-gradient(135deg,var(--guide-primary),var(--guide-success));color:var(--guide-white);text-decoration:none;transform:translateX(5px);box-shadow:0 8px 25px rgba(0,123,255,.2)}.sidebar-links-list .resource-item i,.sidebar-links-list .resource-link i{font-size:1.2rem;flex-shrink:0}html{scroll-behavior:smooth}