.Hero-module__PgAKtG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__fullHeight{min-height:100vh}.Hero-module__PgAKtG__background{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.Hero-module__PgAKtG__overlay{z-index:1;background:linear-gradient(#00000080 0%,#0009 40%,#000000d9 100%);position:absolute;inset:0}.Hero-module__PgAKtG__content{z-index:2;text-align:center;padding:calc(var(--navbar-height) + var(--space-xl))var(--space-md)var(--space-xl);max-width:850px;position:relative}.Hero-module__PgAKtG__title{color:#fff;letter-spacing:3px;margin-bottom:var(--space-sm);text-shadow:0 2px 20px #0000004d;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:800;animation:1s forwards Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__subtitle{color:#ffffffe6;letter-spacing:1px;margin-bottom:var(--space-lg);opacity:0;font-size:clamp(1rem,2.5vw,1.35rem);font-style:italic;font-weight:300;animation:1s .2s forwards Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__buttons{gap:var(--space-sm);opacity:0;flex-wrap:wrap;justify-content:center;animation:1s .4s forwards Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__btn{min-width:180px}.Hero-module__PgAKtG__stats{gap:var(--space-lg);margin-top:var(--space-xl);opacity:0;flex-wrap:wrap;justify-content:center;animation:1s .6s forwards Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__statItem{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff40;flex-direction:column;align-items:center;min-width:120px;display:flex}.Hero-module__PgAKtG__statNumber{font-family:var(--font-heading);color:#fff;font-size:2rem;font-weight:800;line-height:1}.Hero-module__PgAKtG__statLabel{color:#fffc;letter-spacing:.5px;text-transform:uppercase;margin-top:4px;font-size:.8rem;font-weight:500}.Hero-module__PgAKtG__scrollHint{z-index:2;animation:2s infinite Hero-module__PgAKtG__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollHint svg{color:#fff9;width:28px;height:28px}@keyframes Hero-module__PgAKtG__fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}@media (max-width:768px){.Hero-module__PgAKtG__stats{gap:var(--space-sm)}.Hero-module__PgAKtG__statItem{min-width:90px;padding:var(--space-xs)var(--space-sm)}.Hero-module__PgAKtG__statNumber{font-size:1.5rem}.Hero-module__PgAKtG__btn{min-width:150px}}
.StrukturPengurus-module__tYK4Za__container{background-color:#f9f9f9;padding:4rem 0}.StrukturPengurus-module__tYK4Za__title{text-align:center;color:var(--primary);font-family:var(--font-heading);margin-bottom:3rem}.StrukturPengurus-module__tYK4Za__grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.StrukturPengurus-module__tYK4Za__card{background:#fff;border-radius:12px;flex-direction:column;width:280px;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.StrukturPengurus-module__tYK4Za__card:hover{transform:translateY(-5px)}.StrukturPengurus-module__tYK4Za__imageWrapper{aspect-ratio:1;background-color:#eee;width:100%;position:relative}.StrukturPengurus-module__tYK4Za__image{object-fit:cover}.StrukturPengurus-module__tYK4Za__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.StrukturPengurus-module__tYK4Za__name{color:#333;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.StrukturPengurus-module__tYK4Za__role{color:#666;flex-grow:1;margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}.StrukturPengurus-module__tYK4Za__button{text-align:center;border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:6px;width:100%;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-block}.StrukturPengurus-module__tYK4Za__button:hover{background:var(--primary);color:#fff}.StrukturPengurus-module__tYK4Za__modalOverlay{z-index:1000;opacity:0;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s forwards StrukturPengurus-module__tYK4Za__fadeIn;display:flex;position:fixed;top:0;left:0}.StrukturPengurus-module__tYK4Za__modalContent{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s forwards StrukturPengurus-module__tYK4Za__slideUp;display:flex;position:relative;overflow-y:auto;transform:translateY(20px)}.StrukturPengurus-module__tYK4Za__modalClose{cursor:pointer;color:#666;z-index:10;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.StrukturPengurus-module__tYK4Za__modalClose:hover{color:#000}.StrukturPengurus-module__tYK4Za__modalHeader{border-bottom:1px solid #eee;gap:1.5rem;padding:2rem;display:flex}.StrukturPengurus-module__tYK4Za__modalImageWrapper{border-radius:50%;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.StrukturPengurus-module__tYK4Za__modalInfo{flex-direction:column;justify-content:center;display:flex}.StrukturPengurus-module__tYK4Za__modalName{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.StrukturPengurus-module__tYK4Za__modalRole{color:#666;font-size:1rem;font-weight:500}.StrukturPengurus-module__tYK4Za__modalBody{color:#444;padding:2rem;line-height:1.6}@keyframes StrukturPengurus-module__tYK4Za__fadeIn{to{opacity:1}}@keyframes StrukturPengurus-module__tYK4Za__slideUp{to{transform:translateY(0)}}@media (max-width:768px){.StrukturPengurus-module__tYK4Za__modalHeader{text-align:center;flex-direction:column;align-items:center}}
