.overlay{position:fixed;top:0;left:0;background:#0009;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1000}.alert-box{background:#fff;padding:30px;border-radius:12px;width:300px;text-align:center;animation:pop .3s ease}.alert-box h3{color:green}.alert-box button{background:#1b7ced;border:none;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer}@keyframes pop{0%{transform:scale(.7)}to{transform:scale(1)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{line-height:1.6;background:#fff;color:#333}#root{width:100%}img{display:block;max-width:100%}.container{width:90%;margin:auto}header{background:#0b2855;padding:1px 0;position:sticky;top:0;z-index:100}header .container{width:100%;padding:0 5%}.nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{height:100px}.nav p{position:absolute;top:65px;width:50%;padding:0 10px;color:#079207;font-size:15px;font-weight:700;font-family:Arial Black,Gadget,sans-serif}.highlight{color:#ffc107;font-size:10px}.nav-links{display:flex;align-items:center}nav a{margin-left:20px;color:#fff;text-decoration:none;font-weight:700}.burger{display:none;width:44px;height:44px;margin-left:auto;background:transparent;border:2px solid #ffc107;border-radius:8px;align-items:center;justify-content:center;gap:5px;flex-direction:column;cursor:pointer;transition:border-color .2s ease}.burger-line{display:block;width:22px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.burger.open{border-color:#fff}.burger.open .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{display:flex;align-items:center;height:90vh;background:linear-gradient(#0009,#0009),url(/img/gallery-008.jpeg) center / cover;color:#fff;text-align:center}.hero-content{width:100%}.hero h1{margin-bottom:20px;font-size:48px}.btn,.btn-outline{display:inline-block;padding:12px 30px;border-radius:5px;text-decoration:none}.btn{margin:10px;background:#ffc107;color:#000;font-weight:700}.btn-outline{border:2px solid #fff;color:#fff}.section{padding:70px 10%;text-align:center}.section h2{margin-bottom:25px;color:#0b5ed7}.section p+p{margin-top:16px}.light{background:#f5f7fa}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.card{padding:25px;background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a}.gallery-column{display:flex;flex-direction:column;align-items:center;gap:20px}.gallery-item{position:relative;width:min(900px,100%);overflow:hidden;border-radius:8px;background:#e9edf3;box-shadow:0 0 10px #0000001a}.gallery-item img{display:block;width:100%;height:520px;object-fit:cover}.gallery-item img.rotate-90{transform:rotate(90deg);object-fit:contain}.gallery-item img.zoom-out{transform:scale(.8);transform-origin:center}.gallery-item:after{content:"";position:absolute;inset:16px;background:url(/logo.png) center / contain no-repeat;opacity:.2;pointer-events:none}.gallery-card{border:none;padding:0}.gallery-card img{transition:transform .2s ease,opacity .2s ease}.gallery-card:hover img{opacity:.95}.gallery-preview-btn{position:absolute;right:20px;bottom:20px;z-index:1;border:none;border-radius:6px;padding:10px 18px;background:#0b2855e6;color:#fff;font-weight:700;cursor:pointer}.gallery-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.gallery-btn{border:none;border-radius:6px;padding:10px 16px;background:#0b2855;color:#fff;font-weight:700;cursor:pointer}.gallery-btn:hover{background:#0a2044}.gallery-count{color:#0b2855;font-weight:700}.gallery-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000d9}.gallery-modal-inner{position:relative;width:min(960px,100%)}.gallery-modal-frame{width:100%;background:#111}.gallery-modal-frame img{height:min(76vh,820px)}.gallery-modal-close{position:absolute;top:-10px;right:-10px;z-index:2;width:40px;height:40px;border:none;border-radius:50%;background:#ffc107;color:#111;font-weight:700;cursor:pointer}.entry-preview-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000d1}.entry-preview-card{position:relative;width:min(720px,100%)}.entry-preview-image-wrap{position:relative;width:100%;border:none;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;background:#111;box-shadow:0 24px 50px #00000059}.entry-preview-image-wrap:after{content:"";position:absolute;inset:18px;background:url(/logo.png) center / contain no-repeat;opacity:.2;pointer-events:none}.entry-preview-image{width:100%;height:min(78vh,720px);object-fit:cover}.entry-preview-close{position:absolute;top:-14px;right:0;z-index:2;width:42px;height:42px;border:none;border-radius:50%;background:#ffc107;color:#111;font-weight:700;cursor:pointer}.donate{background:#0b2855;color:#fff}.contact-form{max-width:500px;margin:auto}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin:10px 0;padding:12px}.contact-form button{width:100%;border:none;padding:12px;background:#0b2855;color:#fff;font-size:16px}.volunteer-form{position:relative;margin-top:24px;padding:20px;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:volunteer-slide-down .9s cubic-bezier(.22,.61,.36,1);transform-origin:top center}.volunteer-form input:focus,.volunteer-form select:focus,.volunteer-form textarea:focus{outline:2px solid #ffc107;outline-offset:2px}.volunteer-form select{background:#fff;color:#333;outline:none}.volunteer-close{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:transparent;color:#0b2855;font-size:14px;line-height:1;cursor:pointer}.form-status{margin-top:10px;font-weight:700}.form-status.success{color:#0a7a2f}.form-status.error{color:#b42318}footer{padding:20px;background:#111;color:#fff;text-align:center}@keyframes volunteer-slide-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.burger{display:flex}.nav-links{position:absolute;top:100%;right:0;z-index:10;display:none;flex-direction:column;align-items:flex-start;gap:12px;min-width:200px;padding:16px 20px;background:#0b2855;border-radius:0 0 8px 8px;box-shadow:0 10px 20px #0003}.nav-links.open{display:flex}nav a{margin-left:0}.gallery-item img{height:320px}.gallery-modal{padding:16px}.gallery-modal-close{top:8px;right:8px}.gallery-modal-frame img{height:60vh}.entry-preview-overlay{padding:16px}.entry-preview-image{height:60vh}.entry-preview-close{top:8px;right:8px}}
