.our-objectives .objectives-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.our-objectives .objective-card{border-radius:12px;height:100%;transition:all .3s;overflow:hidden}.our-objectives .objective-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.our-objectives .objective-icon{width:3rem;height:3rem;color:var(--brand-primary);background-color:rgba(14,33,72,.1);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:flex}.our-objectives .objective-card:hover .objective-icon{background-color:var(--brand-primary);color:#fff;transform:scale(1.1)}.our-objectives .objective-title{color:var(--brand-charcoal);margin-bottom:.5rem;font-weight:600}.our-objectives .objective-description{color:#6b7280;margin-bottom:1rem;line-height:1.5}.our-objectives .objective-details{margin:0;padding:0;list-style:none}.our-objectives .objective-detail{color:#6b7280;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.our-objectives .objective-detail-bullet{background-color:var(--brand-primary);border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;margin-top:.5rem}.our-objectives .constitution-section{background:var(--brand-sand)}.our-objectives .constitution-highlights{flex-direction:column;gap:1.5rem;display:flex}.our-objectives .constitution-card{border-left:4px solid var(--brand-primary);transition:all .3s}.our-objectives .constitution-card:hover{border-left-color:var(--brand-gold);box-shadow:0 4px 12px rgba(0,0,0,.1)}.our-objectives .constitution-section-title{color:var(--brand-charcoal);margin-bottom:.5rem;font-weight:600}.our-objectives .constitution-content{color:#374151;line-height:1.6}.our-objectives .motto-section{background:var(--brand-sand);text-align:center;border-radius:12px;padding:3rem}.our-objectives .motto-title{color:var(--brand-charcoal);margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.our-objectives .motto-quote{color:var(--brand-primary);margin-bottom:1.5rem;font-size:2.5rem;font-style:italic;font-weight:700}.our-objectives .motto-description{color:#6b7280;max-width:32rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.our-objectives .priorities-section{background:linear-gradient(135deg,var(--brand-primary)0%,var(--brand-secondary)100%);color:#fff}.our-objectives .priorities-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.our-objectives .priority-item{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s}.our-objectives .priority-item:hover{background:rgba(255,255,255,.2);transform:translateY(-4px)}.our-objectives .priority-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.our-objectives .member-growth-icon{background-color:var(--brand-primary)}.our-objectives .education-icon{background-color:var(--brand-secondary)}.our-objectives .economic-icon{background-color:var(--brand-gold)}.our-objectives .global-icon{background-color:var(--brand-primary)}.our-objectives .priority-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.our-objectives .priority-description{color:rgba(255,255,255,.9);font-size:.875rem;line-height:1.5}.our-objectives .cta-section{background:var(--brand-sand)}.our-objectives .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.our-objectives .cta-button{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.our-objectives .cta-button.primary{background:var(--brand-primary);color:#fff;border:none}.our-objectives .cta-button.primary:hover{background:var(--brand-primary);opacity:.9;transform:translateY(-2px)}.our-objectives .cta-button.secondary{color:var(--brand-primary);border:2px solid var(--brand-primary);background:0 0}.our-objectives .cta-button.secondary:hover{background:var(--brand-primary);color:#fff;transform:translateY(-2px)}.our-objectives .cta-button.accent{color:var(--brand-gold);border:2px solid var(--brand-gold);background:0 0}.our-objectives .cta-button.accent:hover{background:var(--brand-gold);color:var(--brand-charcoal);transform:translateY(-2px)}@media (max-width:768px){.our-objectives .objectives-grid,.our-objectives .priorities-grid{grid-template-columns:1fr}.our-objectives .cta-buttons{flex-direction:column;align-items:center}.our-objectives .motto-section{padding:2rem}.our-objectives .motto-quote{font-size:2rem}}.our-objectives .fade-in{animation:.6s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.our-objectives .slide-in-up{animation:.8s ease-out slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.our-objectives .stagger-animation>*{animation:.8s ease-out both fadeIn}.our-objectives .stagger-animation>:first-child{animation-delay:.1s}.our-objectives .stagger-animation>:nth-child(2){animation-delay:.2s}.our-objectives .stagger-animation>:nth-child(3){animation-delay:.3s}.our-objectives .stagger-animation>:nth-child(4){animation-delay:.4s}.our-objectives .stagger-animation>:nth-child(5){animation-delay:.5s}.our-objectives .stagger-animation>:nth-child(6){animation-delay:.6s}.our-objectives .bounce-in{animation:.8s ease-out bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.our-objectives .pulse-animation{animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
