:root{--primary-dark-blue: #0B0449;--primary-blue: #070f79;--secondary: #FBF8EF;--accent: #3B4CCA;--background-main: #ffffff;--background-secondary: #FBF8EF;--text: #333333;--font-main: "Lato", Helvetica, Arial, Lucida, sans-serif}body{background:var(--background-main);color:var(--text);font-family:var(--font-main);margin:0;padding:0;line-height:1.6em}p{line-height:1.6em}.header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2vw 0 2vw;width:90%}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}main{width:80%;max-width:1200px;margin:0 auto;box-sizing:border-box}.hero{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;margin-bottom:3rem;box-sizing:border-box}.hero-content{flex:1;margin-right:3rem;min-width:0}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:2rem;line-height:1.1;color:var(--primary-dark-blue)}.cta-btn{display:inline-block;background:linear-gradient(90deg,var(--accent) 0%,var(--primary-blue) 100%);color:#fff;font-weight:600;padding:.7rem 2.2rem;border-radius:1.5rem;text-decoration:none;font-size:1rem;margin-top:.5rem;transition:opacity .2s}.cta-btn:hover{opacity:.85}.hero-image img{border-radius:1rem;box-shadow:0 0 40px 10px #8b5cf655;width:240px;height:240px;object-fit:cover}.intro{text-align:center;margin:3rem 0 2.5rem}h2{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;color:var(--primary-dark-blue)}.txt-sm{color:#777;font-size:.9em}.intro .brand{color:var(--accent)}.intro p{color:var(--text);font-size:1rem;line-height:1.6}.features{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.feature-img{order:0;width:100%;text-align:center}.feature-img img,.feature-img>img,.feature-img>picture>img{width:100%;height:auto;max-width:400px;margin:0 auto;display:block}.feature{order:1;width:100%;text-align:center;padding:1rem 0}@media (min-width: 700px){.features{flex-direction:row;align-items:center;gap:1rem}.feature-img,.feature{width:50%;text-align:left}.feature-img{order:0}.feature{order:1}}.feature h3{color:var(--accent);font-size:1.4rem;font-weight:700;margin-top:0;margin-bottom:1rem}.feature p{color:var(--text);font-size:1rem;line-height:1.5}.feature-img img{border-radius:1rem;width:100%;max-width:440px;height:200px;object-fit:cover;display:block;margin:0 auto}.section{padding:2rem}.section.bg-secondary{background-color:var(--background-secondary)}:not(.intro) h2{color:#070f79;margin-bottom:1rem}h2.with-hero{color:var(--background-main)}.section-hero{position:relative;background:url(/assets/shared/event-hubs-bkgrnd.jpg) right top/cover no-repeat;color:#fff;z-index:0}.section-hero>*{position:relative;z-index:2}.section-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3b4ccacc 60%,#3b4cca33 100%,#3b4ccacc 0%),linear-gradient(135deg,var(--accent) 0%,rgba(59,76,202,.3) 100%);z-index:1;pointer-events:none}.grouped-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:90%;margin:auto}.group-image{width:100%;height:200px;object-fit:cover;border-radius:1rem;box-shadow:0 0 20px #3b4cca1a}.section-block{background:#fff;border:1px solid #ddd;border-radius:10px;padding:2rem;box-shadow:0 2px 6px #0000000d}.footer{color:var(--primary-dark-blue);background:var(--background-secondary)}.footer-main{display:flex;width:80%;margin:0 auto;padding-top:3rem;padding-bottom:2rem;justify-content:space-between;align-items:flex-end;max-width:1200px}.footer-brand-container .footer-services{font-size:.85em}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}.footer-contact h4{color:var(--accent);margin-top:0;margin-bottom:.5rem}.footer-contact p{color:var(--text);font-size:1rem;margin-bottom:.7rem}.footer-social a{margin-right:.5rem;display:inline-block}.footer-social img{vertical-align:middle;border-radius:.3rem}.footer-copyright{text-align:center;padding:1rem 2%;background:var(--primary-dark-blue);color:#ffffff9e;font-size:.9rem}.footer-copyright a{color:#ffffff9e}.vue-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem auto;max-width:500px;width:100%}.event-name{color:var(--accent, #3B4CCA);font-size:1.15rem;font-weight:700;letter-spacing:.01em}.section-cta{text-align:center;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--accent) 100%);color:#fff;border-radius:0;box-shadow:0 4px 32px #3b4cca1a;padding:2.5rem 2rem 2rem;box-sizing:border-box}.section-inner{width:80%;max-width:1200px;margin:0 auto}.section-cta h2,.section-cta p{color:#fff}.section-cta .cta-btn{background:#fff;color:var(--primary-blue);font-weight:800;box-shadow:0 2px 12px #3b4cca1a}.section-cta .cta-btn:hover{background:#f3f6ff;color:var(--accent)}@media (max-width: 900px){.hero,.features,.footer-main{flex-direction:column;align-items:flex-start;gap:2rem}.hero-content{margin-right:0}.hero-image img,.feature-img img{margin:0 auto}.footer-main{align-items:flex-start}}@media (max-width: 700px){header.header{width:100%}header .cta-btn{padding:.7rem 2rem}.hero-content h1{font-size:2.5em}.hero-content{text-align:center;margin-right:0}.hero-image{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;text-align:center}.hero-image img,.hero-image picture{margin:2rem auto;display:block;max-width:100%;height:auto}.hero{margin-bottom:0}.intro.section,.section.section-industries{margin-top:0;padding:0;text-align:center}.grouped-section.mobile-section-wide{width:100%}.section{padding:2em}.section-event-hubs{margin-bottom:4em}.section-event-hubs ul{padding-left:2em}}html,body{margin:0;width:100%;height:100%}
