*{box-sizing:border-box;margin:0;padding:0}:root{--american-red:#b22234;--american-blue:#3c3b6e;--american-white:#fff;--navy-blue:#1e3a8a;--light-blue:#e5f3ff;--light-red:#fee2e2;--dark-red:#991b1b;--gray-blue:#64748b}body{background-color:#fff;background-color:var(--american-white);color:#3c3b6e;color:var(--american-blue);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-family:inherit;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#b22234;background:var(--american-red);color:#fff;color:var(--american-white)}.btn-primary:hover{background:#991b1b;background:var(--dark-red);box-shadow:0 4px 12px #b222344d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;border:2px solid var(--american-white);color:#fff;color:var(--american-white)}.btn-secondary:hover{background:#fff;background:var(--american-white);color:#3c3b6e;color:var(--american-blue)}.btn-outline{background:#0000;border:2px solid #b22234;border:2px solid var(--american-red);color:#b22234;color:var(--american-red)}.btn-outline:hover{background:#b22234;background:var(--american-red)}.btn-blue,.btn-outline:hover{color:#fff;color:var(--american-white)}.btn-blue{background:#3c3b6e;background:var(--american-blue)}.btn-blue:hover{background:#1e3a8a;background:var(--navy-blue);box-shadow:0 4px 12px #3c3b6e4d;transform:translateY(-2px)}section{padding:5rem 0}.section-title{color:#3c3b6e;color:var(--american-blue);font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#b22234,#3c3b6e);background:linear-gradient(90deg,var(--american-red),var(--american-blue));border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes patrioticGlow{0%,to{box-shadow:0 0 5px #b222344d}50%{box-shadow:0 0 20px #3c3b6e80}}.fade-in-up{animation:fadeInUp .6s ease-out}.patriotic-glow{animation:patrioticGlow 3s ease-in-out infinite}html{scroll-behavior:smooth}@media (max-width:768px){.section-title{font-size:2rem}.container{padding:0 15px}}@media (max-width:480px){.section-title{font-size:1.8rem}}.navbar{border-bottom:3px solid var(--american-red);min-height:70px}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #b2223426}.nav-logo{color:var(--american-blue);font-size:1.8rem;position:relative}.nav-logo:after{background:linear-gradient(90deg,var(--american-red),var(--american-blue));bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.nav-logo:hover:after{transform:scaleX(1)}.logo-image{height:70px;margin-right:15px;transition:all .3s ease;width:70px}.nav-menu{padding:1rem 0}.nav-link{color:var(--american-blue);padding:.5rem 0;position:relative;transition:all .3s ease}.nav-link:after{background:var(--american-red);bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.nav-link.active:after,.nav-link:hover:after{transform:scaleX(1)}.nav-link.active,.nav-link:hover{color:var(--american-red)}.bar{background:var(--american-blue)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{background:var(--american-red);transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){background:var(--american-blue);transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background:linear-gradient(135deg,var(--american-white) 0,var(--light-blue) 100%);border-top:2px solid var(--american-red);box-shadow:0 10px 27px #b222341a;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-item{margin:1rem 0}}.hero-logo{height:auto;width:300px}.featured-events{background:#f8fafc}.articles-grid,.events-grid{margin-bottom:3rem}.text-center{text-align:center}@media (max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.about-content,.stats{grid-template-columns:1fr}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;text-align:center;width:100%}}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.about-mission{padding:5rem 0}.mission-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.mission-text h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.mission-text p{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.mission-image{align-items:center;display:flex;justify-content:center}.about-values{background:#f8fafc;padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.value-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.value-card h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.about-stats{padding:5rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.stat-number{font-size:3rem}.stat-label{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.stat-description{color:#6b7280;font-size:.9rem}.about-leadership{background:#f8fafc;padding:5rem 0}.leadership-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.leader-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.leader-card:hover{transform:translateY(-5px)}.leader-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:100px;justify-content:center;margin:0 auto 1.5rem;width:100px}.leader-card h3{color:#1f2937;font-size:1.3rem;margin-bottom:.5rem}.leader-title{color:#2563eb;font-weight:600;margin-bottom:1rem}.leader-bio{color:#6b7280;font-size:.9rem;line-height:1.6}.about-history{padding:5rem 0}.history-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.history-text h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.history-text p{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.history-timeline{position:relative}.history-timeline:before{background:#e5e7eb;bottom:0;content:"";left:20px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:60px;position:relative}.timeline-item:before{background:#2563eb;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #e5e7eb;content:"";height:20px;left:11px;position:absolute;top:0;width:20px}.timeline-date{color:#2563eb;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.timeline-content h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.timeline-content p{color:#6b7280;font-size:.9rem}.about-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.history-content,.mission-content{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;width:100%}}@media (max-width:480px){.about-hero h1,.cta-content h2,.history-text h2,.mission-text h2{font-size:2rem}.stat-number{font-size:2.5rem}.leader-avatar{font-size:2rem;height:80px;width:80px}}.donate-page{padding-top:80px}.donate-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.donate-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.donate-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.donate-impact{background:#f8fafc;padding:5rem 0}.impact-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.impact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.impact-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.impact-card:hover{transform:translateY(-5px)}.impact-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.impact-card h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.impact-card p{color:#6b7280;line-height:1.6}.donate-form-section{padding:5rem 0}.donate-form-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.donate-info h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.donate-info>p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.donation-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat-item{background:#f8fafc;border-radius:8px;padding:1.5rem;text-align:center}.stat-number{color:#2563eb;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.9rem}.donate-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.donation-amounts{margin-bottom:2rem}.donation-amounts h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.amount-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.amount-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.amount-btn:hover{border-color:#2563eb;color:#2563eb}.amount-btn.selected{background:#2563eb;border-color:#2563eb;color:#fff}.custom-amount{margin-top:1rem}.custom-amount label{color:#374151;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.custom-amount-input{align-items:center;border:2px solid #e5e7eb;border-radius:8px;display:flex;overflow:hidden}.currency-symbol{background:#f8fafc;color:#6b7280;font-weight:600;padding:12px}.custom-amount-input input{border:none;flex:1 1;font-family:inherit;font-size:1rem;padding:12px}.custom-amount-input input:focus{outline:none}.custom-amount-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:80px}.btn-donate{font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;width:100%}.donate-testimonials{background:#f8fafc;padding:5rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{color:#4b5563;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;display:flex;gap:1rem}.donate-faq{padding:5rem 0}.donate-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin:2rem 0;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.donate-hero h1{font-size:2.5rem}.donate-hero p{font-size:1.1rem}.donate-form-container{gap:2rem;grid-template-columns:1fr}.donate-form{position:static}.donation-stats{grid-template-columns:1fr}.amount-buttons{grid-template-columns:repeat(2,1fr)}.faq-grid,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;width:100%}}@media (max-width:480px){.cta-content h2,.donate-hero h1{font-size:2rem}.amount-buttons{grid-template-columns:repeat(2,1fr)}.donate-form,.faq-item,.testimonial-card{padding:1.5rem}}.resources-page{padding-top:80px}.resources-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.resources-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.resources-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.resources-filters{margin:3rem 0}.category-filters{justify-content:center}.category-btn{align-items:center;border-radius:25px;display:flex;gap:.5rem;padding:.75rem 1.5rem}.resources-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 300px;margin-bottom:4rem}.resources-section,.tools-section,.webinars-section{margin-bottom:4rem}.resources-section h2,.tools-section h2,.webinars-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem}.resource-card{display:flex;gap:2rem;overflow:hidden}.resource-icon{flex-shrink:0}.resource-content{flex:1 1}.resource-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.resource-header h3{color:#1f2937;flex:1 1;font-size:1.3rem;margin-bottom:.5rem}.resource-type{background:#e5e7eb;border-radius:20px;color:#374151;font-size:.8rem;font-weight:600;margin-left:1rem;padding:.25rem .75rem}.resource-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.resource-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.resource-meta span{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem}.webinars-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.webinar-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.webinar-card:hover{transform:translateY(-5px)}.webinar-thumbnail{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:3rem;height:200px;position:relative;width:100%}.play-button,.webinar-thumbnail{align-items:center;display:flex;justify-content:center}.play-button{background:#ffffffe6;border-radius:50%;color:#2563eb;cursor:pointer;font-size:1.5rem;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:60px}.play-button:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.webinar-content{padding:2rem}.webinar-content h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.webinar-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.webinar-meta span{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tool-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.tool-card:hover{transform:translateY(-5px)}.tool-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.tool-card h3{color:#1f2937;font-size:1.3rem;margin-bottom:.5rem}.tool-type{background:#e5e7eb;border-radius:20px;color:#374151;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem}.tool-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.resources-sidebar{display:flex;flex-direction:column;gap:2rem}.category-name{align-items:center;display:flex;gap:.5rem}.popular-resources{display:flex;flex-direction:column;gap:1rem}.popular-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:1rem 0}.popular-item:last-child{border-bottom:none}.popular-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1rem;height:40px;justify-content:center;width:40px}.popular-content h4{color:#1f2937;font-size:.9rem;margin-bottom:.25rem}.popular-content p{color:#6b7280;font-size:.8rem}.resources-newsletter{display:flex;flex-direction:column;gap:1rem}.resources-newsletter input{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px}.resources-newsletter input:focus{border-color:#2563eb;outline:none}@media (max-width:1024px){.resources-content{grid-template-columns:1fr}.resources-sidebar{margin-bottom:2rem;order:-1}}@media (max-width:768px){.resources-hero h1{font-size:2.5rem}.resources-hero p{font-size:1.1rem}.resource-card{flex-direction:column;text-align:center}.resource-header{align-items:center;flex-direction:column;gap:1rem}.category-filters,.resource-meta{justify-content:center}.search-box{max-width:100%}}@media (max-width:480px){.resources-hero h1{font-size:2rem}.resource-card,.sidebar-section,.tool-card,.webinar-content{padding:1.5rem}}.articles-page{padding-top:80px}.articles-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.articles-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.articles-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.articles-filters{display:flex;flex-direction:column;gap:1.5rem;margin:3rem 0}.search-box{max-width:400px;position:relative}.search-box i{color:#6b7280;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 12px 12px 3rem;transition:border-color .3s ease;width:100%}.search-box input:focus{border-color:#2563eb;outline:none}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#6b7280;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.articles-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 300px;margin-bottom:4rem}.article-card{position:relative}.article-card.featured{border:2px solid #2563eb}.article-image{position:relative}.featured-badge{background:#2563eb;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.article-meta{flex-wrap:wrap;gap:1rem}.article-content h3{font-size:1.4rem;line-height:1.3}.article-tags{margin-bottom:1.5rem}.article-footer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.article-category{align-items:center;color:#6b7280;display:flex;gap:.5rem}.no-results{color:#6b7280;padding:4rem 2rem;text-align:center}.no-results i{color:#d1d5db;font-size:3rem;margin-bottom:1rem}.no-results h3{color:#374151;margin-bottom:.5rem}.articles-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.sidebar-section h3{color:#1f2937;font-size:1.2rem;margin-bottom:1.5rem}.category-stats{display:flex;flex-direction:column;gap:.75rem}.category-stat{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.category-stat:last-child{border-bottom:none}.category-name{color:#374151;font-weight:500}.category-count{background:#2563eb;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.authors-list{display:flex;flex-direction:column;gap:1rem}.author-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:1rem 0}.author-item:last-child{border-bottom:none}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;width:50px}.author-info h4{color:#1f2937;font-size:1rem;margin-bottom:.25rem}.author-info p{color:#6b7280;font-size:.9rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-form input{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px}.newsletter-form input:focus{border-color:#2563eb;outline:none}@media (max-width:1024px){.articles-content{grid-template-columns:1fr}.articles-sidebar{margin-bottom:2rem;order:-1}}@media (max-width:768px){.articles-hero h1{font-size:2.5rem}.articles-hero p{font-size:1.1rem}.category-filters{justify-content:center}.article-footer,.article-meta{align-items:flex-start;flex-direction:column}.search-box{max-width:100%}}@media (max-width:480px){.articles-hero h1{font-size:2rem}.article-content,.sidebar-section{padding:1.5rem}}.article-detail{background:#f9fafb;min-height:100vh;padding-top:80px}.article-content-wrapper{padding:3rem 0}.article-content-wrapper .container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.back-link{align-items:center;color:#2563eb;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#1d4ed8}.back-link i{font-size:.9rem}.article-header{border-bottom:2px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.article-meta-top{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.article-category{background:#2563eb;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.article-date,.article-read-time{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem}.article-date i,.article-read-time i{font-size:.8rem}.article-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.article-author{align-items:center;color:#6b7280;display:flex;font-size:1rem;gap:.5rem;margin-bottom:1rem}.article-tags{flex-wrap:wrap}.article-tag{font-size:.9rem;padding:.5rem 1rem}.article-body{color:#374151;font-size:1.1rem;line-height:1.8}.article-body h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;margin-top:2rem}.article-body h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.article-body p{margin-bottom:1.5rem}.article-body ol,.article-body ul{margin-bottom:1.5rem;padding-left:2rem}.article-body li{margin-bottom:.75rem}.article-body a{color:#2563eb;text-decoration:underline;transition:color .3s ease}.article-body a:hover{color:#1d4ed8}.article-body sup{font-size:.75em;vertical-align:super}.article-body .article-image-wrapper{margin:2rem 0;text-align:center;width:100%}.article-body .article-image{border-radius:8px;box-shadow:0 4px 6px #0000001a;display:block;height:auto!important;margin-bottom:.5rem;margin-left:auto;margin-right:auto;max-height:none!important;max-width:100%!important;object-fit:contain;width:auto!important}.article-body .image-caption{color:#6b7280;font-size:.9rem;font-style:italic;margin-top:.5rem}.image-caption a{color:#2563eb;text-decoration:none}.image-caption a:hover{text-decoration:underline}.article-body table{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-size:1rem;margin:2rem 0;overflow:hidden;width:100%}.article-body table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.article-body table th{border-bottom:2px solid #fff3;font-size:1rem;font-weight:600;padding:1rem;text-align:left}.article-body table th:first-child{padding-left:1.5rem}.article-body table th:last-child{padding-right:1.5rem}.article-body table th small{display:block;font-size:.85em;font-weight:400;margin-top:.25rem;opacity:.9}.article-body table tbody tr{background:#fff;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.article-body table tbody tr:hover{background:#f9fafb}.article-body table tbody tr:last-child{border-bottom:none}.article-body table tbody tr.total{background:#f3f4f6;border-top:3px solid #2563eb;font-weight:600}.article-body table tbody tr.total:hover{background:#e5e7eb}.article-body table td{color:#374151;line-height:1.6;padding:1rem;vertical-align:top}.article-body table td:first-child{font-weight:500;padding-left:1.5rem}.article-body table td:last-child{padding-right:1.5rem}.article-body table td strong{color:#1f2937;font-weight:600}.article-body table td small{color:#6b7280;display:block;font-size:.9em;margin-top:.25rem}.article-body table td a{color:#2563eb;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .2s ease;word-break:break-word}.article-body table td a:last-child{margin-bottom:0}.article-body table td a:hover{color:#1d4ed8;text-decoration:underline}.article-sources{border-top:2px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.article-sources h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.article-sources ol{padding-left:2rem}.article-sources li{line-height:1.6;margin-bottom:.75rem}.article-sources a{color:#2563eb;word-break:break-all}@media (max-width:768px){.article-content-wrapper .container{padding:2rem 1.5rem}.article-header h1{font-size:2rem}.article-body table{-webkit-overflow-scrolling:touch;display:block;font-size:.9rem;overflow-x:auto}.article-body table td,.article-body table th{font-size:.9rem;padding:.75rem}.article-body table td:first-child,.article-body table th:first-child{padding-left:1rem}.article-body table td:last-child,.article-body table th:last-child{padding-right:1rem}.article-body{font-size:1rem}.article-body h2{font-size:1.5rem}.article-body h3{font-size:1.25rem}.article-meta-top{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.article-content-wrapper .container{padding:1.5rem 1rem}.article-header h1{font-size:1.75rem}.article-body table{border-radius:0;font-size:.85rem;margin:1.5rem -1rem;width:calc(100% + 2rem)}.article-body table td,.article-body table th{font-size:.85rem;padding:.75rem .5rem}.article-body table td:first-child,.article-body table th:first-child{padding-left:1rem}.article-body table td:last-child,.article-body table th:last-child{padding-right:1rem}.article-body table td a{font-size:.8rem;line-height:1.4}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.contact-content{margin:4rem 0}.contact-info h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-info>p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.contact-item{background:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem;transition:background .3s ease}.contact-item:hover{background:#e5e7eb}.contact-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.contact-text h3{color:#1f2937;font-size:1rem;margin-bottom:.25rem}.contact-text a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-text a:hover{color:#1d4ed8}.social-links h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-link{font-size:1.2rem}.social-link:hover{transform:translateY(-2px)}.contact-form h2{color:#1f2937;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{min-height:120px;resize:vertical}.faq-section{background:#f8fafc;margin:4rem 0;padding:4rem 0}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.faq-item h3{color:#1f2937;font-size:1.2rem;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}.office-hours{padding:4rem 0}.office-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.office-info h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.office-info>p{color:#6b7280;line-height:1.6}.hours-list,.office-info>p{margin-bottom:2rem}.hour-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 0}.hour-item:last-child{border-bottom:none}.day{color:#1f2937;font-weight:600}.note,.time{color:#6b7280}.note{font-size:.9rem;font-style:italic}.office-image{align-items:center;display:flex;justify-content:center}@media (max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-content{gap:2rem;grid-template-columns:1fr}.office-content{grid-template-columns:1fr;text-align:center}.hour-item{flex-direction:column;gap:.5rem;text-align:center}.faq-grid{grid-template-columns:1fr}.social-icons{justify-content:center}}@media (max-width:480px){.contact-hero h1{font-size:2rem}.contact-form h2,.contact-info h2,.office-info h2{font-size:1.8rem}.contact-form,.faq-item{padding:1.5rem}.image-placeholder{font-size:3rem;height:250px;width:250px}}.logo-image{height:40px;margin-right:10px;width:40px}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#2563eb;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-logo i{font-size:1.8rem;margin-right:.5rem}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#2563eb}.hamburger{cursor:pointer;display:none;flex-direction:column}.bar{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;padding-top:80px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.code-animation{background:#0000004d;border-radius:12px;font-family:Courier New,monospace;font-size:1.1rem;padding:2rem}.code-line{color:#10b981;margin:.5rem 0}.about{background:#f8fafc}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text p{color:#4b5563;font-size:1.1rem;margin-bottom:1.5rem}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat{text-align:center}.stat h3{color:#2563eb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#6b7280;font-weight:500}.about-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:4rem;height:300px;width:300px}.membership-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.membership-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.membership-card:hover{transform:translateY(-5px)}.card-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.membership-card h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.membership-card p{color:#6b7280;line-height:1.6}.membership-cta{background:#f8fafc;border-radius:12px;padding:3rem;text-align:center}.membership-cta h3{color:#1f2937;font-size:2rem;margin-bottom:1rem}.membership-cta p{color:#6b7280;margin-bottom:2rem}.pricing-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.pricing-card.featured{border:2px solid #2563eb;transform:scale(1.05)}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-card h4{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.price{color:#2563eb;font-size:3rem;font-weight:700;margin-bottom:1rem}.price span{color:#6b7280;font-size:1rem}.pricing-card ul{list-style:none;margin-bottom:2rem}.pricing-card li{color:#6b7280;padding:.5rem 0}.pricing-card li:before{color:#10b981;content:"✓";font-weight:700;margin-right:.5rem}.events{background:#f8fafc}.events-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.event-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.event-card:hover{transform:translateY(-5px)}.event-date{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;text-align:center}.event-date .day{display:block;font-size:2rem;font-weight:700}.event-date .month{font-size:1rem;text-transform:uppercase}.event-content{padding:2rem}.event-content h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.event-location{align-items:center;color:#6b7280;display:flex;gap:.5rem;margin-bottom:1rem}.event-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.resources-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.resource-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.resource-card:hover{transform:translateY(-5px)}.resource-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.resource-card h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.resource-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.resource-link{align-items:center;color:#2563eb;display:flex;font-weight:600;gap:.5rem;justify-content:center;text-decoration:none;transition:color .3s ease}.resource-link:hover{color:#1d4ed8}.articles{background:#f8fafc}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.article-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.article-card:hover{transform:translateY(-5px)}.article-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:3rem;height:200px;justify-content:center;width:100%}.article-content{padding:2rem}.article-meta{align-items:center;color:#6b7280;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem}.article-content h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.article-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.article-tags{display:flex;gap:.5rem;margin-bottom:1rem}.article-tag{background:#e5e7eb;border-radius:20px;color:#374151;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.contact{background:#f8fafc}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{color:#1f2937;font-size:2rem;margin-bottom:1rem}.contact-info p{color:#6b7280;line-height:1.6}.contact-details,.contact-info p{margin-bottom:2rem}.contact-item{align-items:center;color:#6b7280;display:flex;gap:1rem;margin-bottom:1rem}.contact-item i{color:#2563eb;width:20px}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;height:50px;justify-content:center;text-decoration:none;transition:background .3s ease;width:50px}.social-link:hover{background:#1d4ed8}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo{align-items:center;display:flex;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.footer-logo i{color:#2563eb;margin-right:.5rem}.footer-section h4{color:#f9fafb;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.about-content,.contact-content,.pricing-cards,.stats{grid-template-columns:1fr}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;text-align:center;width:100%}}@media (max-width:480px){.hero-title,.section-title{font-size:2rem}.container{padding:0 15px}}
/*# sourceMappingURL=main.18b933e8.css.map*/