@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;500;600&display=swap);*{margin:0;padding:0;box-sizing:border-box}:root{--brand-primary:#1870B9;--brand-secondary:#28AEE4;--brand-accent:#00B04F;--font-heading:'Poppins',sans-serif;--font-body:'Inter',sans-serif}body{font-family:var(--font-body);color:#1a1a1a;line-height:1.6;background:#f8f9fa}.resources-header{position:relative;width:100%;min-height:45vh;display:flex;align-items:center;overflow:hidden;margin:0;padding:0}.resources-header-bg{position:absolute;inset:0;z-index:0}.resources-header-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.resources-header-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgb(0 0 0 / .85) 0%,rgb(0 0 0 / .7) 40%,rgb(0 0 0 / .4) 70%,transparent 100%)}.resources-header-overlay::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgb(255 255 255 / .02) 2px,rgb(255 255 255 / .02) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgb(255 255 255 / .02) 2px,rgb(255 255 255 / .02) 4px);background-size:80px 80px;opacity:.5}.resources-header-content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,3rem)}.breadcrumbs{font-size:.8rem;margin-bottom:1rem;color:rgb(255 255 255 / .8);animation:fadeInUp .8s ease}.breadcrumbs a{color:#fff;text-decoration:none;transition:opacity .3s}.breadcrumbs a:hover{opacity:.7}.breadcrumbs span{margin:0 .5rem}.resources-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(0 176 79 / .2);backdrop-filter:blur(12px);border:1px solid rgb(0 176 79 / .3);padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1rem;animation:fadeInUp .8s ease .2s backwards}.badge-dot{width:6px;height:6px;background:var(--brand-accent);border-radius:50%;animation:pulse 2s infinite}.badge-text{font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.1em}.resources-title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;line-height:1.2;margin:0 0 1rem 0;max-width:900px;letter-spacing:-.02em;animation:fadeInUp .8s ease .4s backwards}.title-highlight{background:linear-gradient(135deg,var(--brand-accent),var(--brand-secondary));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.resources-subtitle{font-family:var(--font-body);font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:500;color:rgb(255 255 255 / .9);margin-bottom:0;max-width:750px;line-height:1.5;animation:fadeInUp .8s ease .6s backwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.kepro-downloadables{max-width:1400px;margin:0 auto;padding:40px 20px}.kepro-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #E0E0E0;overflow-x:auto}.kepro-tab{padding:12px 24px;background:none;border:none;color:#666;font-size:15px;font-weight:500;cursor:pointer;border-bottom:3px solid #fff0;white-space:nowrap;transition:all .2s;font-family:var(--font-heading);border-radius:8px 8px 0 0}.kepro-tab:hover{color:var(--brand-primary);background:rgb(24 112 185 / .05)}.kepro-tab.active{color:#fff;background:var(--brand-primary);border-bottom-color:var(--brand-primary)}.kepro-filter-compact{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:10px 16px;background:#F5F7FA;border-radius:8px}.kepro-filter-compact label{font-size:13px;color:#666;font-weight:500}.kepro-filter-compact select{padding:6px 12px;border:1px solid #E0E0E0;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;color:#333}.kepro-filter-compact select:focus{outline:none;border-color:var(--brand-primary)}.kepro-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.kepro-resource-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .08);transition:all .3s ease}.kepro-resource-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .12);transform:translateY(-2px)}.kepro-thumbnail{position:relative;width:100%;padding-top:75%;overflow:hidden;cursor:pointer;background:#f8f8f8}.kepro-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kepro-resource-card:hover .kepro-thumbnail img{transform:scale(1.05)}.kepro-download-icon{position:absolute;top:12px;right:12px;width:40px;height:40px;background:var(--brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;box-shadow:0 2px 8px rgb(24 112 185 / .3)}.kepro-download-icon:hover{background:var(--brand-secondary);transform:scale(1.1);box-shadow:0 4px 12px rgb(24 112 185 / .4)}.kepro-download-icon svg{width:20px;height:20px;stroke:#fff}.kepro-card-title{padding:16px;font-size:15px;font-weight:500;color:#333;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.kepro-tab-content{display:none}.kepro-tab-content.active{display:block}@media (max-width:1024px){.resources-header{min-height:40vh}.resources-header-overlay{background:linear-gradient(90deg,rgb(0 0 0 / .88) 0%,rgb(0 0 0 / .75) 50%,rgb(0 0 0 / .5) 100%)}.resources-title{font-size:clamp(1.5rem,4vw,2rem)}.resources-subtitle{font-size:clamp(.9rem,1.8vw,1rem)}}@media (max-width:768px){.resources-header{min-height:50vh;align-items:flex-start}.resources-header-bg img{object-position:65% center}.resources-header-overlay{background:linear-gradient(180deg,rgb(0 0 0 / .6) 0%,rgb(0 0 0 / .75) 30%,rgb(0 0 0 / .85) 60%,rgb(0 0 0 / .92) 100%)}.resources-header-content{padding:2rem 1.5rem 1.5rem}.breadcrumbs{font-size:.75rem;margin-bottom:.875rem}.resources-badge{padding:.5rem 1rem;margin-bottom:.875rem}.badge-text{font-size:.7rem}.resources-title{font-size:clamp(1.35rem,5.5vw,1.85rem);margin-bottom:.875rem}.resources-subtitle{font-size:clamp(.85rem,3.5vw,.95rem)}.kepro-downloadables{padding:30px 16px}.kepro-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.kepro-tabs{gap:4px}.kepro-tab{padding:10px 16px;font-size:14px}.kepro-filter-compact{flex-wrap:wrap}.kepro-card-title{font-size:14px;padding:12px}.kepro-download-icon{width:36px;height:36px}.kepro-download-icon svg{width:18px;height:18px}}@media (max-width:480px){.resources-header-content{padding:1.75rem 1.25rem 1.25rem}.resources-title{font-size:1.35rem}.resources-subtitle{font-size:.85rem}.kepro-card-title{font-size:13px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}