@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";:root{--mc-red: #c02026;--mc-dark: #111111;--mc-light: #f9f5f2;--mc-accent: #1a6aa8;--mc-orange: #ff9f1c}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Montserrat,Arial,sans-serif;background:var(--mc-light);color:var(--mc-dark)}.home{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem}.home-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:1.75rem;padding:2rem;margin-bottom:2.5rem;background:#faf5f1;border-radius:1.25rem;box-shadow:0 15px 30px #0000000f}.hero-left{display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:2.3rem;font-weight:700;color:var(--mc-dark);margin:0 0 1rem}.hero-mission{font-size:1rem;line-height:1.7;margin-bottom:1.75rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}.hero-btn{border-radius:999px;padding:.7rem 1.3rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;transition:.18s ease}.request-btn{background:#fff;border:2px solid var(--mc-red);color:var(--mc-red)}.volunteer-btn{background:#fff;border:2px solid #222;color:#222}.donate-btn{background:#fff;border:2px solid var(--mc-red);color:var(--mc-red)}.hero-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000026}.hero-right{display:flex;align-items:center;justify-content:center}.hero-slideshow{position:relative;width:100%;max-width:550px;aspect-ratio:4 / 3;padding:6px;background:var(--mc-red);border-radius:1rem;overflow:hidden;box-shadow:0 12px 35px #00000038}.hero-slideshow .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease-in-out;border-radius:.8rem;overflow:hidden}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.home-help{text-align:center}.home-help h3{font-size:1.7rem;margin-bottom:.5rem;color:var(--mc-dark)}.help-intro{max-width:640px;margin:0 auto 1.75rem;font-size:.98rem;line-height:1.6;color:#444}.help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.help-card{background:#fff;border-radius:1rem;padding:1.4rem 1.5rem;text-align:left;box-shadow:0 10px 25px #0000000f}.help-card h4{margin:0 0 .6rem;font-size:1.1rem;color:var(--mc-dark)}.help-card p{font-size:.95rem;line-height:1.5;margin-bottom:.9rem;color:#555}.help-link{font-size:.9rem;font-weight:600;text-decoration:none;color:var(--mc-blue)}@media(max-width:900px){.home-hero{grid-template-columns:minmax(0,1fr)}.hero-right{margin-top:1.4rem}.hero-title{font-size:2rem}.help-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:600px){.hero-cta{flex-direction:column;align-items:stretch}.hero-slideshow{max-width:100%}}.request-page{background:var(--mc-blue);min-height:100vh;padding:2.5rem 1.5rem}.request-container{background:#fff;max-width:900px;margin:0 auto;padding:2.5rem;border-radius:1.25rem;box-shadow:0 12px 25px #0000001a}.request-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.request-title{margin-top:.5rem;font-size:2rem;color:var(--mc-dark)}.request-text{margin:.75rem 0 1.5rem;font-size:1rem;line-height:1.6;color:#444}.donate-page{background:var(--mc-blue);min-height:100vh;padding:2.5rem 1.5rem}.donate-container{background:#fff;max-width:900px;margin:0 auto;padding:2.5rem;border-radius:1.25rem;box-shadow:0 12px 25px #0000001a}.donate-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.back-btn{text-decoration:none;display:inline-block;font-size:.95rem;font-weight:600;color:var(--mc-blue);border:2px solid var(--mc-blue);border-radius:999px;padding:.45rem 1rem;transition:.15s ease}.donate-title{margin-top:.5rem;font-size:2rem;color:var(--mc-dark)}.donate-text{margin:.75rem 0 1.5rem;font-size:1rem;line-height:1.6;color:#444}.volunteer-page{background:var(--mc-blue);min-height:100vh;padding:2.5rem 1.5rem}.volunteer-container{background:#fff;max-width:900px;margin:0 auto;padding:2.5rem;border-radius:1.25rem;box-shadow:0 12px 25px #0000001a}.volunteer-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.back-btn{text-decoration:none;display:inline-block;font-size:.95rem;font-weight:600;color:var(--mc-blue);border:2px solid var(--mc-blue);border-radius:999px;padding:.45rem 1rem;transition:.15s ease;background:#fff}.back-btn:hover{background:var(--mc-blue);color:#fff}.external-btn{text-decoration:none;font-size:.9rem;font-weight:600;color:#fff;background:var(--mc-red);border-radius:999px;padding:.45rem 1rem;transition:.15s ease}.external-btn:hover{filter:brightness(1.1)}.volunteer-title{margin-top:.5rem;font-size:2rem;color:var(--mc-dark)}.volunteer-text{margin:.75rem 0 1.5rem;font-size:1rem;line-height:1.6;color:#444}.form-wrapper{border-radius:.75rem;overflow:hidden}@media(max-width:600px){.volunteer-container{padding:1.75rem}.volunteer-nav{flex-direction:column;align-items:flex-start;gap:.75rem}}.site-header{background:linear-gradient(90deg,var(--mc-red),#8e161a);color:#fff;padding:.35rem 1.2rem;box-shadow:0 3px 10px #0003}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{height:92px;width:auto;border-radius:6px;-webkit-user-select:none;user-select:none}.brand{display:flex;align-items:center;gap:.85rem}.brand-text h1{font-size:1.55rem;font-weight:700;margin:0;letter-spacing:.3px}.brand-text p{font-size:.95rem;opacity:.9;margin:.15rem 0 0}.header-links{display:flex;align-items:center;gap:.75rem}.action-btn{border-radius:999px;padding:.55rem .8rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--mc-blue);text-decoration:none;-webkit-user-select:none;user-select:none;transition:.2s ease}.action-btn svg{width:22px;height:22px}.action-outline{color:var(--mc-blue);background:transparent}.action-outline:hover{background:#ffffff1f}.action-solid{background:var(--mc-blue)!important;border-color:var(--mc-blue)!important;color:#fff!important;padding:.55rem 1.35rem;font-size:1rem;border-radius:999px}.action-solid:hover{background:var(--mc-dark-blue)!important}@media(max-width:768px){.header-inner{flex-direction:column;gap:.75rem}.header-links{width:100%;justify-content:center;flex-wrap:wrap}}.site-footer{background:var(--mc-accent);color:#fff;padding:1.25rem 2rem 1rem;margin-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-logo-box img{height:110px;width:auto;border-radius:4px;box-shadow:none}.footer-contact h3{margin-bottom:.4rem;font-size:1rem;color:var(--mc-orange)}.footer-contact p{margin:.1rem 0;font-size:.9rem;color:#fff}.footer-contact a{color:#fff;text-decoration:none;font-weight:600}.footer-contact a:hover{text-decoration:underline}@media(max-width:768px){.footer-inner{flex-direction:column}}
