.bootcamps-page{font-family:Poppins,sans-serif;line-height:1.6;color:#1a202c;background:#f7fafc}.hero-section{background:linear-gradient(135deg,#3096A7,#0f4c75);padding:8rem 2rem 4rem;text-align:center;color:white;position:relative;overflow:hidden;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-content p{font-size:1.3rem;margin-bottom:3rem;opacity:.95;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.stat-label{font-size:1rem;opacity:.9;font-weight:500}.filters-section{max-width:1200px;margin:-2rem auto 4rem;padding:0 2rem;position:relative;z-index:10}.search-container{background:white;border-radius:20px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(226,232,240,.8)}.search-bar{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:1.25rem 1.25rem 1.25rem 3.5rem;border:2px solid #e2e8f0;border-radius:60px;font-size:1.1rem;transition:all .3s ease;background:#f8fafc}.search-input:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.3rem;color:#9ca3af}.category-filters{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.category-btn{padding:.875rem 1.75rem;border:2px solid #e2e8f0;background:white;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#4a5568;font-size:.95rem}.category-btn:hover{border-color:#3096A7;color:#3096A7;transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.2)}.category-btn.active{background:linear-gradient(135deg,#3096A7,#0f4c75);border-color:transparent;color:white;box-shadow:0 8px 25px rgba(102,126,234,.4)}.bootcamps-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.bootcamps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}.bootcamp-card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .4s ease;cursor:pointer;border:1px solid rgba(226,232,240,.6);position:relative}.bootcamp-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.card-header{padding:2.5rem;color:white;position:relative;height:250px;display:flex;flex-direction:column;justify-content:space-between}.card-header.java{background:linear-gradient(135deg,#667eea,#764ba2)}.card-header.python{background:linear-gradient(135deg,#43e97b,#38f9d7)}.card-header.dotnet{background:linear-gradient(135deg,#fa709a,#fee140)}.card-header.data-science{background:linear-gradient(135deg,#f093fb,#f5576c)}.card-header.data-analytics{background:linear-gradient(135deg,#4facfe,#00f2fe)}.card-badges{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.difficulty-badge,.duration-badge{padding:.5rem 1rem;border-radius:25px;font-size:.875rem;font-weight:600;backdrop-filter:blur(10px)}.difficulty-badge.beginner{background:rgba(16,185,129,.9)}.difficulty-badge.intermediate{background:rgba(245,158,11,.9)}.difficulty-badge.advanced{background:rgba(239,68,68,.9)}.duration-badge{background:rgba(255,255,255,.25);color:white}.card-title{font-size:1.75rem;font-weight:700;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.2);line-height:1.3}.card-content{padding:2.5rem}.card-description{color:#64748b;line-height:1.7;margin-bottom:2rem;font-size:1.05rem}.card-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.feature{align-items:center;color:#4a5568;font-size:.95rem;font-weight:500}.card-topics,.feature{display:flex;gap:.75rem}.card-topics{flex-wrap:wrap;margin-bottom:2rem}.topic-tag{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:.5rem 1rem;border-radius:25px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0}.learn-more-btn,.topic-tag.more{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.learn-more-btn{width:100%;border:none;padding:1.25rem 2rem;border-radius:16px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.learn-more-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(102,126,234,.4)}.btn-arrow{transition:transform .3s ease;font-size:1.2rem}.bootcamp-card:hover .btn-arrow{transform:translateX(6px)}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.bootcamps-grid{grid-template-columns:1fr}.nav-links{display:none}}@media (max-width:480px){.hero-section{padding:6rem 1rem 3rem}.hero-content h1{font-size:2rem}.bootcamps-container,.filters-section{padding:0 1rem}.search-container{padding:1.5rem}.category-filters{gap:.5rem}.category-btn{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:1024px){.hero-section{padding:6rem 1rem 3rem}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.bootcamps-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.card-header{padding:5px;height:190px}.card-content{padding:1.5rem}}@media (max-width:600px){.hero-section{padding:4rem .5rem 2rem}.hero-content{max-width:100%;padding:0 .5rem}.hero-content h1{font-size:1.4rem;margin-bottom:1rem}.hero-content p{font-size:1rem;margin-bottom:2rem}.bootcamps-grid{grid-template-columns:1fr;gap:1rem}.card-header{padding:5px;height:190px}.card-title{font-size:1.1rem}.card-content{padding:1rem}.learn-more-btn{font-size:1rem;padding:.75rem 1rem;border-radius:10px}.topic-tag{font-size:.8rem;padding:.3rem .7rem;border-radius:16px}}@media (max-width:400px){.hero-content h1{font-size:1.1rem}.hero-content p{font-size:.9rem}.card-header{padding:5px;height:190px}.card-content{padding:.5rem}}