.header{background:#fff;padding:.75rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 1px 4px #0000000d}.header-container{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;flex-shrink:0}.header-logo{height:60px;width:auto;border-radius:50%}.logo-text{font-size:1.4rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;text-transform:uppercase}.nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{text-decoration:none;color:#4a4a4a;font-size:.85rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#10b981}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#10b981;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-cta-button{background:#10b981;color:#fff;border:none;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.header-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.header-cta-button:active{transform:translateY(0)}.cta-button{background:#10b981;color:#fff;border:none;padding:.5rem 1rem;font-size:.8rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.cta-button:active{transform:translateY(0)}@media (max-width: 768px){.header{padding:.5rem 1rem}.header-container{padding:.5rem}.header-logo{height:45px}.nav,.header-cta-button{display:none}}.hero{background:#fff;background-image:linear-gradient(rgba(16,185,129,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(16,185,129,.15) 1px,transparent 1px);background-size:40px 40px;padding:120px 2rem 80px;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1000px;margin:0 auto;text-align:center}.hero-title{font-size:3rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.hero-accent{color:#10b981}.hero-subtitle{font-size:1.2rem;font-weight:400;color:#4a4a4a;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-search{display:flex;max-width:500px;margin:0 auto 2rem;gap:.5rem}.search-input{flex:1;padding:.875rem 1rem;font-size:1rem;font-weight:400;border:2px solid #e5e5e5;border-radius:50px;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#10b981}.search-button{background:#10b981;color:#fff;border:none;padding:.875rem 1.25rem;font-size:1rem;border-radius:50px;cursor:pointer;transition:transform .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center}.search-icon{width:20px;height:20px}.search-button:hover{transform:translateY(-2px);background:#059669}.hero-categories{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.category-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border-radius:25px;font-size:.9rem;font-weight:500;color:#4a4a4a;transition:color .2s ease}.category-item:hover{color:#10b981}.category-icon{font-size:1.2rem;width:24px;height:24px}.hero-sponsors{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.sponsor-item{display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:8px;opacity:.6;transition:opacity .2s ease,transform .2s ease}.sponsor-item:hover{opacity:1;transform:translateY(-2px)}.sponsor-logo{width:80px;height:40px;object-fit:contain}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;border:none}.hero-button.primary{background:#10b981;color:#fff}.hero-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.hero-button.secondary{background:transparent;color:#10b981;border:2px solid #10b981}.hero-button.secondary:hover{transform:translateY(-2px);background:#10b9811a}@media (max-width: 768px){.hero{padding:80px 1rem 60px;min-height:auto}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1rem}.hero-search{flex-direction:column;gap:.75rem}.search-input{width:100%}.search-button{width:100%;justify-content:center}.hero-categories{grid-template-columns:repeat(2,1fr);gap:1rem}.category-item{padding:1rem}.category-icon{width:20px;height:20px}.hero-sponsors{gap:1rem}.sponsor-item{padding:.75rem}.sponsor-logo{width:60px;height:30px}.hero-buttons{flex-direction:column;gap:.75rem}.hero-button{width:100%;padding:.875rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-categories{grid-template-columns:1fr}.hero-sponsors{gap:.75rem}.sponsor-logo{width:50px;height:25px}}.features{background:#fff;padding:80px 2rem}.features-container{max-width:1000px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;margin-bottom:1rem;text-align:center}.features-subtitle{font-size:1.1rem;font-weight:400;color:#4a4a4a;margin-bottom:3rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease}.feature-item:hover{transform:translateY(-4px)}.feature-icon{width:48px;height:48px;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.feature-description{font-size:.95rem;font-weight:400;color:#4a4a4a;line-height:1.6}@media (max-width: 768px){.features{padding:60px 1rem}.features-title{font-size:2rem}.features-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:1.5rem}.feature-icon{width:40px;height:40px}}@media (max-width: 480px){.features-title{font-size:1.75rem}.feature-item{padding:1.25rem}}.testimonials{background:#fff;padding:80px 2rem}.testimonials-container{max-width:1000px;margin:0 auto}.testimonials-title{font-size:2.5rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;margin-bottom:1rem;text-align:center}.testimonials-subtitle{font-size:1.1rem;font-weight:400;color:#4a4a4a;margin-bottom:3rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-item{background:#fff;padding:2rem;border-radius:12px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease}.testimonial-item:hover{transform:translateY(-4px)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star{font-size:1.25rem;color:#10b981}.testimonial-quote{font-size:1rem;font-weight:400;color:#4a4a4a;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1.1rem;font-weight:600;color:#1a1a1a}.author-role{font-size:.9rem;font-weight:400;color:#10b981}@media (max-width: 768px){.testimonials{padding:60px 1rem}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-item{padding:1.5rem}.star{font-size:1rem}}@media (max-width: 480px){.testimonials-title{font-size:1.75rem}.testimonial-item{padding:1.25rem}}.team{background:#fff;padding:80px 2rem}.team-container{max-width:1000px;margin:0 auto}.team-title{font-size:2.5rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;margin-bottom:1rem;text-align:center}.team-subtitle{font-size:1.1rem;font-weight:400;color:#4a4a4a;margin-bottom:3rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-item{background:#fff;padding:2rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease}.team-item:hover{transform:translateY(-4px)}.team-avatar{width:80px;height:80px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.user-icon{width:40px;height:40px;color:#10b981}.team-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.team-role{font-size:.9rem;font-weight:500;color:#10b981;margin-bottom:1rem}.team-description{font-size:.9rem;font-weight:400;color:#4a4a4a;line-height:1.6}@media (max-width: 768px){.team{padding:60px 1rem}.team-title{font-size:2rem}.team-subtitle{font-size:1rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-item{padding:1.5rem}.team-avatar{width:60px;height:60px}.user-icon{width:30px;height:30px}}@media (max-width: 480px){.team-title{font-size:1.75rem}.team-grid{grid-template-columns:1fr}.team-item{padding:1.25rem}}.cta{background:#fff;padding:80px 2rem}.cta-container{max-width:1000px;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;letter-spacing:1px;color:#1a1a1a;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;font-weight:400;color:#4a4a4a;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#10b981;color:#fff;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.cta{padding:60px 1rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}}@media (max-width: 480px){.cta-title{font-size:1.75rem}.cta-subtitle{font-size:.9rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;width:100%}}.footer{background:#1a1a1a;padding:60px 2rem 30px}.footer-container{max-width:1000px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{display:flex;align-items:center;margin-bottom:.5rem}.footer-logo{height:70px;width:auto;border-radius:50%}.footer-title{font-size:1.5rem;font-weight:700;letter-spacing:1px;color:#fff;margin-bottom:.5rem}.footer-text{font-size:.95rem;font-weight:400;color:#999;line-height:1.6}.footer-heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.9rem;font-weight:400;color:#999;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#10b981}.linkedin-link{display:inline-flex;align-items:center}.linkedin-icon{width:20px;height:20px;transition:color .2s ease}.linkedin-link:hover .linkedin-icon{color:#10b981}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-copyright{font-size:.85rem;font-weight:400;color:#666}@media (max-width: 768px){.footer{padding:40px 1rem 20px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{height:60px}.footer-title{font-size:1.25rem}.footer-text{font-size:.9rem}.footer-heading{font-size:.95rem}.footer-link{font-size:.85rem}.linkedin-icon{width:18px;height:18px}}@media (max-width: 480px){.footer-logo{height:50px}.footer-content{gap:1.5rem}.footer-section{gap:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Inter,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
