.page-container{font-family:Inter,sans-serif;background-color:#f9fafb;color:#1e293b}.navbar{position:fixed;top:0;width:100%;z-index:50;background-color:#1e293b;color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.75rem;font-weight:700;color:#fff}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#fff;font-weight:500;transition:color .2s}.nav-link:hover{color:#f3ff72}.buy-ticket-btn{background-color:#f3ff72;padding:.5rem 1.25rem;border-radius:9999px;font-weight:600;transition:background-color .2s}.buy-ticket-btn:hover{background-color:#db2777}.mobile-menu-btn{display:none}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block;cursor:pointer}}.mobile-menu{position:fixed;top:0;right:-100%;width:75%;height:100vh;background-color:#1e293b;color:#fff;z-index:60;transition:right .3s;display:flex;flex-direction:column;padding:2rem}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-menu-title{font-size:1.5rem;font-weight:700}.mobile-menu-close-btn{background:none;border:none;color:#fff;cursor:pointer}.mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:#f3ff72}.mobile-ticket-btn-wrapper{margin-top:auto}.hero-section{position:relative;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;text-align:center;padding:8rem 2rem 4rem}.hero-pattern{position:absolute;inset:0;background-image:url(https://placehold.co/1200x600/0f172a/1e293b?text=Hero+Pattern);background-size:cover;opacity:.15}.hero-content{position:relative;z-index:10;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem}.highlight-text{color:#f3ff72}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}.hero-info-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.hero-info-item{display:flex;align-items:center;gap:.5rem;font-weight:500}.icon-highlight{color:#f3ff72}.countdown-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.countdown-item{text-align:center}.countdown-value{font-size:2rem;font-weight:700}.countdown-unit{text-transform:uppercase;font-size:.875rem;color:#f0f0f0}.hero-cta-wrapper{margin-top:2rem}.hero-cta-btn{display:inline-flex;align-items:center;background-color:#f3ff72;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .2s}.hero-cta-btn:hover{background-color:#db2777}.section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center}.section-divider{width:5rem;height:4px;background-color:#f3ff72;margin:1rem auto 3rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:center}.about-text-content{font-size:1rem}.about-heading{font-size:1.75rem;font-weight:700}.about-heading,.about-paragraph{margin-bottom:1rem}.about-list{list-style:none;padding:0}.list-icon{color:#f3ff72;margin-right:.5rem}.about-image-wrapper{text-align:center}.about-image{border-radius:1rem;max-width:100%}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.speaker-card{background-color:#f1f5f9;padding:1.5rem;border-radius:1rem;text-align:center;transition:transform .3s}.speaker-card:hover{transform:translateY(-5px)}.speaker-image{border-radius:9999px;width:120px;height:120px;object-fit:cover;margin-bottom:1rem}.speaker-name{font-weight:700;margin-bottom:.25rem}.speaker-title{font-weight:500;font-size:.875rem}.schedule-card{background-color:#f1f5f9;border-radius:1rem;padding:2rem}.schedule-list{list-style:none;padding:0}.schedule-item{display:flex;gap:1.5rem;margin-bottom:1.5rem}.session-time{color:#f3ff72;width:150px;flex-shrink:0}.session-time,.session-title{font-weight:700}.session-speaker{font-size:.875rem;color:#1e293b}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.pricing-card{background-color:#f1f5f9;border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s}.pricing-card:hover{transform:translateY(-5px)}.pricing-icon-wrapper{margin-bottom:1rem;color:#f3ff72}.pricing-type{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-price-wrapper{margin-bottom:1rem}.pricing-price{font-size:2rem;font-weight:800;color:#f3ff72}.pricing-features-list{list-style:none;padding:0;margin-bottom:1rem}.pricing-feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.5rem}.pricing-buy-btn{background-color:#f3ff72;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;transition:background-color .2s}.pricing-buy-btn:hover{background-color:#db2777}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question-btn{width:100%;text-align:left;padding:1rem 0;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-arrow{transition:transform .3s}.faq-arrow.rotate{transform:rotate(90deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-wrapper.open{max-height:500px}.faq-answer{padding:.5rem 0 1rem;color:#1e293b}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.contact-form-card,.contact-info-card{background-color:#f1f5f9;border-radius:1rem;padding:2rem}.contact-form-heading,.contact-info-heading{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-info-list{list-style:none;padding:0}.contact-info-list li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border-radius:.75rem;border:1px solid #d1d5db}.contact-form-btn{background-color:#f3ff72;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .2s}.contact-form-btn:hover{background-color:#db2777}.sponsors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;align-items:center;justify-items:center}.sponsor-logo{max-width:100%;filter:grayscale(100%);transition:filter .3s}.sponsor-logo:hover{filter:grayscale(0)}.footer{background-color:#1e293b;color:#fff;padding:3rem 2rem;text-align:center}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer-text{font-size:.875rem;color:#cbd5e1}@media (max-width:1024px){.about-grid,.contact-grid{grid-template-columns:1fr}.hero-title{font-size:2.25rem}}