@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Nunito:wght@300;400;500;600;700&display=swap";:root{--primary: #1a3a5c;--primary-dark: #0d2440;--primary-light: #2a5a8c;--accent: #c8960c;--accent-light: #f0b429;--accent-dark: #a07008;--green: #2d7a3a;--green-light: #3fa050;--bg: #f4f0e8;--bg-card: #ffffff;--text-dark: #1a1a2e;--text-mid: #3a3a5c;--text-light: #6b6b8a;--border: #d4c9a8;--shadow: rgba(26, 58, 92, .15);--shadow-strong: rgba(26, 58, 92, .3);--red-alert: #c0392b;--white: #ffffff;--font-display: "Cinzel", serif;--font-body: "Nunito", sans-serif;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-mid: .4s cubic-bezier(.4, 0, .2, 1);--transition-slow: .7s cubic-bezier(.4, 0, .2, 1);--section-pad: 3rem 1.5rem;--radius: 12px;--radius-sm: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text-dark);line-height:1.6;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}.section-heading{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2rem);color:var(--primary);text-align:center;margin-bottom:.4rem;letter-spacing:.04em}.section-divider{width:60px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:2px;margin:0 auto 2rem}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.navbar{position:sticky;top:0;z-index:1000;background:linear-gradient(90deg,#12335b,#1d4f84,#2e6ba3);box-shadow:0 8px 25px #0000002e}.navbar-gold-line{height:5px;background:linear-gradient(90deg,#b98a16,#ffd86b,#b98a16)}.navbar-inner{max-width:1500px;margin:auto;height:120px;display:flex;align-items:center;justify-content:space-between;padding:0 35px}.navbar-logo{width:130px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.navbar-logo img{width:90px;height:90px;object-fit:contain;transition:.35s}.navbar-logo img:hover{transform:scale(1.08)}.navbar-title{flex:1;text-align:center;padding:0 25px}.navbar-title h1{margin:0;color:#e3b844;font-family:Georgia,serif;font-size:54px;font-weight:700;letter-spacing:1px;line-height:1;animation:goldGlow 2s ease-in-out infinite}@keyframes goldGlow{0%{color:#d8b04b;text-shadow:0 0 5px rgba(216,176,75,.3),0 0 10px rgba(216,176,75,.25)}50%{color:#ffe08a;text-shadow:0 0 10px rgba(255,224,138,.7),0 0 18px rgba(255,224,138,.6),0 0 28px rgba(255,224,138,.5)}to{color:#d8b04b;text-shadow:0 0 5px rgba(216,176,75,.3),0 0 10px rgba(216,176,75,.25)}}.navbar-title h2{margin-top:14px;color:#fff;font-size:23px;letter-spacing:8px;font-weight:700;animation:blinkWhite 1.5s infinite}@keyframes blinkWhite{0%,to{opacity:1}50%{opacity:.35}}@media (max-width:1100px){.navbar-inner{height:105px}.navbar-title h1{font-size:42px}.navbar-title h2{font-size:18px;letter-spacing:6px}}@media (max-width:768px){.navbar-inner{height:85px;padding:0 15px}.navbar-logo{width:70px}.navbar-logo img{width:56px;height:56px}.navbar-title{padding:0 10px}.navbar-title h1{font-size:25px}.navbar-title h2{font-size:13px;margin-top:6px;letter-spacing:3px}}@media (max-width:480px){.navbar-inner{height:72px;padding:0 8px}.navbar-logo{width:52px}.navbar-logo img{width:42px;height:42px}.navbar-title h1{font-size:18px}.navbar-title h2{font-size:10px;letter-spacing:2px}}.navbar-section{background:var(--bg)}.desktop-nav{background:linear-gradient(135deg,#0d2440,#1a3a5c 60%,#2d5a7a);position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #00000026}.desktop-nav-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:.15rem;padding:0 1rem}.desktop-tab-wrapper{position:relative}.desktop-tab-btn{border:none;background:transparent;color:#ffffffd9;padding:.9rem 1.2rem;font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;display:flex;align-items:center;gap:.3rem;border-bottom:3px solid transparent;transition:all .25s ease;white-space:nowrap}.desktop-tab-btn:hover{background:#ffffff14;color:#fff}.desktop-tab-btn.active{color:#ffd86b;border-bottom-color:#ffd86b}.desktop-tab-btn .dropdown-arrow{font-size:.6rem;margin-left:.2rem;opacity:.6}.desktop-dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:250px;border-radius:0 0 12px 12px;box-shadow:0 20px 40px #0003;z-index:1001;display:flex;flex-direction:column;padding:.25rem 0}.desktop-group{border-bottom:1px solid #f0f0f0}.desktop-group:last-child{border-bottom:none}.desktop-group-title{padding:.7rem 1.2rem;font-weight:700;color:#0d2440;background:#f8f9fc;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.desktop-items{display:flex;flex-direction:column}.desktop-item{border:none;background:transparent;padding:.6rem 1.2rem;text-align:left;cursor:pointer;font-size:.85rem;color:#1e2a3a;transition:all .2s ease;text-decoration:none;display:block}.desktop-item:hover{background:#eef2f7;color:#0d2440}.desktop-item.active{background:#0d2440;color:#fff}.desktop-submenu{display:flex;flex-direction:column}.desktop-subgroup{position:relative}.desktop-subgroup-title{padding:.6rem 1.2rem;font-weight:500;color:#2c3e50;background:#fff;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;font-size:.85rem}.desktop-thirdmenu{position:absolute;top:0;left:100%;background:#fff;min-width:220px;border-radius:0 12px 12px;box-shadow:0 10px 30px #00000026;z-index:1002;display:flex;flex-direction:column;padding:.25rem 0}.desktop-subgroup:hover>.desktop-thirdmenu{display:flex}.desktop-subgroup .desktop-thirdmenu{display:none}.desktop-subgroup:hover{background:#f9f9fc}.mobile-nav{background:linear-gradient(135deg,#0d2440,#1a3a5c 60%,#2d5a7a);padding:.75rem 1rem;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #00000026}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);padding:.7rem 1rem;font-size:1.1rem;font-weight:600;border-radius:30px;width:100%;text-align:center;cursor:pointer;color:#fff;transition:all .3s ease}.mobile-menu-btn:hover{background:#fff3}.mobile-menu-btn .menu-icon{font-size:1.4rem;line-height:1}.mobile-menu-btn .menu-label{letter-spacing:.05em}.mobile-drawer{background:#fff;margin-top:.75rem;border-radius:16px;box-shadow:0 8px 30px #0003;max-height:75vh;overflow-y:auto;padding:.5rem 0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-accordion-item{border-bottom:1px solid #f0f0f0}.mobile-accordion-item:last-child{border-bottom:none}.mobile-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;font-weight:600;color:#0d2440;cursor:pointer;background:#fafbfd;transition:background .2s ease;font-size:.95rem}.mobile-accordion-header:hover{background:#f0f2f5}.mobile-accordion-header .accordion-arrow{font-size:.75rem;color:#6b7a8a;transition:transform .3s ease}.mobile-accordion-body{background:#fff;display:flex;flex-direction:column}.mobile-item{border:none;background:transparent;padding:.7rem 1.2rem;text-align:left;font-size:.88rem;border-left:3px solid transparent;cursor:pointer;color:#2c3e50;text-decoration:none;display:block;transition:all .2s ease}.mobile-item:hover{background:#f5f7fa}.mobile-item.active{background:#eef2fc;border-left-color:#1a3a5c;color:#1a3a5c;font-weight:600}.mobile-direct-btn{display:flex;align-items:center;gap:.5rem;width:100%;border:none;background:transparent;padding:.8rem 1.2rem;text-align:left;font-size:.95rem;font-weight:500;border-bottom:1px solid #f0f0f0;cursor:pointer;color:#1e2a3a;text-decoration:none;transition:all .2s ease}.mobile-direct-btn:hover{background:#f5f7fa}.mobile-direct-btn.active{background:#eef2fc;color:#1a3a5c;font-weight:600}.infopages-content{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;min-height:500px}@media (max-width: 1200px){.desktop-tab-btn{padding:.8rem .9rem;font-size:.72rem}}@media (max-width: 1024px){.desktop-tab-btn{padding:.7rem;font-size:.65rem;letter-spacing:.04em}}@media (max-width: 768px){.infopages-content{padding:1.2rem 1rem}}@media (max-width: 480px){.infopages-content{padding:1rem .8rem;min-height:300px}.mobile-menu-btn{padding:.6rem .8rem;font-size:1rem}.mobile-drawer{max-height:70vh;border-radius:12px}.mobile-accordion-header{padding:.7rem 1rem;font-size:.88rem}.mobile-item,.mobile-direct-btn{padding:.6rem 1rem;font-size:.82rem}}.marquee-bar{background:linear-gradient(90deg,var(--accent-dark),var(--accent),var(--accent-dark));color:var(--primary-dark);padding:.45rem 0;overflow:hidden;white-space:nowrap;position:relative;animation:fadeIn .8s .3s ease both;box-shadow:0 2px 8px #00000026}.marquee-bar:before,.marquee-bar:after{content:"";position:absolute;top:0;width:60px;height:100%;z-index:2}.marquee-bar:before{left:0;background:linear-gradient(90deg,var(--accent-dark),transparent)}.marquee-bar:after{right:0;background:linear-gradient(270deg,var(--accent-dark),transparent)}.marquee-track{display:inline-flex;animation:marqueeScroll 30s linear infinite;gap:0}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:700;font-size:.82rem;letter-spacing:.04em;padding:0 2.5rem;color:var(--primary-dark);text-transform:uppercase}.marquee-dot{width:6px;height:6px;background:var(--primary-dark);border-radius:50%;opacity:.6;flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-section{display:grid;grid-template-columns:1fr 280px;gap:0;min-height:420px;animation:fadeIn .9s .4s ease both;border-bottom:3px solid var(--accent)}.slider-wrapper{position:relative;overflow:hidden;background:var(--primary-dark)}.slider-track{display:flex;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.slide{min-width:100%;height:420px;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.slide-image{width:100%;height:100%;object-fit:contain;display:block;background:var(--primary-dark)}.slide-image-full{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,36,64,.85) 0%,rgba(13,36,64,.2) 55%,transparent 100%);pointer-events:none}.slide-caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 2rem;z-index:2}.slide-caption h2{font-family:var(--font-display);font-size:clamp(1rem,2.5vw,1.6rem);color:var(--white);text-shadow:0 2px 8px rgba(0,0,0,.6);margin-bottom:.3rem}.slide-caption p{font-size:.85rem;color:#ffffffbf}.slider-dots{position:absolute;bottom:1rem;right:1.2rem;display:flex;gap:6px;z-index:10}.slider-dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .2s ease;padding:0}.slider-dot.active{background:var(--accent-light);transform:scale(1.3)}.slide-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.slide-placeholder-icon{width:80px;height:80px;opacity:.3}.slide-placeholder h3{font-family:var(--font-display);font-size:1.2rem;color:#ffffff80;text-align:center}.chief-scout-panel{background:linear-gradient(160deg,var(--primary-dark) 0%,var(--primary) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;border-left:3px solid var(--accent);position:relative;overflow:hidden;width:280px}.chief-scout-panel:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;background:#c8960c14;pointer-events:none;z-index:0}.leader-slider-track{display:flex;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.leader-slide{min-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.6rem 1rem 1.2rem;gap:.85rem;flex-shrink:0}.chief-scout-label{font-family:var(--font-display);font-size:.65rem;letter-spacing:.14em;color:var(--accent-light);text-transform:uppercase;text-align:center;border:1px solid rgba(200,150,12,.4);padding:3px 10px;border-radius:20px;z-index:1;line-height:1.4}.chief-scout-photo{width:130px;height:150px;border-radius:var(--radius);object-fit:cover;border:3px solid var(--accent);box-shadow:0 8px 24px #0006;z-index:1;transition:transform .3s ease}.chief-scout-photo:hover{transform:scale(1.04)}.chief-scout-photo-placeholder{width:130px;height:150px;border-radius:var(--radius);background:#ffffff14;border:3px dashed rgba(200,150,12,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;z-index:1}.chief-scout-photo-placeholder svg{width:44px;height:44px;color:#ffffff4d}.chief-scout-photo-placeholder span{font-size:.68rem;color:#ffffff4d;text-align:center}.chief-scout-info{text-align:center;z-index:1;padding:0 .5rem}.chief-scout-info h3{font-family:var(--font-display);font-size:.88rem;color:var(--white);letter-spacing:.03em;line-height:1.3}.chief-scout-info p{font-size:.7rem;color:#ffffff8c;margin-top:3px;line-height:1.4}.leader-dots{display:flex;gap:5px;justify-content:center;padding-bottom:.8rem;z-index:2}.leader-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;padding:0;transition:all .2s ease}.leader-dot.active{background:var(--accent-light);transform:scale(1.4)}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr 260px;min-height:380px}.slide{height:380px}.chief-scout-panel{width:260px}.chief-scout-photo,.chief-scout-photo-placeholder{width:110px;height:130px}}@media (max-width: 768px){.hero-section{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:unset;border-bottom:none}.slider-wrapper{border-bottom:3px solid var(--accent)}.slide{height:280px}.slide-caption{padding:1rem 1.2rem}.slide-caption h2{font-size:1.1rem}.slide-caption p{font-size:.7rem}.slider-dots{bottom:.5rem;right:.8rem}.chief-scout-panel{width:100%;border-left:none;border-top:3px solid var(--accent);min-height:150px;flex-direction:row;align-items:stretch}.chief-scout-panel:before{display:none}.leader-slider-track{flex-direction:row}.leader-slide{flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:.8rem;min-width:100%}.chief-scout-info{text-align:left}.chief-scout-photo,.chief-scout-photo-placeholder{width:70px;height:85px;flex-shrink:0}.chief-scout-label{font-size:.55rem;padding:2px 8px;white-space:nowrap}.chief-scout-info h3{font-size:.75rem}.chief-scout-info p{font-size:.6rem}.leader-dots{position:absolute;bottom:6px;right:12px;padding-bottom:0}}@media (max-width: 480px){.slide{height:200px}.slide-placeholder-icon{width:50px;height:50px}.slide-placeholder h3{font-size:.9rem}.slide-caption h2{font-size:.95rem}.slide-caption p{font-size:.6rem}.chief-scout-panel{min-height:120px}.leader-slide{gap:.6rem;padding:.6rem}.chief-scout-photo,.chief-scout-photo-placeholder{width:55px;height:68px}.chief-scout-photo-placeholder svg{width:28px;height:28px}.chief-scout-label{font-size:.5rem;white-space:normal;text-align:center}.chief-scout-info h3{font-size:.65rem}.chief-scout-info p{font-size:.55rem}.leader-dots{bottom:4px;right:8px}}.circulars-section{width:100%;max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box;overflow-x:hidden}.section-header{margin-bottom:2rem}.section-header h2{color:var(--primary);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin:0;line-height:1.2}.circulars-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:25px;width:100%}.circular-panel,.video-panel{background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 25px #0000000f;min-width:0}.panel-title{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:var(--primary)}.circular-list,.video-list{display:flex;flex-direction:column;gap:15px}.circular-card{display:flex;align-items:flex-start;gap:15px;text-decoration:none;color:inherit;padding:15px;border-radius:12px;transition:.3s;overflow:hidden}.circular-card:hover{background:#f5f5f5}.circular-icon{color:#e53935;font-size:2rem;flex-shrink:0}.circular-content{flex:1;min-width:0}.circular-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.circular-top h3{margin:0;font-size:15px;line-height:1.5;word-break:break-word}.circular-content p{color:#777;margin-top:6px;margin-bottom:0}.new-badge{background:red;color:#fff;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap;flex-shrink:0}.video-card{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit;padding:15px;border-radius:12px;transition:.3s}.video-card:hover{background:#f5f5f5}.video-icon{font-size:30px;flex-shrink:0}.video-icon.youtube{color:red}.video-icon.facebook{color:#1877f2}.video-icon.instagram{color:#e1306c}.video-content{flex:1;min-width:0}.video-content h4{margin:0;font-size:15px;line-height:1.4;word-break:break-word}.video-content span{color:#777;font-size:13px;text-transform:capitalize}.loading-box,.empty-box{text-align:center;padding:2rem;color:#666}@media (max-width: 992px){.circulars-wrapper{grid-template-columns:1fr}}@media (max-width: 768px){.circulars-section{padding:1rem}.circular-panel,.video-panel{padding:15px}.circular-top{flex-direction:column;align-items:flex-start}.new-badge{margin-top:5px}}@media (max-width: 480px){.section-header h2{font-size:1.6rem}.circular-card,.video-card{padding:12px}.video-icon{font-size:26px}.circular-icon{font-size:1.7rem}}.footer{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);color:#ffffffbf;padding:3rem 1.5rem 1rem;margin-top:2rem;border-top:4px solid var(--accent)}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem}.brand-top{display:flex;align-items:center;gap:1rem}.footer-logo{width:70px;height:70px;object-fit:contain;background:#fff;padding:.3rem;border-radius:12px}.footer-brand h3{font-family:var(--font-display);font-size:1rem;color:var(--white);margin-bottom:.4rem;letter-spacing:.05em}.footer-brand p{font-size:.8rem;line-height:1.7;color:#ffffffa6}.social-icons{display:flex;gap:.8rem;margin-top:1.2rem}.social-icons a{width:38px;height:38px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem;transition:.3s}.social-icons a:hover{background:var(--accent);transform:translateY(-4px)}.visitor-box{margin-top:1.2rem;display:flex;align-items:center;gap:.6rem;background:#ffffff14;padding:.8rem 1rem;border-radius:12px;font-size:.82rem;color:#fff;width:fit-content}.footer-col h4{font-family:var(--font-display);font-size:.82rem;color:var(--accent-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col ul li,.footer-col ul li a{font-size:.82rem;color:#ffffffb3;transition:.3s;display:flex;align-items:center;gap:.6rem}.footer-col ul li a:hover{color:var(--accent-light)}.contact-col ul li svg{color:var(--accent-light)}.map-box{margin-top:1rem;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.08)}.map-box iframe{width:100%;height:180px;border:none}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.6rem;font-size:.74rem;color:#ffffff80}@media (max-width: 768px){.brand-top{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;text-align:center}.map-box iframe{height:220px}}.fundamentals-preview{width:100%;padding:80px 20px;background:#f8fbff}.fp-container{max-width:1250px;margin:auto}.section-heading{text-align:center;max-width:900px;margin:0 auto 60px}.sub-title{display:inline-block;padding:8px 18px;background:#0d6efd15;color:#0d6efd;border-radius:40px;font-size:14px;font-weight:600;margin-bottom:18px}.section-heading h2{font-size:2.5rem;color:#1c2d41;line-height:1.3;margin-bottom:18px}.section-heading p{color:#666;font-size:16px;line-height:1.8}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.info-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #00000014;transition:.35s}.info-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #00000026}.card-image{height:270px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.info-card:hover img{transform:scale(1.08)}.card-content{padding:30px}.card-content h3{font-size:1.8rem;margin-bottom:15px;color:#1f2937}.card-content p{color:#666;line-height:1.8;margin-bottom:25px}.read-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border:none;outline:none;cursor:pointer;border-radius:40px;background:#0d6efd;color:#fff;font-size:15px;font-weight:600;transition:.35s}.read-more-btn:hover{background:#084fc7;transform:translateY(-2px)}.read-more-btn span{transition:.35s}.read-more-btn:hover span{transform:translate(6px)}@media (max-width:991px){.cards-grid{grid-template-columns:1fr}.section-heading h2{font-size:2rem}.card-image{height:240px}}@media (max-width:768px){.fundamentals-preview{padding:60px 18px}.section-heading{margin-bottom:40px}.section-heading h2{font-size:1.7rem}.section-heading p{font-size:15px}.card-content{padding:24px}.card-content h3{font-size:1.5rem}.card-image{height:220px}}@media (max-width:480px){.section-heading h2{font-size:1.45rem}.card-image{height:200px}.read-more-btn{width:100%}}.visionmission-section{background:var(--bg);padding:3rem 1.5rem 4rem}.visionmission-inner{max-width:1400px;margin:0 auto}.vm-hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 55%,var(--primary-light) 100%);border-radius:var(--radius);padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden;margin-bottom:3rem;box-shadow:0 8px 32px var(--shadow-strong)}.vm-hero:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;border:2px solid rgba(255,255,255,.06);top:-150px;left:-100px;pointer-events:none}.vm-hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:2px solid rgba(200,150,12,.15);bottom:-120px;right:-60px;pointer-events:none}.vm-hero-emblem{font-size:4rem;margin-bottom:1rem;display:block;filter:drop-shadow(0 4px 14px rgba(0,0,0,.4));animation:float-emblem 4s ease-in-out infinite}@keyframes float-emblem{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.vm-hero h2{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,2.4rem);color:var(--white);letter-spacing:.1em;margin-bottom:.8rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}.vm-hero p{font-size:1rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.7;font-style:italic}.vm-hero-motto{display:inline-block;margin-top:1.2rem;padding:.4rem 1.6rem;border:1.5px solid var(--accent-light);border-radius:30px;color:var(--accent-light);font-family:var(--font-display);font-size:.9rem;letter-spacing:.14em;text-transform:uppercase}.vm-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.vm-card{border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px var(--shadow);border:1px solid var(--border);transition:transform var(--transition-mid),box-shadow var(--transition-mid)}.vm-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px var(--shadow-strong)}.vm-card-header{padding:1.6rem 2rem;display:flex;align-items:center;gap:1rem}.vm-card.vision .vm-card-header{background:linear-gradient(135deg,var(--primary-dark),var(--primary))}.vm-card.mission .vm-card-header{background:linear-gradient(135deg,var(--accent-dark),#b8860b)}.vm-card-header-icon{font-size:2.4rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.vm-card-header h3{font-family:var(--font-display);font-size:1.4rem;color:var(--white);letter-spacing:.1em;text-transform:uppercase}.vm-card-header p{font-size:.75rem;color:#fff9;letter-spacing:.06em;margin-top:2px}.vm-card-body{background:var(--bg-card);padding:1.8rem 2rem}.vm-card-body p{font-size:.92rem;color:var(--text-mid);line-height:1.85;margin-bottom:1rem}.vm-card-body p:last-child{margin-bottom:0}.vm-values-section{margin-bottom:2.5rem}.vm-values-section h3{font-family:var(--font-display);font-size:1.1rem;color:var(--primary);text-align:center;margin-bottom:1.4rem;letter-spacing:.06em}.vm-values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem}.vm-value-card{background:var(--bg-card);border-radius:var(--radius);padding:1.4rem 1rem;text-align:center;border:1px solid var(--border);box-shadow:0 2px 8px var(--shadow);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.vm-value-card:hover{transform:translateY(-5px);box-shadow:0 10px 24px var(--shadow-strong);border-color:var(--accent)}.vm-value-icon{font-size:2rem;margin-bottom:.6rem;display:block}.vm-value-name{font-family:var(--font-display);font-size:.88rem;color:var(--primary);font-weight:700;letter-spacing:.06em;margin-bottom:4px}.vm-value-desc{font-size:.74rem;color:var(--text-light);line-height:1.5}.vm-goals-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);border-radius:var(--radius);padding:2.5rem 2rem;box-shadow:0 4px 20px var(--shadow-strong)}.vm-goals-section h3{font-family:var(--font-display);font-size:1.1rem;color:var(--accent-light);text-align:center;letter-spacing:.08em;margin-bottom:1.6rem;text-transform:uppercase}.vm-goals-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.vm-goal-item{display:flex;align-items:flex-start;gap:.8rem;background:#ffffff12;border-radius:var(--radius-sm);padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.1);transition:background var(--transition-fast)}.vm-goal-item:hover{background:#ffffff1c}.vm-goal-number{font-family:var(--font-display);font-size:1.4rem;color:var(--accent-light);font-weight:900;line-height:1;flex-shrink:0;margin-top:2px}.vm-goal-text{font-size:.84rem;color:#fffc;line-height:1.6}@media (max-width: 768px){.vm-cards-row{grid-template-columns:1fr}.vm-hero{padding:2.5rem 1.2rem}.vm-values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.vm-values-grid{grid-template-columns:repeat(2,1fr)}.vm-goals-list{grid-template-columns:1fr}}.policies-section{background:var(--bg);padding:3rem 1.5rem}.policies-inner{max-width:1400px;margin:0 auto}.policies-top-label{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.4rem}.policies-top-label span{font-size:1.4rem}.policies-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px var(--shadow-strong);margin-top:2rem}.policy-panel{background:linear-gradient(160deg,#1a3a6e,#1e4fa0,#1a3a6e);padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.4rem;position:relative;overflow:hidden;transition:background var(--transition-mid)}.policy-panel:first-child{border-right:2px solid rgba(255,255,255,.12)}.policy-panel:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#ffffff08;top:-80px;right:-80px;pointer-events:none}.policy-panel:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff08;bottom:-60px;left:-60px;pointer-events:none}.policy-panel:hover{background:linear-gradient(160deg,#163066,#1a47a0,#163066)}.policy-icon-box{width:120px;height:120px;border-radius:50%;background:#ffffff1a;border:3px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;z-index:1;transition:transform var(--transition-mid),border-color var(--transition-mid);box-shadow:0 4px 20px #0000004d}.policy-panel:hover .policy-icon-box{transform:scale(1.06);border-color:var(--accent-light)}.policy-icon-box img{width:80px;height:80px;object-fit:contain}.policy-icon-svg{width:72px;height:72px}.sfh-logo{display:grid;grid-template-columns:1fr 1fr;gap:3px;width:72px;height:72px;border-radius:6px;overflow:hidden}.sfh-cell{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.7rem;font-weight:900;letter-spacing:.04em;color:#fff;line-height:1}.policy-title{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--white);letter-spacing:.08em;text-transform:uppercase;z-index:1;line-height:1.2}.policy-desc{font-size:.92rem;color:#ffffffd1;line-height:1.85;text-align:justify;z-index:1;max-width:480px}.policy-readmore{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-light);font-weight:700;font-size:.92rem;text-decoration:none;z-index:1;transition:gap var(--transition-fast),color var(--transition-fast);letter-spacing:.04em}.policy-readmore:hover{gap:.7rem;color:gold}.policy-readmore-arrow{font-size:1rem;transition:transform var(--transition-fast)}.policy-readmore:hover .policy-readmore-arrow{transform:translate(4px)}.policy-desc{font-size:.92rem;color:#ffffffd1;line-height:1.85;text-align:justify;z-index:1;max-width:480px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.policy-desc.expanded{display:block;overflow:visible}.policy-readmore{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:none;cursor:pointer;color:var(--accent-light);font-weight:700;font-size:.92rem;transition:.3s}.policy-readmore:hover{color:gold;gap:.7rem}@media (max-width: 768px){.policies-grid{grid-template-columns:1fr}.policy-panel:first-child{border-right:none;border-bottom:2px solid rgba(255,255,255,.12)}.policy-panel{padding:2.5rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.section-divider{width:80px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-light));margin:1.2rem auto;border-radius:4px}.campsite-landing{padding:1rem 0;animation:fadeInUp .5s ease}.campsite-hero-banner{background:linear-gradient(135deg,var(--primary-dark),var(--primary),var(--green));border-radius:32px;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.campsite-hero-banner:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);top:-150px;right:-100px}.campsite-hero-banner:after{content:"";position:absolute;width:280px;height:280px;background:radial-gradient(circle,rgba(255,215,0,.08) 0%,transparent 70%);bottom:-80px;left:-60px;border-radius:50%}.campsite-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.campsite-hero-icon{font-size:4.5rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3));display:inline-block;margin-bottom:.5rem}.campsite-hero-banner h2{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,3rem);color:#fff;letter-spacing:.06em;margin:.5rem 0}.campsite-hero-banner p{font-size:1rem;color:#ffffffd9;max-width:600px;margin:1rem auto;line-height:1.6}.campsite-click-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:#fff;font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:60px;cursor:pointer;box-shadow:0 6px 18px #00000040;transition:all .25s ease;margin-top:1rem}.campsite-click-btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000059}.campsite-click-btn-icon{font-size:1.2rem;transition:transform .2s}.campsite-click-btn:hover .campsite-click-btn-icon{transform:translate(5px)}.campsite-detail{animation:fadeInUp .5s ease}.campsite-back-btn{display:inline-flex;align-items:center;gap:.5rem;background:#1a3a5c14;border:1px solid var(--border);border-radius:40px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;color:var(--primary);cursor:pointer;margin-bottom:2rem;transition:all .2s}.campsite-back-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.campsite-detail-header{text-align:center;margin-bottom:2rem}.campsite-detail-heading{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.6rem);color:var(--primary);letter-spacing:.04em;margin-bottom:.3rem}.campsite-detail-subtitle{font-size:.95rem;color:var(--text-light);margin-bottom:.5rem}.campsite-rows{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.campsite-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:#fff;border-radius:28px;padding:1rem;box-shadow:0 4px 12px #00000008;transition:box-shadow .3s}.campsite-row:hover{box-shadow:0 8px 28px #00000014}.campsite-row.reverse{direction:rtl}.campsite-row.reverse>*{direction:ltr}.campsite-img-wrap{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;aspect-ratio:4 / 3;box-shadow:0 12px 24px #0000001a;transition:transform .3s ease,box-shadow .3s}.campsite-img-wrap:hover{transform:translateY(-6px);box-shadow:0 20px 32px #00000026}.campsite-img-wrap img,.campsite-img-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.9,.4,1.1)}.campsite-img-wrap:hover img,.campsite-img-wrap:hover .campsite-img-placeholder{transform:scale(1.05)}.campsite-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,var(--primary-dark),var(--primary))}.campsite-img-placeholder span{font-size:3.5rem;opacity:.5}.campsite-img-placeholder p{font-size:.9rem;font-weight:500;color:#fff6}.campsite-img-zoom-icon{position:absolute;bottom:12px;right:12px;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1rem;opacity:0;transition:opacity .2s;pointer-events:none}.campsite-img-wrap:hover .campsite-img-zoom-icon{opacity:1}.campsite-text-wrap{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.campsite-text-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#1a3a5c1a;color:var(--primary);padding:.2rem 1rem;border-radius:30px;width:fit-content}.campsite-text-divider{width:50px;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:4px}.campsite-text-wrap h3{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.8rem);color:var(--primary);line-height:1.3;margin:0}.campsite-text-wrap p{font-size:.95rem;line-height:1.7;color:var(--text-mid)}.campsite-scroller-section{margin:2rem 0 1rem}.campsite-scroller-heading{font-family:var(--font-display);font-size:1.3rem;color:var(--primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.campsite-scroller-wrap{overflow-x:auto;cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:.6rem}.campsite-scroller-wrap:active{cursor:grabbing}.campsite-scroller-wrap::-webkit-scrollbar{height:6px}.campsite-scroller-wrap::-webkit-scrollbar-track{background:var(--border);border-radius:10px}.campsite-scroller-wrap::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.campsite-scroller-track{display:flex;gap:1rem;width:max-content}.campsite-scroller-item{width:260px;height:180px;border-radius:20px;overflow:hidden;flex-shrink:0;cursor:zoom-in;box-shadow:0 8px 20px #0000001f;transition:all .25s ease;background:var(--primary-dark)}.campsite-scroller-item:hover{transform:translateY(-5px);box-shadow:0 16px 28px #0003}.campsite-scroller-item img,.campsite-scroller-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .3s}.campsite-scroller-item:hover img,.campsite-scroller-item:hover .campsite-scroller-placeholder{transform:scale(1.05)}.campsite-scroller-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.campsite-scroller-placeholder span{font-size:2.5rem;opacity:.4}.campsite-scroller-placeholder p{font-size:.7rem;color:#ffffff80}.campsite-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;padding:1rem}.campsite-lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:20px;box-shadow:0 20px 50px #00000080;animation:scaleIn .25s ease}.campsite-lightbox-placeholder{width:70vw;max-width:600px;height:60vh;border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;animation:scaleIn .25s ease;text-align:center;background:var(--primary-dark)}.campsite-lightbox-placeholder span{font-size:5rem;opacity:.4}.campsite-lightbox-placeholder p{font-size:1rem;color:#ffffff80}.campsite-lightbox-close{position:absolute;top:1.5rem;right:1.8rem;background:#0009;border:none;color:#fff;font-size:1.6rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.campsite-lightbox-close:hover{background:#000000d9;transform:scale(1.05)}.campsite-buttons-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.campsite-select-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.8rem;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);border-radius:60px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #0000001a}.campsite-select-btn:hover{background:#ffffff47;transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.campsite-btn-icon{font-size:1.4rem}.campsite-back-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}@media (max-width: 1024px){.campsite-row{grid-template-columns:1fr;gap:1.5rem;text-align:center;padding:1rem}.campsite-row.reverse{direction:ltr}.campsite-img-wrap{max-width:500px;margin:0 auto}.campsite-text-wrap{align-items:center;text-align:center}.campsite-text-tag{align-self:center}.campsite-text-divider{margin:0 auto}}@media (max-width: 768px){.campsite-hero-banner{padding:2.5rem 1rem;border-radius:24px}.campsite-hero-icon{font-size:3rem}.campsite-hero-banner h2{font-size:1.8rem}.campsite-click-btn{width:90%;justify-content:center}.campsite-detail-heading{font-size:1.6rem}.campsite-scroller-item{width:200px;height:140px}.campsite-img-wrap{aspect-ratio:4 / 3}}@media (max-width: 480px){.campsite-hero-banner{padding:2rem 1rem}.campsite-hero-icon{font-size:2.5rem}.campsite-click-btn{font-size:.8rem;padding:.7rem 1.2rem}.campsite-back-btn{font-size:.75rem;margin-bottom:1rem}.campsite-detail-heading{font-size:1.4rem}.campsite-row{gap:1rem;padding:.5rem}.campsite-text-wrap h3{font-size:1.2rem}.campsite-text-wrap p{font-size:.85rem}.campsite-scroller-item{width:150px;height:110px}.campsite-scroller-heading{font-size:1.1rem}.campsite-lightbox-placeholder{width:90vw;height:45vh}.campsite-lightbox-placeholder span{font-size:3rem}}.about-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.about-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:var(--radius);padding:2.5rem 3rem;display:flex;align-items:center;gap:2.5rem;margin-bottom:2rem}.about-hero-logo{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;padding:10px}.about-logo-img{width:100%;height:100%;object-fit:contain;border-radius:50%}.about-hero-text{flex:1}.about-hero-text h2{color:#fff;font-size:2.2rem;margin-bottom:.7rem;font-family:var(--font-display)}.about-hero-text p{color:#fffc;line-height:1.7;font-size:1.05rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.about-stat-card{background:var(--bg-card);border-radius:var(--radius);padding:2rem;text-align:center;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.about-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.about-stat-card span{font-size:2.5rem;display:block}.about-stat-card h3{color:var(--primary);font-size:2rem;margin:.5rem 0}.about-stat-card p{color:var(--text-mid);font-size:.95rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-card{background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);transition:box-shadow .3s ease}.about-card:hover{box-shadow:0 4px 16px #0000000f}.about-card h3{margin-bottom:1rem;color:var(--primary);font-size:1.2rem}.about-card p,.about-card li{color:var(--text-mid);line-height:1.8}.about-card ul{padding-left:1.2rem;list-style-type:none}.about-card ul li{margin-bottom:.4rem;position:relative;padding-left:.5rem}.about-mission-content ul{margin-top:.8rem}@media (max-width: 1024px){.about-hero{padding:2rem;gap:1.5rem}.about-hero-logo{width:80px;height:80px}.about-hero-text h2{font-size:1.8rem}}@media (max-width: 768px){.about-hero{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.2rem}.about-hero-logo{width:80px;height:80px}.about-hero-text h2{font-size:1.6rem}.about-hero-text p{font-size:.95rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.about-stat-card{padding:1.5rem}.about-stat-card h3{font-size:1.6rem}.about-grid{grid-template-columns:1fr;gap:1rem}.about-card{padding:1.5rem}}@media (max-width: 480px){.about-page{padding:1rem .5rem}.about-hero{padding:1.5rem 1rem;border-radius:12px}.about-hero-logo{width:60px;height:60px}.about-hero-text h2{font-size:1.3rem}.about-hero-text p{font-size:.85rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:.8rem}.about-stat-card{padding:1rem}.about-stat-card span{font-size:1.8rem}.about-stat-card h3{font-size:1.3rem}.about-stat-card p{font-size:.8rem}.about-card{padding:1rem;border-radius:12px}.about-card h3{font-size:1rem}.about-card p,.about-card li{font-size:.9rem;line-height:1.6}}.gallery-page{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;width:100%;min-height:100vh}.gallery-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:var(--radius);padding:2.5rem;text-align:center;margin-bottom:2rem}.gallery-hero h2{color:#fff;font-size:2.2rem;margin-bottom:.7rem}.gallery-hero p{color:#fffc;font-size:1.05rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-card{position:relative;overflow:hidden;border-radius:20px;height:260px;cursor:pointer;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.08)}.gallery-overlay{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#000c 60%);padding:1.5rem 1rem 1rem;transform:translateY(10px);transition:transform .3s ease}.gallery-card:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{color:#fff;margin:0;font-size:1rem;font-weight:600}.gallery-loading{text-align:center;padding:3rem;color:#666}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.gallery-empty{text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:12px;color:#666}.gallery-empty p{font-size:1.1rem}@media (max-width: 768px){.gallery-page{padding:1.5rem 1rem}.gallery-hero h2{font-size:1.8rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-card{height:200px;border-radius:14px}}@media (max-width: 480px){.gallery-page{padding:1rem .5rem}.gallery-hero{padding:1.5rem 1rem}.gallery-hero h2{font-size:1.4rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}.gallery-card{height:150px;border-radius:10px}.gallery-overlay h3{font-size:.85rem}}.district-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:2.5rem;border-radius:var(--radius);text-align:center;margin-bottom:2rem}.district-hero h2{color:#fff;font-size:2rem;margin-bottom:.7rem}.district-hero p{color:#ffffffb3}.district-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.district-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius);text-align:center;border:1px solid var(--border);transition:.3s}.district-card:hover{transform:translateY(-7px);box-shadow:0 15px 30px var(--shadow-strong)}.district-icon{font-size:2.5rem;margin-bottom:1rem}.news-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.news-hero{text-align:center;padding:3rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#1a3a5c,#2d7a3a);border-radius:16px;color:#fff}.news-hero h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.news-hero p{font-size:1.1rem;opacity:.9}.news-loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #1a3a5c;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.news-error{text-align:center;padding:3rem 2rem;background:#f8d7da;border-radius:8px;color:#721c24}.retry-btn{margin-top:1rem;padding:.5rem 2rem;background:#1a3a5c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s}.retry-btn:hover{background:#0d2440}.news-empty{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px;color:#666}.news-empty p:first-child{font-size:1.2rem;font-weight:600}.news-list{display:grid;gap:2rem}.news-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .5s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.news-image-wrapper{width:100%;height:300px;overflow:hidden;position:relative;background:#f5f5f5}.news-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;background:#f5f5f5}.news-card:hover .news-image{transform:scale(1.03)}.news-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f0f0;color:#999}.news-image-placeholder span{font-size:3rem;margin-bottom:.5rem}.news-image-placeholder p{margin:0}.news-badge{position:absolute;top:.8rem;left:.8rem;background:#e74c3c;color:#fff;padding:.25rem .8rem;border-radius:20px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:2}.news-content{padding:1.2rem}.news-title{font-size:1.3rem;font-weight:700;color:#1a3a5c;margin-bottom:.5rem;line-height:1.3}.news-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem;font-size:.85rem;color:#666}.news-date,.news-location{display:flex;align-items:center;gap:.3rem}.meta-icon{font-size:.9rem}.news-description{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:.8rem}.news-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.3rem}.news-tag-item{background:#f0f2f5;color:#1a3a5c;padding:.2rem .7rem;border-radius:20px;font-size:.8rem;transition:background .2s}.news-tag-item:hover{background:#e0e4e8}@media (max-width: 1024px){.news-image-wrapper{height:280px}}@media (max-width: 768px){.news-hero{padding:2rem 1rem}.news-hero h2{font-size:1.8rem}.news-image-wrapper{height:220px}.news-title{font-size:1.1rem}.news-meta{flex-direction:column;gap:.2rem}.news-content{padding:.8rem}.news-card{border-radius:12px}.news-description{font-size:.9rem}}@media (max-width: 480px){.news-page{padding:1rem .5rem}.news-hero{padding:1.5rem 1rem}.news-hero h2{font-size:1.5rem}.news-image-wrapper{height:180px}.news-title{font-size:1rem}.news-description{font-size:.85rem}.news-tag-item{font-size:.7rem}.news-meta{font-size:.75rem}.news-content{padding:.6rem}.news-badge{font-size:.55rem;padding:.15rem .6rem;top:.5rem;left:.5rem}}@media (max-width: 360px){.news-image-wrapper{height:150px}.news-title{font-size:.9rem}.news-description{font-size:.8rem}}.awards-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.awards-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:2.5rem;border-radius:var(--radius);margin-bottom:2rem;text-align:center}.awards-hero h2{color:#fff;margin-bottom:.7rem}.awards-hero p{color:#ffffffb3}.awards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.award-box{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.award-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow-strong)}.award-box-title{color:var(--primary);font-size:1.1rem;font-weight:700;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:2px solid #ff9800;display:inline-block}.award-years{display:flex;flex-direction:column;gap:.6rem}.year-link{display:block;background:#f5f7fa;color:#0d4d8b;font-weight:600;text-decoration:none;padding:.6rem 1rem;border-radius:8px;transition:all .3s ease;font-size:.95rem}.year-link:hover{background:var(--primary);color:#fff;transform:translate(5px)}@media (max-width: 1024px){.awards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.awards-container{grid-template-columns:1fr;gap:1rem}.awards-hero{padding:2rem 1.5rem}.awards-hero h2{font-size:1.8rem}.award-box{padding:1.2rem}.award-box-title{font-size:1rem}.year-link{font-size:.9rem;padding:.5rem .8rem}}@media (max-width: 480px){.awards-page{padding:1rem .5rem}.awards-hero{padding:1.5rem 1rem}.awards-hero h2{font-size:1.3rem}.awards-hero p{font-size:.9rem}.award-box{padding:1rem}.award-box-title{font-size:.9rem}.year-link{font-size:.8rem;padding:.4rem .6rem}}.shop-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:2.5rem;border-radius:var(--radius);text-align:center;margin-bottom:2rem}.shop-hero h2{color:#fff;margin-bottom:.7rem}.shop-hero p{color:#ffffffb3}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.shop-card{background:var(--bg-card);border-radius:var(--radius);padding:2rem;text-align:center;border:1px solid var(--border);transition:.3s}.shop-card:hover{transform:translateY(-7px);box-shadow:0 15px 30px var(--shadow-strong)}.shop-icon{font-size:3rem;margin-bottom:1rem}.shop-price{color:var(--primary);font-size:1.3rem;font-weight:700;margin:1rem 0}.buy-btn{border:none;background:var(--primary);color:#fff;padding:.8rem 1.4rem;border-radius:10px;cursor:pointer;font-weight:700}.buy-btn:hover{background:var(--primary-dark)}.contact-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.contact-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:3rem 2rem;border-radius:var(--radius);text-align:center;margin-bottom:2rem}.contact-hero h2{color:#fff;font-size:2rem;margin-bottom:.7rem}.contact-hero p{color:#ffffffb3}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-card{background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow)}.contact-card h3{margin-bottom:1.5rem;color:var(--primary);font-size:1.3rem}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item span{font-size:1.3rem}.contact-item p{color:var(--text-mid)}.partner-text{background:linear-gradient(135deg,#fff8e1,#fff3cd);border-left:4px solid #ff9800;padding:1rem 1.2rem;border-radius:8px;margin-bottom:1.5rem}.partner-text-title{font-size:1rem;font-weight:700;color:#e65100;margin-bottom:.3rem}.partner-text-desc{font-size:.9rem;color:#555;line-height:1.6}.partner-text-desc a{color:#0d4d8b;font-weight:600;text-decoration:none}.partner-text-desc a:hover{text-decoration:underline}.contact-map iframe{width:100%;height:250px;border:none;border-radius:14px}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:var(--text-dark);font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:.9rem 1rem;outline:none;font-size:.92rem;transition:.3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0000000d}.contact-btn{border:none;background:var(--primary);color:#fff;padding:1rem;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:700;transition:.3s}.contact-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 480px){.contact-hero{padding:2rem 1rem}.contact-hero h2{font-size:1.5rem}.contact-card{padding:1.2rem}.partner-text{padding:.8rem 1rem}.partner-text-title{font-size:.9rem}.partner-text-desc{font-size:.85rem}}.campsite-detail-page{min-height:100vh;background:#f8f9fa}.campsite-hero{height:65vh;min-height:500px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;text-align:center;padding:0 20px}.campsite-hero-overlay{background:#00000073;padding:40px 60px;border-radius:12px;max-width:800px}.campsite-hero h1{font-size:3.5rem;margin-bottom:12px;text-shadow:0 4px 12px rgba(0,0,0,.6)}.campsite-hero .subtitle{font-size:1.4rem;opacity:.95;margin:0}.campsite-sections{max-width:1200px;margin:0 auto;padding:60px 20px}.campsite-section{margin-bottom:100px}.section-tag{display:inline-block;background:#1a6b5a;color:#fff;padding:6px 18px;border-radius:30px;font-size:.95rem;font-weight:600;margin-bottom:16px}.section-content{display:flex;align-items:center;gap:60px;flex-wrap:wrap}.section-text{flex:1;min-width:300px}.section-text h2{font-size:2.2rem;margin-bottom:20px;color:#0d3b4f;line-height:1.2}.section-text p{font-size:1.1rem;line-height:1.7;color:#333}.section-icon-bg{width:280px;height:280px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:7rem;flex-shrink:0;box-shadow:0 15px 35px #00000026}.campsite-gallery{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.campsite-gallery h2{text-align:center;font-size:2.5rem;margin-bottom:50px;color:#0d3b4f}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.gallery-card{height:220px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:20px;transition:all .3s ease;box-shadow:0 8px 20px #0000001a}.gallery-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #0003}.gallery-icon{font-size:4rem;margin-bottom:12px}.gallery-label{font-size:1.1rem;font-weight:600;margin:0}@media (max-width: 768px){.campsite-hero h1{font-size:2.8rem}.campsite-hero .subtitle{font-size:1.2rem}.section-content{gap:30px}.section-icon-bg{width:220px;height:220px;font-size:5.5rem}}.fundamentals-page{background:#f8fbff;color:#222;min-height:100vh}.fund-container{width:min(1200px,92%);margin:auto}.fundamentals-hero{background:linear-gradient(135deg,#0a2a4a,#1a5a7a,#0d4d8b);color:#fff;padding:80px 20px 70px;position:relative;overflow:hidden}.fundamentals-hero:before{content:"⚜️";position:absolute;right:-50px;bottom:-80px;font-size:300px;opacity:.05;transform:rotate(-15deg)}.fundamentals-hero:after{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.08) 0%,transparent 70%)}.fund-container{max-width:1200px;margin:auto;position:relative;z-index:1}.fundamentals-hero h1{font-size:3.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:.04em;text-shadow:0 2px 10px rgba(0,0,0,.3);text-align:center}.fundamentals-hero .hero-subtitle{font-size:1.2rem;opacity:.85;max-width:700px;line-height:1.7;margin:0 auto;text-align:center}.section{padding:70px 0}.section.gray{background:#eef5fb}.section h2{color:#0d4d8b;font-size:2.2rem;font-weight:700;margin-bottom:30px;position:relative;padding-bottom:15px}.section h2:after{content:"";width:60px;height:4px;background:#ff9800;display:block;margin-top:12px;border-radius:20px}.section-content p{color:#444;line-height:1.9;font-size:1.05rem}.section-content strong{color:#0d4d8b}.section-content em{color:#666;font-size:.95rem}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.principle-card{background:#fff;border-radius:16px;padding:30px 28px;box-shadow:0 10px 30px #0000000f;transition:.35s;border:1px solid rgba(0,0,0,.04)}.principle-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.principle-card h3{color:#0d4d8b;font-size:1.3rem;margin-bottom:15px;padding-bottom:12px;border-bottom:3px solid #ff9800;display:inline-block}.principle-card p{color:#555;font-size:.98rem;line-height:1.8}.principle-extra{margin-top:15px;padding-top:15px;border-top:1px dashed #ddd}.principle-extra p{font-size:.92rem;color:#666;font-style:italic;line-height:1.8}.method-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:35px}.method-card{background:#fff;border-radius:14px;padding:24px 30px;box-shadow:0 6px 18px #0000000d;transition:.35s;display:flex;align-items:flex-start;gap:20px;border-left:4px solid #0d6efd}.method-card:hover{transform:translate(6px);box-shadow:0 10px 28px #00000014}.method-card span{width:40px;height:40px;background:#0d6efd;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:16px;font-weight:700;flex-shrink:0}.method-card p{font-size:1rem;line-height:1.7;color:#444;margin:0}.method-point-4{margin-top:30px;padding:24px 30px;background:#fff;border-radius:14px;border-left:4px solid #ff9800;box-shadow:0 6px 18px #0000000d}.method-point-4 p{font-size:1rem;line-height:1.8;color:#444;margin:0}.video-section-subtitle{color:#666;font-size:1.05rem;margin-bottom:35px;line-height:1.6}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-top:10px}.video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:.35s;cursor:pointer;border:1px solid rgba(13,77,139,.08);display:flex;flex-direction:column}.video-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#000}.video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-card h4{padding:18px 20px;text-align:center;color:#0d4d8b;font-size:1.05rem;font-weight:600;margin:0}@media (max-width: 1024px){.principles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.fundamentals-hero{padding:60px 20px 50px}.fundamentals-hero h1{font-size:2.4rem}.fundamentals-hero .hero-subtitle{font-size:1rem}.section{padding:50px 0}.section h2{font-size:1.8rem}.principles-grid{grid-template-columns:1fr;gap:20px}.method-card{padding:18px 20px;flex-direction:column;align-items:flex-start;gap:12px}.method-card span{width:36px;height:36px;font-size:14px}.method-point-4{padding:18px 20px}.section-content p{font-size:.98rem}.video-grid{grid-template-columns:1fr;gap:25px}.video-section-subtitle{font-size:.95rem}}@media (max-width: 480px){.fundamentals-hero{padding:40px 16px 35px}.fundamentals-hero h1{font-size:1.8rem}.fundamentals-hero .hero-subtitle{font-size:.9rem}.section{padding:35px 0}.section h2{font-size:1.4rem}.section h2:after{width:40px}.section-content p{font-size:.92rem;line-height:1.7}.principle-card{padding:20px}.principle-card h3{font-size:1.1rem}.principle-card p{font-size:.9rem}.method-card{padding:15px 16px}.method-card p{font-size:.92rem}.method-point-4{padding:15px 16px}.method-point-4 p{font-size:.92rem}.fund-container{width:96%}.video-card h4{font-size:.9rem;padding:14px 16px}}.begin-container{width:100%;min-height:100vh;background:#f8fafc}.begin-hero{background:linear-gradient(135deg,#0a2a4a,#1a5a7a,#0d4d8b);color:#fff;padding:80px 20px 70px;text-align:center;position:relative;overflow:hidden}.begin-hero:before{content:"⚜️";position:absolute;right:-50px;bottom:-80px;font-size:300px;opacity:.05;transform:rotate(-15deg)}.begin-hero h1{font-size:3.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:.04em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.begin-hero p{max-width:700px;margin:0 auto;font-size:1.2rem;opacity:.85;line-height:1.7}.content-section{padding:50px 20px}.content-section.alt-bg{background:#eef5fb}.content-wrapper{max-width:1200px;margin:0 auto;background:#fff;padding:50px 60px;border-radius:16px;box-shadow:0 4px 20px #0000000f}.content-section.alt-bg .content-wrapper{background:#fff}.section-block{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.section-block.reverse{direction:rtl}.section-block.reverse>*{direction:ltr}.section-text h2{color:#0d4d8b;font-size:1.8rem;font-weight:700;margin-top:0;margin-bottom:18px;padding-bottom:12px;border-bottom:3px solid #ff9800;display:inline-block}.section-text p{color:#444;font-size:1.05rem;line-height:1.9;margin-bottom:18px;text-align:justify}.section-text p:last-child{margin-bottom:0}.section-image{display:flex;align-items:center;justify-content:center}.section-image img{width:100%;max-height:400px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease}.section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.content-wrapper{padding:40px 35px}.section-block{gap:35px}.section-text h2{font-size:1.6rem}}@media (max-width: 768px){.begin-hero{padding:60px 20px 50px}.begin-hero h1{font-size:2.4rem}.begin-hero p{font-size:1rem}.content-section{padding:30px 15px}.content-wrapper{padding:30px 25px}.section-block{grid-template-columns:1fr;gap:30px}.section-block.reverse{direction:ltr}.section-block.reverse>*{direction:ltr}.section-text h2{font-size:1.4rem}.section-text p{font-size:.98rem;line-height:1.8}.section-image img{max-height:280px}}@media (max-width: 480px){.begin-hero{padding:40px 16px 35px}.begin-hero h1{font-size:1.8rem}.begin-hero p{font-size:.9rem}.content-section{padding:20px 10px}.content-wrapper{padding:20px 16px;border-radius:12px}.section-text h2{font-size:1.2rem;margin-bottom:12px}.section-text p{font-size:.92rem;line-height:1.7}.section-image img{max-height:200px;border-radius:12px}}.leadership-page{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:#f8fafc;min-height:100vh}.leadership-hero{background:linear-gradient(135deg,#1a3a5c,#2d7a3a);padding:3rem 2rem;border-radius:16px;margin-bottom:2.5rem;text-align:center}.leadership-hero h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.leadership-hero p{color:#fffc;font-size:1.1rem}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.leader-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0000000f;border:1px solid #e8ecf1;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.leader-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #0000001f}.leader-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:#1a3a5c}.leader-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.leader-card:hover .leader-image{transform:scale(1.05)}.leader-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a3a5c,#2d5a7a)}.placeholder-icon{font-size:3rem;opacity:.5}.placeholder-text{font-size:4rem;font-weight:700;color:#ffffff26;margin-top:.5rem}.leader-details{padding:1.5rem 1.2rem 1.8rem}.leader-title{display:inline-block;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .8rem;border-radius:20px;margin-bottom:.8rem}.leader-name{font-size:1.1rem;font-weight:700;color:#1a3a5c;margin:0 0 .3rem;line-height:1.3}.leader-designation{font-size:.85rem;color:#666;margin:0;line-height:1.4}@media (max-width: 1024px){.leadership-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.leader-image-wrapper{height:240px}}@media (max-width: 768px){.leadership-page{padding:1.5rem 1rem}.leadership-hero{padding:2rem 1.5rem}.leadership-hero h1{font-size:2rem}.leadership-hero p{font-size:1rem}.leadership-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem}.leader-image-wrapper{height:200px}.leader-name{font-size:.95rem}.leader-designation{font-size:.8rem}.leader-details{padding:1rem .8rem 1.2rem}}@media (max-width: 480px){.leadership-page{padding:1rem .5rem}.leadership-hero{padding:1.5rem 1rem;border-radius:12px}.leadership-hero h1{font-size:1.6rem}.leadership-hero p{font-size:.9rem}.leadership-grid{grid-template-columns:1fr 1fr;gap:.8rem}.leader-image-wrapper{height:160px}.leader-title{font-size:.5rem;padding:.15rem .6rem}.leader-name{font-size:.8rem}.leader-designation{font-size:.7rem}.leader-details{padding:.8rem .5rem 1rem}}@media (max-width: 360px){.leadership-grid{grid-template-columns:1fr;gap:1rem}.leader-image-wrapper{height:200px}}.page-container{padding:1rem 0;animation:fadeInUp .4s ease both}.page-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:var(--radius);padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.page-hero-icon{font-size:3.5rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.4))}.page-hero h2{font-family:var(--font-display);font-size:clamp(1.2rem,3vw,1.8rem);color:var(--white);letter-spacing:.06em}.page-hero p{font-size:.9rem;color:#ffffffa6;max-width:500px;line-height:1.7}.district-page{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:#f8fafc;min-height:100vh}.district-hero{background:linear-gradient(135deg,#1a3a5c,#2d7a3a);padding:3rem 2rem;border-radius:16px;margin-bottom:2.5rem;text-align:center}.district-hero h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.district-hero p{color:#fffc;font-size:1.1rem}.district-content{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:start}.district-chart{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #00000014;border:1px solid #e8ecf1;transition:transform .3s ease,box-shadow .3s ease}.district-chart:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.district-chart img{width:100%;height:auto;display:block;border-radius:8px}.district-pdf{background:#fff;border-radius:16px;padding:1.8rem;box-shadow:0 4px 15px #00000014;border:1px solid #e8ecf1;transition:transform .3s ease,box-shadow .3s ease}.district-pdf:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.district-pdf h2{color:#1a3a5c;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;padding-bottom:.5rem;border-bottom:3px solid #ff9800;display:inline-block}.pdf-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;background:#f8fafc;border-radius:10px;margin-bottom:.8rem;border:1px solid #e8ecf1;transition:all .3s ease}.pdf-row:hover{background:#eef5fb;border-color:#1a3a5c}.pdf-row:last-child{margin-bottom:0}.pdf-title{font-size:1rem;font-weight:600;color:#1a3a5c}.pdf-download-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:.5rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 4px 12px #dc35454d;white-space:nowrap}.pdf-download-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #dc354566}@media (max-width: 1024px){.district-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.district-page{padding:1.5rem 1rem}.district-hero{padding:2rem 1.5rem}.district-hero h1{font-size:2rem}.district-hero p{font-size:1rem}.district-content{grid-template-columns:1fr;gap:1.5rem}.district-chart{padding:1rem}.district-pdf{padding:1.2rem}.district-pdf h2{font-size:1.3rem}.pdf-row{padding:.8rem 1rem;flex-wrap:wrap;gap:.8rem}.pdf-title{font-size:.9rem;flex:1;min-width:120px}.pdf-download-btn{font-size:.8rem;padding:.4rem 1rem}}@media (max-width: 480px){.district-page{padding:1rem .5rem}.district-hero{padding:1.5rem 1rem;border-radius:12px}.district-hero h1{font-size:1.6rem}.district-hero p{font-size:.9rem}.district-pdf h2{font-size:1.1rem}.pdf-row{flex-direction:column;align-items:stretch;text-align:center;padding:.8rem}.pdf-title{font-size:.85rem;text-align:center}.pdf-download-btn{justify-content:center;width:100%;padding:.5rem;font-size:.85rem}}.bye-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.bye-hero{background:linear-gradient(135deg,#1a3a5c,#2d7a3a);padding:3rem 2rem;border-radius:16px;margin-bottom:2.5rem;text-align:center}.bye-hero h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.bye-hero p{color:#fffc;font-size:1.1rem}.bye-container{display:flex;flex-direction:column;gap:1.5rem}.bye-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;border:1px solid #e8ecf1;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.bye-row:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.bye-title{display:flex;align-items:center;gap:1rem;flex:1}.bye-icon{font-size:2rem;flex-shrink:0}.bye-title h2{color:#0017d6;font-size:1.4rem;font-weight:700;margin:0;line-height:1.4}.bye-download-btn{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:.7rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 4px 12px #dc35454d;white-space:nowrap}.bye-download-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #dc354566}.bye-download-btn .download-icon{font-size:1.1rem}@media (max-width: 768px){.bye-page{padding:1.5rem 1rem}.bye-hero{padding:2rem 1.5rem}.bye-hero h1{font-size:2rem}.bye-hero p{font-size:1rem}.bye-row{flex-direction:column;align-items:stretch;padding:1.2rem 1.5rem;gap:1rem}.bye-title{gap:.8rem}.bye-icon{font-size:1.5rem}.bye-title h2{font-size:1.1rem}.bye-download-btn{justify-content:center;padding:.6rem 1.2rem;font-size:.9rem;width:100%}}@media (max-width: 480px){.bye-page{padding:1rem .5rem}.bye-hero{padding:1.5rem 1rem;border-radius:12px}.bye-hero h1{font-size:1.6rem}.bye-hero p{font-size:.9rem}.bye-row{padding:1rem}.bye-title h2{font-size:.95rem}.bye-icon{font-size:1.2rem}.bye-download-btn{font-size:.85rem;padding:.5rem 1rem}}.financial-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.financial-hero{background:linear-gradient(135deg,#1a3a5c,#2d7a3a);padding:3rem 2rem;border-radius:16px;margin-bottom:2.5rem;text-align:center}.financial-hero h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.financial-hero p{color:#fffc;font-size:1.1rem}.financial-list{display:flex;flex-direction:column;gap:1.2rem}.financial-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.2rem 1.5rem;border-radius:12px;border-left:5px solid;box-shadow:0 2px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.financial-item:hover{transform:translate(8px);box-shadow:0 6px 20px #0000001a}.financial-item .financial-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.financial-item p{margin:0;font-size:1rem;line-height:1.8;color:#333}.financial-item.red{border-left-color:#dc3545}.financial-item.red .financial-icon{color:#dc3545}.financial-item.blue{border-left-color:#0d6efd}.financial-item.blue .financial-icon{color:#0d6efd}.financial-item.green{border-left-color:#21c5b6}.financial-item.green .financial-icon{color:#21c5b6}.financial-item.purple{border-left-color:#6f42c1}.financial-item.purple .financial-icon{color:#6f42c1}.financial-item.orange{border-left-color:#fd7e14}.financial-item.orange .financial-icon{color:#fd7e14}.financial-item.brown{border-left-color:#8b4513}.financial-item.brown .financial-icon{color:#8b4513}.financial-item.highlight{background:#fff8e1;border-left-color:#ff9800}.financial-item.highlight .financial-icon{color:#ff9800}@media (max-width: 768px){.financial-page{padding:1.5rem 1rem}.financial-hero{padding:2rem 1.5rem}.financial-hero h1{font-size:2rem}.financial-hero p{font-size:1rem}.financial-item{padding:1rem 1.2rem;flex-direction:column;align-items:flex-start;gap:.5rem}.financial-item .financial-icon{font-size:1.2rem}.financial-item p{font-size:.92rem}.financial-item:hover{transform:translate(0)}}@media (max-width: 480px){.financial-page{padding:1rem .5rem}.financial-hero{padding:1.5rem 1rem;border-radius:12px}.financial-hero h1{font-size:1.6rem}.financial-hero p{font-size:.9rem}.financial-item{padding:.8rem 1rem;border-left-width:4px;border-radius:8px}.financial-item .financial-icon{font-size:1rem}.financial-item p{font-size:.85rem;line-height:1.6}}.membership-page{background:#f7f7f7}.membership-banner{background:linear-gradient(135deg,#f3f9ff,#dff0ff);padding:3rem 2rem;text-align:center;border-bottom:4px solid var(--accent)}.membership-banner h1{font-size:3rem;color:#008dcf;font-family:var(--font-display);text-transform:uppercase}.membership-content{max-width:1400px;margin:auto;padding:3rem}.membership-content p,.membership-content li{font-size:1.2rem;line-height:2;color:#2f2f2f}.membership-content h2{margin-top:2rem;margin-bottom:1rem;color:#c0392b;font-size:2rem}.membership-content h3{margin-top:1.5rem;margin-bottom:1rem;color:#7b1fa2;font-size:1.5rem}.membership-content ul{padding-left:2rem}.promise-box{background:#fff;border-left:6px solid var(--accent);padding:1.5rem;margin:1.5rem 0;border-radius:10px}.note{color:green;font-weight:700}@media (max-width:768px){.membership-banner h1{font-size:2rem}.membership-content{padding:1.5rem}.membership-content p,.membership-content li{font-size:1rem}}.bunny-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.bunny-hero{background:linear-gradient(135deg,#ff6b6b,#ee5a24);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.bunny-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.bunny-hero p{color:#ffffffd9;font-size:1.1rem}.bunny-content{display:flex;flex-direction:column;gap:2rem}.bunny-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.bunny-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.bunny-section.reverse{direction:rtl}.bunny-section.reverse>*{direction:ltr}.bunny-section.no-image{display:block;padding:2rem}.bunny-section-text.full-width{width:100%}.bunny-section-text{display:flex;flex-direction:column;gap:.5rem}.bunny-section-text h3{color:#e65100;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.bunny-section-text h3:first-child{margin-top:0}.bunny-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.bunny-section-text ul{padding-left:1.5rem;margin:.5rem 0}.bunny-section-text ul li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.bunny-activity-list{list-style-type:disc}.bunny-activity-list li{color:var(--text-mid);line-height:1.8;font-size:.95rem}.bunny-section-image{display:flex;align-items:center;justify-content:center;width:100%}.bunny-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.bunny-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.bunny-section{padding:1.5rem;gap:2rem}.bunny-section-image img{max-height:280px}}@media (max-width: 768px){.bunny-page{padding:1.5rem .8rem}.bunny-hero{padding:2rem 1.5rem}.bunny-hero h2{font-size:2rem}.bunny-hero p{font-size:1rem}.bunny-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.bunny-section.reverse{direction:ltr}.bunny-section.reverse>*{direction:ltr}.bunny-section.no-image{padding:1.2rem}.bunny-section-text h3{font-size:1.1rem}.bunny-section-text p,.bunny-section-text ul li{font-size:.9rem}.bunny-section-image img{max-height:250px;width:100%}}@media (max-width: 480px){.bunny-page{padding:1rem .5rem}.bunny-hero{padding:1.5rem 1rem;border-radius:12px}.bunny-hero h2{font-size:1.5rem}.bunny-hero p{font-size:.9rem}.bunny-section{padding:1rem;border-radius:12px;gap:1rem}.bunny-section.no-image{padding:1rem}.bunny-section-text h3{font-size:.95rem}.bunny-section-text p,.bunny-section-text ul li{font-size:.85rem;line-height:1.6}.bunny-section-image img{max-height:200px}}.cub-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.cub-hero{background:linear-gradient(135deg,#1a3a5c,#2d7a3a);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.cub-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.cub-hero p{color:#ffffffd9;font-size:1.1rem}.cub-content{display:flex;flex-direction:column;gap:2rem}.cub-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.cub-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.cub-section.no-image{display:block;padding:2rem}.cub-section-text.full-width{width:100%}.cub-section-text{display:flex;flex-direction:column;gap:.5rem}.cub-section-text h3{color:#1a3a5c;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.cub-section-text h3:first-child{margin-top:0}.cub-section-text ol{padding-left:1.5rem;margin:.5rem 0}.cub-section-text ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.cub-note-box{background:#f8fafc;border-left:4px solid #ff9800;padding:1.5rem;border-radius:12px}.cub-point{margin-bottom:1.2rem}.cub-point:last-child{margin-bottom:0}.point-title{color:#1a3a5c;font-size:.95rem;font-weight:700;margin-bottom:.3rem}.cub-law-list{padding-left:1.5rem;margin:.3rem 0}.cub-law-list li{color:var(--text-mid);line-height:1.8;font-size:.95rem}.cub-section-image{display:flex;align-items:center;justify-content:center;width:100%}.cub-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.cub-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.cub-section{padding:1.5rem;gap:2rem}.cub-section-image img{max-height:280px}}@media (max-width: 768px){.cub-page{padding:1.5rem .8rem}.cub-hero{padding:2rem 1.5rem}.cub-hero h2{font-size:2rem}.cub-hero p{font-size:1rem}.cub-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.cub-section.no-image{padding:1.2rem}.cub-section-text h3{font-size:1.1rem}.cub-section-text ol li,.cub-section-text p{font-size:.9rem}.cub-section-image img{max-height:250px;width:100%}.cub-note-box{padding:1rem}.point-title,.point-text{font-size:.9rem}}@media (max-width: 480px){.cub-page{padding:1rem .5rem}.cub-hero{padding:1.5rem 1rem;border-radius:12px}.cub-hero h2{font-size:1.5rem}.cub-hero p{font-size:.9rem}.cub-section{padding:1rem;border-radius:12px;gap:1rem}.cub-section.no-image{padding:1rem}.cub-section-text h3{font-size:.95rem}.cub-section-text ol li,.cub-section-text p{font-size:.85rem;line-height:1.6}.cub-section-image img{max-height:200px}.cub-note-box{padding:.8rem}.point-title,.point-text{font-size:.85rem}.point-note{font-size:.8rem}}.bulbul-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.bulbul-hero{background:linear-gradient(135deg,#ff4da6,#ff80bf);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.bulbul-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.bulbul-hero p{color:#ffffffd9;font-size:1.1rem}.bulbul-content{display:flex;flex-direction:column;gap:2rem}.bulbul-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.bulbul-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.bulbul-section.no-image{display:block;padding:2rem}.bulbul-section-text.full-width{width:100%}.bulbul-section-text{display:flex;flex-direction:column;gap:.5rem}.bulbul-section-text h3{color:#c06;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff4da6;display:inline-block}.bulbul-section-text h3:first-child{margin-top:0}.bulbul-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.bulbul-section-text ol{padding-left:1.5rem;margin:.5rem 0}.bulbul-section-text ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.bulbul-note-box{background:#f8fafc;border-left:4px solid #ff4da6;padding:1.5rem;border-radius:12px}.bulbul-point{margin-bottom:1.2rem}.bulbul-point:last-child{margin-bottom:0}.point-title{color:#c06;font-size:.95rem;font-weight:700;margin-bottom:.3rem}.bulbul-law-list{padding-left:1.5rem;margin:.3rem 0}.bulbul-law-list li{color:var(--text-mid);line-height:1.8;font-size:.95rem}.bulbul-advancement{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#fff0f5,#ffe6f0);border-radius:12px;border:2px solid #ff4da6}.bulbul-advancement h3{color:#c06;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.more-details-btn{display:inline-block;padding:.7rem 2rem;background:linear-gradient(135deg,#ff4da6,#e6397a);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #ff4da666}.more-details-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #ff4da680}.bulbul-section-image{display:flex;align-items:center;justify-content:center;width:100%}.bulbul-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.bulbul-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.bulbul-section{padding:1.5rem;gap:2rem}.bulbul-section-image img{max-height:280px}}@media (max-width: 768px){.bulbul-page{padding:1.5rem .8rem}.bulbul-hero{padding:2rem 1.5rem}.bulbul-hero h2{font-size:2rem}.bulbul-hero p{font-size:1rem}.bulbul-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.bulbul-section.no-image{padding:1.2rem}.bulbul-section-text h3{font-size:1.1rem}.bulbul-section-text p,.bulbul-section-text ol li{font-size:.9rem}.bulbul-section-image img{max-height:250px;width:100%}.bulbul-note-box{padding:1rem}.point-title,.point-text{font-size:.9rem}.bulbul-advancement h3{font-size:1.1rem}.more-details-btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.bulbul-page{padding:1rem .5rem}.bulbul-hero{padding:1.5rem 1rem;border-radius:12px}.bulbul-hero h2{font-size:1.5rem}.bulbul-hero p{font-size:.9rem}.bulbul-section{padding:1rem;border-radius:12px;gap:1rem}.bulbul-section.no-image{padding:1rem}.bulbul-section-text h3{font-size:.95rem}.bulbul-section-text p,.bulbul-section-text ol li{font-size:.85rem;line-height:1.6}.bulbul-section-image img{max-height:200px}.bulbul-note-box{padding:.8rem}.point-title,.point-text{font-size:.85rem}.point-note{font-size:.8rem}.bulbul-advancement h3{font-size:.95rem}.more-details-btn{padding:.5rem 1.2rem;font-size:.85rem}}.scout-section-text ul{padding-left:1.5rem;margin:.3rem 0}.scout-section-text ul li{color:var(--text-mid);line-height:1.8;font-size:.95rem}.scout-advancement{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;border:2px solid #2d7a3a}.scout-advancement h3{color:#1a5c2e;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.more-details-btn{display:inline-block;padding:.7rem 2rem;background:linear-gradient(135deg,#2d7a3a,#1a5c2e);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #2d7a3a66}.more-details-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2d7a3a80}@media (max-width: 768px){.scout-page{padding:1.5rem .8rem}.scout-hero{padding:2rem 1.5rem}.scout-hero h2{font-size:2rem}.scout-hero p{font-size:1rem}.scout-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.scout-section.no-image{padding:1.2rem}.scout-section-text h3{font-size:1.1rem}.scout-section-text p,.scout-section-text ol li,.scout-section-text ul li{font-size:.9rem}.scout-section-image img{max-height:250px;width:100%}.scout-note-box{padding:1rem}.point-title,.point-text,.scout-law-list li{font-size:.9rem}.scout-advancement h3{font-size:1.1rem}.more-details-btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.scout-page{padding:1rem .5rem}.scout-hero{padding:1.5rem 1rem;border-radius:12px}.scout-hero h2{font-size:1.5rem}.scout-hero p{font-size:.9rem}.scout-section{padding:1rem;border-radius:12px;gap:1rem}.scout-section.no-image{padding:1rem}.scout-section-text h3{font-size:.95rem}.scout-section-text p,.scout-section-text ol li,.scout-section-text ul li{font-size:.85rem;line-height:1.6}.scout-section-image img{max-height:200px}.scout-note-box{padding:.8rem}.point-title,.point-text,.scout-law-list li{font-size:.85rem}.scout-advancement h3{font-size:.95rem}.more-details-btn{padding:.5rem 1.2rem;font-size:.85rem}}.scout-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.scout-hero{background:linear-gradient(135deg,#1a5c2e,#2d7a3a);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.scout-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.scout-hero p{color:#ffffffd9;font-size:1.1rem}.scout-content{display:flex;flex-direction:column;gap:2rem}.scout-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.scout-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.scout-section.no-image{display:block;padding:2rem}.scout-section-text.full-width{width:100%}.scout-section-text{display:flex;flex-direction:column;gap:.5rem}.scout-section-text h3{color:#1a5c2e;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.scout-section-text h3:first-child{margin-top:0}.scout-section-text h4{color:#1a5c2e;font-size:1.05rem;font-weight:600;margin-top:.5rem}.scout-section-text ol{padding-left:1.5rem;margin:.5rem 0}.scout-section-text ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.scout-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.scout-note-box{background:#f8fafc;border-left:4px solid #ff9800;padding:1.5rem;border-radius:12px}.scout-point{margin-bottom:1.2rem}.scout-point:last-child{margin-bottom:0}.point-title{color:#1a5c2e;font-size:.95rem;font-weight:700;margin-bottom:.3rem}.point-note{color:#666;font-size:.85rem;font-style:italic;padding-left:.5rem;margin-top:.3rem}.scout-law-list{padding-left:1.5rem;margin:.3rem 0}.scout-law-list li{color:var(--text-mid);line-height:1.8;font-size:.95rem}.scout-section-image{display:flex;align-items:center;justify-content:center;width:100%}.scout-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.scout-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.scout-section{padding:1.5rem;gap:2rem}.scout-section-image img{max-height:280px}}@media (max-width: 768px){.scout-page{padding:1.5rem .8rem}.scout-hero{padding:2rem 1.5rem}.scout-hero h2{font-size:2rem}.scout-hero p{font-size:1rem}.scout-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.scout-section.no-image{padding:1.2rem}.scout-section-text h3{font-size:1.1rem}.scout-section-text h4{font-size:.95rem}.scout-section-text ol li,.scout-section-text p{font-size:.9rem}.scout-section-image img{max-height:250px;width:100%}.scout-note-box{padding:1rem}.point-title,.point-text,.scout-law-list li{font-size:.9rem}}@media (max-width: 480px){.scout-page{padding:1rem .5rem}.scout-hero{padding:1.5rem 1rem;border-radius:12px}.scout-hero h2{font-size:1.5rem}.scout-hero p{font-size:.9rem}.scout-section{padding:1rem;border-radius:12px;gap:1rem}.scout-section.no-image{padding:1rem}.scout-section-text h3{font-size:.95rem}.scout-section-text h4{font-size:.85rem}.scout-section-text ol li,.scout-section-text p{font-size:.85rem;line-height:1.6}.scout-section-image img{max-height:200px}.scout-note-box{padding:.8rem}.point-title,.point-text{font-size:.85rem}.point-note{font-size:.8rem}.scout-law-list li{font-size:.85rem}}.rover-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.rover-hero{background:linear-gradient(135deg,#8b0000,#c00);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.rover-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.rover-hero p{color:#ffffffd9;font-size:1.1rem}.rover-content{display:flex;flex-direction:column;gap:2rem}.rover-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.rover-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.rover-section.no-image{display:block;padding:2rem}.rover-section-text.full-width{width:100%}.rover-section-text{display:flex;flex-direction:column;gap:.5rem}.rover-section-text h3{color:#8b0000;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.rover-section-text h3:first-child{margin-top:0}.rover-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.rover-section-text ol{padding-left:1.5rem;margin:.5rem 0}.rover-section-text ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.rover-sub-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.rover-sub-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.rover-sub-section h3{color:#8b0000;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.rover-sub-section p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.rover-sub-section ol{padding-left:1.5rem;margin:.5rem 0}.rover-sub-section ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.rover-note-box{background:#f8fafc;border-left:4px solid #ff9800;padding:1.5rem;border-radius:12px}.rover-point{margin-bottom:1.2rem}.rover-point:last-child{margin-bottom:0}.rover-section-image{display:flex;align-items:center;justify-content:center;width:100%}.rover-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.rover-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.rover-section{padding:1.5rem;gap:2rem}.rover-section-image img{max-height:280px}}@media (max-width: 768px){.rover-page{padding:1.5rem .8rem}.rover-hero{padding:2rem 1.5rem}.rover-hero h2{font-size:2rem}.rover-hero p{font-size:1rem}.rover-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.rover-section.no-image{padding:1.2rem}.rover-section-text h3{font-size:1.1rem}.rover-section-text p,.rover-section-text ol li{font-size:.9rem}.rover-section-image img{max-height:250px;width:100%}.rover-note-box{padding:1rem}.point-text{font-size:.9rem}.rover-sub-section h3{font-size:1rem}.rover-sub-section p,.rover-sub-section ol li{font-size:.9rem}}@media (max-width: 480px){.rover-page{padding:1rem .5rem}.rover-hero{padding:1.5rem 1rem;border-radius:12px}.rover-hero h2{font-size:1.5rem}.rover-hero p{font-size:.9rem}.rover-section{padding:1rem;border-radius:12px;gap:1rem}.rover-section.no-image{padding:1rem}.rover-section-text h3{font-size:.95rem}.rover-section-text p,.rover-section-text ol li{font-size:.85rem;line-height:1.6}.rover-section-image img{max-height:200px}.rover-note-box{padding:.8rem}.point-text{font-size:.85rem}.rover-sub-section h3{font-size:.9rem}.rover-sub-section p,.rover-sub-section ol li{font-size:.85rem}}.ranger-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.ranger-hero{background:linear-gradient(135deg,#b71c1c,#d32f2f);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.ranger-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.ranger-hero p{color:#ffffffd9;font-size:1.1rem}.ranger-content{display:flex;flex-direction:column;gap:2rem}.ranger-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.ranger-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.ranger-section.no-image{display:block;padding:2rem}.ranger-section-text.full-width{width:100%}.ranger-section-text{display:flex;flex-direction:column;gap:.5rem}.ranger-section-text h3{color:#b71c1c;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.ranger-section-text h3:first-child{margin-top:0}.ranger-section-text h4{color:#b71c1c;font-size:1rem;font-weight:600;margin-top:.5rem}.ranger-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.ranger-section-text ol{padding-left:1.5rem;margin:.5rem 0}.ranger-section-text ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.ranger-section-text ol ol{padding-left:1.5rem;margin:.2rem 0}.ranger-section-text ol ol li{font-size:.92rem}.ranger-sub-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.ranger-sub-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ranger-sub-section h3{color:#b71c1c;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.ranger-sub-section h4{color:#b71c1c;font-size:.95rem;font-weight:600;margin-top:.5rem}.ranger-sub-section p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.ranger-sub-section ol{padding-left:1.5rem;margin:.5rem 0}.ranger-sub-section ol li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.3rem}.ranger-note{background:#fff3e0;border-left:4px solid #ff9800;padding:.8rem 1rem;border-radius:8px;margin-top:.8rem}.ranger-note strong{color:#e65100;display:block;margin-bottom:.3rem}.ranger-note p{font-size:.9rem!important;color:#555!important}.ranger-note-box{background:#f8fafc;border-left:4px solid #ff9800;padding:1.5rem;border-radius:12px}.note-title{color:#e65100;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.ranger-point{margin-bottom:1.2rem}.ranger-point:last-child{margin-bottom:0}.point-text{color:var(--text-mid);line-height:1.8;font-size:.95rem;padding-left:.5rem}.ranger-advancement{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#fce4ec,#f8bbd0);border-radius:12px;border:2px solid #b71c1c}.ranger-advancement h3{color:#b71c1c;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.more-details-btn{display:inline-block;padding:.7rem 2rem;background:linear-gradient(135deg,#b71c1c,#d32f2f);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #b71c1c66}.more-details-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #b71c1c80}.ranger-section-image{display:flex;align-items:center;justify-content:center;width:100%}.ranger-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.ranger-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.ranger-section{padding:1.5rem;gap:2rem}.ranger-section-image img{max-height:280px}}@media (max-width: 768px){.ranger-page{padding:1.5rem .8rem}.ranger-hero{padding:2rem 1.5rem}.ranger-hero h2{font-size:2rem}.ranger-hero p{font-size:1rem}.ranger-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.ranger-section.no-image{padding:1.2rem}.ranger-section-text h3{font-size:1.1rem}.ranger-section-text p,.ranger-section-text ol li{font-size:.9rem}.ranger-section-image img{max-height:250px;width:100%}.ranger-note-box{padding:1rem}.point-text{font-size:.9rem}.ranger-sub-section h3{font-size:1rem}.ranger-sub-section p,.ranger-sub-section ol li{font-size:.9rem}.ranger-advancement h3{font-size:1.1rem}.more-details-btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.ranger-page{padding:1rem .5rem}.ranger-hero{padding:1.5rem 1rem;border-radius:12px}.ranger-hero h2{font-size:1.5rem}.ranger-hero p{font-size:.9rem}.ranger-section{padding:1rem;border-radius:12px;gap:1rem}.ranger-section.no-image{padding:1rem}.ranger-section-text h3{font-size:.95rem}.ranger-section-text p,.ranger-section-text ol li{font-size:.85rem;line-height:1.6}.ranger-section-image img{max-height:200px}.ranger-note-box{padding:.8rem}.point-text{font-size:.85rem}.ranger-sub-section h3{font-size:.9rem}.ranger-sub-section p,.ranger-sub-section ol li{font-size:.85rem}.ranger-advancement h3{font-size:.95rem}.more-details-btn{padding:.5rem 1.2rem;font-size:.85rem}}.unitleaders-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.unitleaders-hero{background:linear-gradient(135deg,#0d47a1,#42a5f5);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.unitleaders-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.unitleaders-hero p{color:#ffffffd9;font-size:1.1rem}.unitleaders-content{display:flex;flex-direction:column;gap:2rem}.unitleaders-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.unitleaders-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.unitleaders-section-text{display:flex;flex-direction:column;gap:.5rem}.unitleaders-section-text p{color:var(--text-mid);line-height:1.8;font-size:.95rem}.unitleaders-section-text h3{color:#0d47a1;font-size:1.05rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.unitleaders-section-text h3:first-child{margin-top:0}.unitleaders-section-text ul{padding-left:1.5rem;margin:.3rem 0}.unitleaders-section-text ul li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.2rem}.specialized-courses{display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1.5rem;padding-left:1.5rem!important;margin:.3rem 0!important}.specialized-courses li{color:var(--text-mid);line-height:1.8;font-size:.92rem;margin-bottom:.1rem}.course-note{font-style:italic;color:#666!important;font-size:.9rem!important;margin-top:.5rem}.unitleaders-section-image{display:flex;align-items:center;justify-content:center;width:100%}.unitleaders-section-image img{width:100%;height:auto;max-height:450px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.unitleaders-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.unitleaders-section{padding:1.5rem;gap:2rem}.unitleaders-section-image img{max-height:350px}}@media (max-width: 768px){.unitleaders-page{padding:1.5rem .8rem}.unitleaders-hero{padding:2rem 1.5rem}.unitleaders-hero h2{font-size:2rem}.unitleaders-hero p{font-size:1rem}.unitleaders-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.unitleaders-section-text h3{font-size:.95rem}.unitleaders-section-text p,.unitleaders-section-text ul li{font-size:.9rem}.specialized-courses{grid-template-columns:1fr}.unitleaders-section-image img{max-height:250px;width:100%}}@media (max-width: 480px){.unitleaders-page{padding:1rem .5rem}.unitleaders-hero{padding:1.5rem 1rem;border-radius:12px}.unitleaders-hero h2{font-size:1.5rem}.unitleaders-hero p{font-size:.9rem}.unitleaders-section{padding:1rem;border-radius:12px;gap:1rem}.unitleaders-section-text h3{font-size:.85rem}.unitleaders-section-text p,.unitleaders-section-text ul li{font-size:.85rem;line-height:1.6}.specialized-courses li{font-size:.82rem}.unitleaders-section-image img{max-height:200px}}.adultleaders-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.adultleaders-hero{background:linear-gradient(135deg,#e65100,#ff9800);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.adultleaders-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.adultleaders-hero p{color:#ffffffd9;font-size:1.1rem}.adultleaders-content{display:flex;flex-direction:column;gap:2rem}.adultleaders-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.adultleaders-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.adultleaders-section.no-image{display:block;padding:2rem}.adultleaders-section-text.full-width{width:100%}.adultleaders-section-text{display:flex;flex-direction:column;gap:.5rem}.adultleaders-section-text h3{color:#e65100;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.adultleaders-section-text h3:first-child{margin-top:0}.adultleaders-section-text ul{padding-left:1.5rem;margin:.3rem 0}.adultleaders-section-text ul li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.2rem}.adultleaders-section-text ul li:last-child{margin-bottom:0}.leader-list-group{margin-bottom:1.5rem}.leader-list-group:last-child{margin-bottom:0}.leader-list-group h4{color:#e65100;font-size:1.05rem;font-weight:700;margin-bottom:.8rem;padding-bottom:.3rem;border-bottom:2px solid #ff9800;display:inline-block}.leader-list{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.leader-list:hover{background:#f8fafc}.leader-list:last-child{border-bottom:none}.leader-list span{color:var(--text-mid);font-size:.95rem;font-weight:500}.download-link{color:#0d47a1;font-weight:600;text-decoration:none;padding:.2rem .8rem;border-radius:4px;transition:all .3s ease;font-size:.9rem}.download-link:hover{background:#0d47a1;color:#fff;transform:translate(3px)}.advancement-flow{display:flex;flex-direction:column;align-items:center;padding:1rem 0;max-width:500px;margin:0 auto}.advancement-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.8rem 1.2rem;background:#fff8e1;border-radius:8px;border-left:4px solid #ff9800;transition:transform .3s ease,box-shadow .3s ease}.advancement-item:hover{transform:translate(5px);box-shadow:0 4px 12px #ff980033}.advancement-item.top{background:#fff3e0;border-left-color:#e65100}.advancement-item.bottom{background:#e8f5e9;border-left-color:#2e7d32}.advancement-label{font-weight:700;color:#333;font-size:.95rem}.advancement-time{font-size:.85rem;color:#666;font-weight:500;background:#f5f5f5;padding:.2rem .8rem;border-radius:20px}.advancement-arrow{font-size:1.8rem;color:#ff9800;padding:.2rem 0;line-height:1}.adultleaders-section-image{display:flex;align-items:center;justify-content:center;width:100%}.adultleaders-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.adultleaders-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.adultleaders-section{padding:1.5rem;gap:2rem}.adultleaders-section-image img{max-height:280px}}@media (max-width: 768px){.adultleaders-page{padding:1.5rem .8rem}.adultleaders-hero{padding:2rem 1.5rem}.adultleaders-hero h2{font-size:2rem}.adultleaders-hero p{font-size:1rem}.adultleaders-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.adultleaders-section.no-image{padding:1.2rem}.adultleaders-section-text h3{font-size:1.1rem}.adultleaders-section-text ul li,.leader-list span,.download-link{font-size:.9rem}.adultleaders-section-image img{max-height:250px;width:100%}.advancement-item{padding:.6rem 1rem}.advancement-label{font-size:.85rem}.advancement-time{font-size:.75rem;padding:.15rem .6rem}.advancement-arrow{font-size:1.5rem}.leader-list{flex-wrap:wrap;gap:.5rem}.leader-list span{flex:1;min-width:120px}}@media (max-width: 480px){.adultleaders-page{padding:1rem .5rem}.adultleaders-hero{padding:1.5rem 1rem;border-radius:12px}.adultleaders-hero h2{font-size:1.5rem}.adultleaders-hero p{font-size:.9rem}.adultleaders-section{padding:1rem;border-radius:12px;gap:1rem}.adultleaders-section.no-image{padding:1rem}.adultleaders-section-text h3{font-size:.95rem}.adultleaders-section-text ul li,.leader-list span,.download-link{font-size:.85rem}.adultleaders-section-image img{max-height:200px}.advancement-flow{padding:.5rem 0}.advancement-item{padding:.5rem .8rem;flex-direction:column;text-align:center;gap:.3rem}.advancement-label{font-size:.8rem}.advancement-time{font-size:.7rem}.leader-list{flex-direction:column;align-items:stretch;text-align:center}.download-link{text-align:center;padding:.3rem .8rem}}.leadersadult-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.leadersadult-hero{background:linear-gradient(135deg,#7b1fa2,#ce93d8);padding:3rem 2rem;border-radius:var(--radius);margin-bottom:2.5rem;text-align:center}.leadersadult-hero h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.7rem}.leadersadult-hero p{color:#ffffffd9;font-size:1.1rem}.leadersadult-content{display:flex;flex-direction:column;gap:2rem}.leadersadult-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;background:var(--bg-card);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);box-shadow:0 5px 18px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.leadersadult-section:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow-strong)}.leadersadult-section-text{display:flex;flex-direction:column;gap:.5rem}.leadersadult-section-text h3{color:#7b1fa2;font-size:1.2rem;font-weight:700;margin-top:0;padding-bottom:.3rem;border-bottom:2px solid #ce93d8;display:inline-block}.leadersadult-section-text ul{padding-left:1.5rem;margin:.3rem 0}.leadersadult-section-text ul li{color:var(--text-mid);line-height:1.8;font-size:.95rem;margin-bottom:.2rem}.leadersadult-section-text ul li:last-child{margin-bottom:0}.leadersadult-section-image{display:flex;align-items:center;justify-content:center;width:100%}.leadersadult-section-image img{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;box-shadow:0 10px 30px #0000001f;transition:transform .4s ease,box-shadow .4s ease;background:#f5f7fa}.leadersadult-section-image img:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000002e}@media (max-width: 1024px){.leadersadult-section{padding:1.5rem;gap:2rem}.leadersadult-section-image img{max-height:280px}}@media (max-width: 768px){.leadersadult-page{padding:1.5rem .8rem}.leadersadult-hero{padding:2rem 1.5rem}.leadersadult-hero h2{font-size:2rem}.leadersadult-hero p{font-size:1rem}.leadersadult-section{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.leadersadult-section-text h3{font-size:1.1rem}.leadersadult-section-text ul li{font-size:.9rem}.leadersadult-section-image img{max-height:250px;width:100%}}@media (max-width: 480px){.leadersadult-page{padding:1rem .5rem}.leadersadult-hero{padding:1.5rem 1rem;border-radius:12px}.leadersadult-hero h2{font-size:1.5rem}.leadersadult-hero p{font-size:.9rem}.leadersadult-section{padding:1rem;border-radius:12px;gap:1rem}.leadersadult-section-text h3{font-size:.95rem}.leadersadult-section-text ul li{font-size:.85rem;line-height:1.6}.leadersadult-section-image img{max-height:200px}}.youth-plan-page{padding:4rem 2rem;min-height:100vh;animation:fadeInUp .7s ease}.youth-plan-header{text-align:center;margin-bottom:3rem}.youth-plan-header h1{color:var(--green);font-size:2.4rem;font-family:var(--font-display)}.youth-plan-table{max-width:900px;margin:auto;background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 25px var(--shadow)}.plan-row{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e5e5e5;transition:var(--transition-mid)}.plan-row:nth-child(2n){background:#f7f7f7}.plan-row:hover{background:#eef6ff}.plan-title{color:var(--primary);font-size:1.3rem;font-weight:800}.plan-btn{display:inline-block;background:linear-gradient(135deg,var(--green),var(--green-light));color:#fff;padding:.9rem 1.8rem;border-radius:8px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:.95rem;box-shadow:0 4px 12px #2d7a3a4d}.plan-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #2d7a3a66}@media (max-width:768px){.plan-row{flex-direction:column;gap:1rem;text-align:center}.plan-title{font-size:1rem}.plan-btn{width:100%;text-align:center;padding:.8rem}}@media (max-width:480px){.youth-plan-page{padding:2rem 1rem}.youth-plan-header h1{font-size:1.8rem}.plan-row{padding:1.2rem}.plan-title{font-size:.9rem}.plan-btn{font-size:.85rem;padding:.6rem}}.adult-plan-page{padding:4rem 2rem;min-height:100vh;animation:fadeInUp .7s ease}.adult-plan-header{text-align:center;margin-bottom:3rem}.adult-plan-header h1{color:var(--primary);font-size:2.4rem;font-family:var(--font-display)}.adult-plan-table{max-width:900px;margin:auto;border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 25px var(--shadow)}.adult-row{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#fff;border-bottom:1px solid #ececec;transition:var(--transition-mid)}.adult-row:nth-child(2n){background:#f4f8ff}.adult-row:hover{transform:scale(1.01)}.adult-title{color:#1b2cff;font-size:1.3rem;font-weight:800}.adult-btn{display:inline-block;background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;padding:.9rem 1.8rem;border-radius:8px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:.95rem;box-shadow:0 4px 12px #d4a0174d}.adult-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d4a01766}@media (max-width:768px){.adult-row{flex-direction:column;gap:1rem;text-align:center}.adult-title{font-size:1rem}.adult-btn{width:100%;text-align:center;padding:.8rem}}@media (max-width:480px){.adult-plan-page{padding:2rem 1rem}.adult-plan-header h1{font-size:1.8rem}.adult-row{padding:1.2rem}.adult-title{font-size:.9rem}.adult-btn{font-size:.85rem;padding:.6rem}}
