:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #667eea1a;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(102,126,234,.1)}.header-container{max-width:1200px;width:100%;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.logo img{height:50px;max-width:300px;object-fit:contain;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}@media(max-width:768px){.logo img{height:40px;max-width:250px}}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#2c5282;margin:3px 0;transition:.3s}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav a{text-decoration:none;color:#4a4a4a;font-weight:600;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.nav a:hover{color:#667eea;background:#667eea1a;transform:translateY(-2px)}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 2px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav ul{flex-direction:column;padding:1rem;gap:1rem}.nav a{display:block;padding:.5rem;border-bottom:1px solid #eee}}.hero{background:linear-gradient(135deg,#8bc34a1a,#66bb6a26,#4caf501a);color:#2d3748;padding:6rem 0;min-height:70vh;display:flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat center,url(/images/floral-pattern.svg) no-repeat top left,url(/images/floral-pattern.svg) no-repeat bottom right;background-size:60% auto,40% auto,45% auto;opacity:.15;z-index:1;transform:scale(1.1)}.hero-content{position:relative;z-index:2}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;opacity:1;color:#4caf50}.hero-text p{font-size:1.1rem;margin-bottom:1rem;opacity:.9;line-height:1.8}.hero-description{font-size:1.2rem!important;margin-bottom:2rem!important}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0}.stat-item{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#66bb6a;margin-bottom:.5rem}.stat-label{display:block;font-size:1rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;margin-top:2rem}.btn{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease;text-align:center}.btn-primary{background:#48bb78;color:#fff}.btn-primary:hover{background:#38a169;transform:translateY(-2px)}.btn-secondary{background:#48bb78;color:#fff;border:2px solid #48bb78}.btn-secondary:hover{background:#38a169;border-color:#38a169;color:#fff}.placeholder-image{background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);border-radius:10px;height:300px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;opacity:.8}@media(max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.placeholder-image{height:200px;width:100%}.hero-stats{grid-template-columns:1fr;gap:1rem;width:100%}.stat-item{padding:1rem;width:100%}.stat-number{font-size:2rem}}.about{padding:6rem 0;background:linear-gradient(135deg,#f0fff4,#f7fafc,#edf2f7);position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:center;background-size:80% auto;opacity:.1;pointer-events:none;z-index:1}.about .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.about h2{text-align:center;font-size:2.8rem;margin-bottom:4rem;color:#4caf50;font-weight:700}.meaning-section{display:grid;grid-template-columns:repeat(2,minmax(300px,400px));gap:2rem;margin-bottom:3rem;justify-content:center}.meaning-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px #4caf501a;border:2px solid rgba(76,175,80,.2);text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:280px;width:100%;max-width:400px;display:flex;flex-direction:column;justify-content:space-between}.meaning-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #4caf5033;border-color:#4caf50}.meaning-card h3{font-size:1.5rem;margin-bottom:1rem;color:#4caf50;font-weight:700}.meaning-card p{font-size:1.1rem;line-height:1.6;color:#4a5568}.philosophy-vision{display:grid;grid-template-columns:repeat(2,minmax(300px,400px));gap:2rem;margin-bottom:4rem;justify-content:center}.philosophy-card,.vision-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2d3748;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 8px 32px #4caf5033;border:2px solid rgba(76,175,80,.3);transition:transform .3s ease,box-shadow .3s ease;height:280px;width:100%;max-width:400px;display:flex;flex-direction:column;justify-content:space-between}.philosophy-card:hover,.vision-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #4caf504d;border-color:#4caf50}.philosophy-card h3,.vision-card h3{font-size:1.5rem;margin-bottom:1rem;color:#4caf50;font-weight:700}.philosophy-quote{font-size:1.4rem;font-weight:700;margin:1rem 0;color:#4caf50;text-shadow:none;background:linear-gradient(135deg,#4caf50,#66bb6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.philosophy-card p,.vision-card p{font-size:1.1rem;line-height:1.6;color:#4a5568}.cycle-core-section{text-align:center;margin-bottom:4rem}.cycle-core-section h3{font-size:2rem;color:#4caf50;margin-bottom:2rem;font-weight:600}.cycle-model{display:flex;justify-content:center;margin:2rem 0}.cycle-image{max-width:600px;width:100%;height:auto;border-radius:20px;box-shadow:0 12px 40px #4caf5033;background:#fff;padding:20px}.main-services{margin-top:4rem}.main-services h3{text-align:center;font-size:2rem;color:#4caf50;margin-bottom:3rem;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;text-align:center;box-shadow:0 8px 32px #4caf501a;border:1px solid rgba(76,175,80,.1);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #4caf5033}.service-card h4{font-size:1.3rem;color:#4caf50;margin-bottom:1rem;font-weight:600}.service-card p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.service-image{width:100%;max-width:200px;height:auto;border-radius:10px;box-shadow:0 4px 16px #0000001a}@media(max-width:768px){.about h2{font-size:2.2rem}.meaning-section,.philosophy-vision{grid-template-columns:1fr;gap:1.5rem;justify-items:stretch}.meaning-card,.philosophy-card,.vision-card{padding:1.5rem;height:240px;max-width:none;width:100%}.cycle-image{max-width:100%;padding:15px}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.about:before{background-size:30% auto,30% auto}}@media(max-width:480px){.about{padding:4rem 0}.about .container{padding:0 1rem}.about h2{font-size:1.8rem;margin-bottom:2rem}.meaning-card,.philosophy-card,.vision-card{height:220px;padding:1.2rem;max-width:none;width:100%}.cycle-core-section h3,.main-services h3{font-size:1.6rem}}.services{padding:6rem 0;background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);width:100%;display:flex;justify-content:center;position:relative}.services:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:top left;background-size:60% auto;opacity:.15;z-index:1}.services .container{position:relative;z-index:2}.services h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c5282}.services-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#ffffffe6;padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #667eea33;background:#fff;border-color:#667eea4d}.service-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:15px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c5282}.service-card p{color:#666;line-height:1.6;margin:0 0 1rem}.service-details{margin-top:1rem}.service-details ul{list-style:none;padding:0;margin:0}.service-details li{color:#2c5282;font-size:.9rem;margin-bottom:.5rem;padding-left:0}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem;width:100%;max-width:none}.services h2{font-size:2rem}.services-subtitle{font-size:1rem;padding:0 1rem}}.resources{padding:6rem 0;background:linear-gradient(135deg,#f8f9fae6,#f0f2f7cc);width:100%;display:flex;justify-content:center;position:relative}.resources:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:top right;background-size:45% auto;opacity:.1;z-index:1}.resources .container{position:relative;z-index:2}.resources h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c5282}.resources-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.resource-card{background:#ffffffe6;padding:2.5rem;border-radius:25px;text-align:center;transition:all .4s ease;border:2px solid rgba(102,126,234,.1);box-shadow:0 8px 25px #667eea1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.resource-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 45px #667eea33;border-color:#667eea4d}.resource-icon{font-size:3rem;margin-bottom:1.5rem}.resource-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c5282}.resource-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.org-chart-preview img,.values-preview img,.cycle-preview img{max-width:100%;height:auto;border-radius:8px;margin-top:1rem;box-shadow:0 4px 15px #0000001a}.contact-info{margin-top:1rem;padding:1rem;background:#4caf501a;border-radius:10px;border-left:4px solid #4caf50}.contact-info p{margin:.5rem 0;color:#555;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.contact-info strong{color:#4caf50}@media(max-width:768px){.resources-grid{grid-template-columns:1fr;gap:1.5rem}.resource-card{padding:1.5rem;width:100%;max-width:none}.resources h2{font-size:2rem}.resources-subtitle{font-size:1rem;padding:0 1rem}}.volunteer{padding:6rem 0;background:linear-gradient(135deg,#f5f7fae6,#c3cfe2cc);width:100%;display:flex;justify-content:center;position:relative}.volunteer:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:bottom left;background-size:55% auto;opacity:.12;transform:scaleX(-1);z-index:1}.volunteer .container{position:relative;z-index:2}.volunteer h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c5282}.volunteer-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.volunteer-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.volunteer-info h3{color:#4caf50;margin-bottom:2rem;font-size:1.8rem;text-align:center;font-weight:700}.volunteer-types{display:grid;grid-template-columns:1fr;gap:2rem}.volunteer-type{background:#ffffffe6;padding:2rem;border-radius:20px;box-shadow:0 6px 25px #4caf501a;transition:all .3s ease;border:2px solid rgba(76,175,80,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.volunteer-type:hover{transform:translateY(-8px);box-shadow:0 15px 35px #4caf5033;border-color:#4caf504d}.volunteer-type h4{color:#4caf50;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.volunteer-type p{color:#666;margin-bottom:1rem;line-height:1.6}.volunteer-type ul{list-style:none;padding-left:0}.volunteer-type li{color:#555;margin-bottom:.5rem;padding-left:1rem;position:relative}.volunteer-type li:before{content:"•";color:#4caf50;position:absolute;left:0}.volunteer-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;height:fit-content;width:100%}.volunteer-form h3{color:#4caf50;margin-bottom:2rem;font-size:1.5rem;text-align:center;font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#48bb78}.submit-btn{background:#48bb78;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%}.submit-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 8px 20px #48bb784d}@media(max-width:768px){.volunteer-content{grid-template-columns:1fr;gap:2rem}.volunteer h2{font-size:2rem}.volunteer-types{width:100%;gap:1.5rem}.volunteer-form,.volunteer-type{padding:1.5rem;width:100%;max-width:none}.volunteer-info{width:100%}}.contact{padding:6rem 0;background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);width:100%;display:flex;justify-content:center;position:relative}.contact:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:top right;background-size:60% auto;opacity:.15;z-index:1}.contact .container{position:relative;z-index:2}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c5282}.contact-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.contact-card{background:#ffffffe6;padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #667eea33;background:#fff;border-color:#667eea4d}.contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c5282}.contact-card p{color:#666;line-height:1.6;margin:0 0 1rem}.contact-card a{color:#4caf50;text-decoration:none;font-weight:600}.contact-card a:hover{color:#66bb6a}.map-card{grid-column:span 2}.map-card .map-image{width:100%;max-width:500px;height:auto;border-radius:10px;margin:1rem 0;box-shadow:0 4px 15px #0000001a}.map-info p{text-align:left;margin:.5rem 0}.form-card{grid-column:span 2;text-align:left}.info-item a{color:#2c5282;text-decoration:none}.info-item a:hover{text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.contact-form h3{color:#2c5282;margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#48bb78}.submit-btn{background:#48bb78;color:#fff;padding:1rem 2rem;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 15px #48bb784d}.submit-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866}.contact-map{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center}.contact-map h3{color:#2c5282;margin-bottom:1.5rem;font-size:1.5rem}.map-image{max-width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.map-info{text-align:left}.map-info p{margin-bottom:.5rem;color:#666}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-card{padding:1.5rem;width:100%;max-width:none}.contact h2{font-size:2rem}.contact-subtitle{font-size:1rem;padding:0 1rem}}.footer{background:linear-gradient(135deg,#f6faf1e6,#9fd8a2f2,#9ad69ce6);color:#2d3748;padding:4rem 0 2rem;width:100%;display:flex;justify-content:center;position:relative;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.footer:before{content:"";position:absolute;inset:0;background:url(/images/floral-pattern.svg) no-repeat;background-position:center;background-size:50% auto;opacity:.08;z-index:1}.footer .container{position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748;font-weight:700}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#2d3748;font-weight:600}.footer-section p{margin-bottom:.5rem;color:#4a5568;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#4a5568;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#4caf50;font-weight:600}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-block;width:40px;height:40px;background:#ffffff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:all .3s;color:#2d3748}.social-links a:hover{background:#4caf50cc;transform:translateY(-2px);box-shadow:0 4px 15px #4caf5066;color:#fff}.footer-bottom{border-top:1px solid rgba(45,55,72,.2);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:#4a5568;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#4caf50;font-weight:600}.copyright{text-align:right}.copyright p{margin:.25rem 0;font-size:.9rem;color:#718096}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;text-align:center}.copyright{text-align:center}.footer-links,.social-links{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;line-height:1.8;color:#2d3748;margin:0;padding:0;background:linear-gradient(135deg,#f7fafc,#edf2f7,#e2e8f0);position:relative}body:before{content:"";position:fixed;top:0;left:0;width:300px;height:200px;background:url(/images/floral-left-top.svg) no-repeat;background-size:contain;z-index:1;pointer-events:none;opacity:.7}body:after{content:"";position:fixed;bottom:0;right:0;width:400px;height:300px;background:url(/images/floral-right-bottom.svg) no-repeat;background-size:contain;z-index:1;pointer-events:none;opacity:.7}.App{min-height:100vh;width:100%;margin:0 auto;display:flex;flex-direction:column;background:#fffffff2;position:relative;z-index:2}body{display:flex!important;justify-content:center!important;width:100vw!important}#root{max-width:100vw!important;width:100%!important;margin:0 auto!important;display:flex!important;justify-content:center!important}.App{width:100%!important;max-width:100vw!important;margin:0 auto!important}section{width:100%;display:flex;justify-content:center}header{width:100%;display:flex;justify-content:center}footer{width:100%}html{scroll-behavior:smooth}#root{width:100%;margin:0 auto;display:flex;justify-content:center}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}*{margin-left:auto;margin-right:auto}p,span,a,li,h1,h2,h3,h4,h5,h6{margin-left:initial;margin-right:initial}@media(max-width:1200px){.container{max-width:960px}}@media(max-width:768px){.container{max-width:100%;padding:0 1rem}}h1,h2,h3,h4,h5,h6{color:#2d3748;font-weight:700;line-height:1.4}p{color:#4a5568;line-height:1.8}*:focus{outline:2px solid #48bb78;outline-offset:2px}.btn{font-family:inherit;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-8px);box-shadow:0 15px 35px #667eea26}@media(max-width:768px){.meaning-card,.philosophy-card,.vision-card,.service-card,.resource-card,.volunteer-form,.volunteer-type,.contact-form,.contact-map,.stat-item{width:100%!important;max-width:none!important;margin-left:auto;margin-right:auto}.container{padding-left:1rem;padding-right:1rem}}
