@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');
:root{--primary-light:#FAF4E3;--secondary-light:#F6E8C8;--accent-orange:#FB8214;--accent-dark:#E57312;--text-dark:#1F1F1F;--text-gray:#4A4A4A;--text-light:#6B6B6B;--bg-white:#FFF;--bg-gray:#F8F9FA;--red-accent:#C8102E;--red-dark:#A50D25}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.3;color:var(--text-dark)}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-gray)}a{text-decoration:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}section{padding:100px 0}.container{max-width:1200px}.btn{font-family:Poppins,sans-serif;font-weight:500;padding:14px 32px;font-size:16px;text-transform:none;transition:all .3s ease;border-radius:50px;border:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);color:var(--bg-white)}.btn-primary:hover{background:linear-gradient(135deg,var(--red-dark) 0%,var(--accent-dark) 100%);color:var(--bg-white);transform:translateY(-2px);box-shadow:0 10px 25px rgba(200,16,46,.3)}.btn-outline{background-color:transparent;color:var(--text-dark);border:2px solid var(--text-dark)}.btn-outline:hover{background-color:var(--text-dark);color:var(--bg-white)}.btn-lg{padding:16px 40px;font-size:17px}.btn-sm{padding:10px 24px;font-size:14px}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:3rem}.header-main{background-color:var(--bg-white);position:sticky;top:0;z-index:1000;transition:transform .3s ease}.navbar{padding:1.5rem 0}.navbar-brand{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark)}.navbar-brand svg{transition:transform .3s ease}.navbar-brand:hover svg{transform:scale(1.05)}.navbar-nav .nav-link{font-weight:500;color:var(--text-dark);margin:0 1rem;padding:.5rem 0;position:relative}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--red-accent);transition:width .3s ease}.navbar-nav .nav-link:hover::after{width:100%}.navbar-nav .nav-link:hover{color:var(--red-accent)}.hero-control-room{min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#FAF4E3 0%,#F6E8C8 50%,#FBE9D0 100%);padding:140px 0 80px;position:relative;overflow:hidden}.hero-control-room::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(251,129,20,.05) 100%);z-index:0}.hero-control-room .container{position:relative;z-index:1}.hero-title{font-size:3.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.hero-cta-group{display:flex;flex-wrap:wrap;gap:15px}.hero-visual{position:relative}.hero-image{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.hero-stats{position:absolute;bottom:-30px;left:20px;right:20px;background:var(--bg-white);padding:25px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.1);display:flex;justify-content:space-around;gap:20px}.stat-item{display:flex;align-items:center;gap:12px}.stat-item i{font-size:1.75rem;color:var(--red-accent)}.stat-item strong{display:block;font-size:1.125rem;color:var(--text-dark)}.stat-item span{display:block;font-size:.875rem;color:var(--text-light)}.pathfinder-section{background:linear-gradient(180deg,#FFF 0%,#F8F9FA 100%)}.pathfinder-progress{max-width:600px;margin:0 auto 3rem}.progress-bar{width:100%;height:8px;background:var(--bg-gray);border-radius:10px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--red-accent) 0%,var(--accent-orange) 100%);width:33%;transition:width .5s ease;border-radius:10px}.progress-text{display:block;text-align:center;font-weight:500;color:var(--text-light)}.pathfinder-container{max-width:1000px;margin:0 auto;background:var(--bg-white);padding:60px;border-radius:20px;box-shadow:0 15px 50px rgba(0,0,0,.08)}.pathfinder-question{display:none}.pathfinder-question.active{display:block;animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-header{text-align:center;margin-bottom:2rem}.question-number{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.question-header h3{font-size:2rem;margin-bottom:.5rem}.question-desc{text-align:center;color:var(--text-light);margin-bottom:3rem}.pathfinder-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.pathfinder-btn{background:var(--bg-gray);padding:35px 25px;text-align:center;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:15px;border:3px solid transparent;border-radius:15px}.pathfinder-btn:hover{background:var(--primary-light);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:var(--accent-orange)}.pathfinder-btn.selected{background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);color:var(--bg-white);border-color:var(--red-accent)}.btn-icon{width:70px;height:70px;background:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center}.pathfinder-btn.selected .btn-icon{background:rgba(255,255,255,.2)}.btn-icon i{font-size:2rem;color:var(--red-accent)}.pathfinder-btn.selected .btn-icon i{color:var(--bg-white)}.btn-title{font-size:1.125rem;font-weight:600;color:var(--text-dark)}.pathfinder-btn.selected .btn-title{color:var(--bg-white)}.btn-desc{font-size:.875rem;color:var(--text-light)}.pathfinder-btn.selected .btn-desc{color:rgba(255,255,255,.9)}.pathfinder-result{display:none}.pathfinder-result.active{display:block;animation:fadeIn .5s ease}.result-header{text-align:center;margin-bottom:3rem}.result-header i{font-size:4rem;color:#4CAF50;margin-bottom:1rem}.result-header h3{font-size:2rem}.result-step{display:flex;gap:20px;align-items:flex-start;margin-bottom:2rem;padding:25px;background:var(--bg-gray);border-radius:15px}.step-badge{min-width:70px;height:70px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.step-content strong{display:block;color:var(--text-dark);margin-bottom:.5rem}.step-content p{margin:0;color:var(--text-gray)}.result-actions{display:flex;gap:20px;justify-content:center;margin-top:3rem;flex-wrap:wrap}.location-lens-section{background:linear-gradient(180deg,#F8F9FA 0%,#FFF 100%)}.location-image{width:100%;height:600px;object-fit:cover;border-radius:20px;box-shadow:0 15px 50px rgba(0,0,0,.1)}.location-zones{display:flex;flex-direction:column;gap:20px}.zone-card{background:var(--bg-white);padding:30px;border-radius:15px;cursor:pointer;transition:all .3s ease;border:3px solid transparent;box-shadow:0 5px 20px rgba(0,0,0,.05)}.zone-card:hover{transform:translateX(10px);border-color:var(--accent-orange);box-shadow:0 10px 30px rgba(0,0,0,.1)}.zone-card.active{background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-light) 100%);border-color:var(--red-accent)}.zone-header{display:flex;align-items:center;gap:15px;margin-bottom:1rem}.zone-header i{font-size:1.75rem;color:var(--red-accent)}.zone-header h4{margin:0}.zone-card p{margin-bottom:1rem;font-size:.95rem}.zone-benefits{list-style:none;padding:0;margin:0}.zone-benefits li{display:flex;align-items:center;gap:10px;margin-bottom:.5rem;font-size:.9rem}.zone-benefits i{color:#4CAF50}.sector-radar-section{background:linear-gradient(135deg,#FFF 0%,#FAF4E3 50%,#F6E8C8 100%)}.sector-accordion{display:flex;flex-direction:column;gap:15px}.sector-item{background:var(--bg-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease}.sector-item:hover{box-shadow:0 10px 30px rgba(0,0,0,.1)}.sector-header-btn{display:flex;align-items:center;gap:20px;padding:25px 30px;cursor:pointer;background:0 0;border:none;width:100%;transition:all .3s ease}.sector-item.active .sector-header-btn{background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-light) 100%)}.sector-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sector-icon i{font-size:1.75rem;color:var(--bg-white)}.sector-title-wrap{flex:1;text-align:left}.sector-title-wrap h4{margin:0 0 .25rem 0;font-size:1.25rem}.sector-title-wrap p{margin:0;color:var(--text-light);font-size:.9rem}.sector-arrow{font-size:1.25rem;color:var(--text-dark);transition:transform .3s ease}.sector-item.active .sector-arrow{transform:rotate(180deg)}.sector-content{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .5s ease;padding:0 30px}.sector-item.active .sector-content{max-height:1000px;padding:30px}.sector-signals{display:flex;flex-direction:column;gap:15px}.signal-card{display:flex;gap:20px;padding:20px;background:var(--bg-gray);border-radius:10px}.signal-card i{font-size:1.5rem;color:var(--accent-orange);min-width:30px}.signal-card strong{display:block;color:var(--text-dark);margin-bottom:.5rem}.signal-card p{margin:0;font-size:.9rem}.regulatory-runway-section{background:linear-gradient(180deg,#F8F9FA 0%,#FFF 100%)}.runway-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:30px;margin-bottom:60px}.runway-card{background:var(--bg-white);padding:40px 30px;border-radius:20px;text-align:center;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease;border:3px solid transparent}.runway-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15);border-color:var(--accent-orange)}.card-number{position:absolute;top:20px;right:20px;width:40px;height:40px;background:var(--bg-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--red-accent)}.card-icon-wrap{width:90px;height:90px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.card-icon-wrap i{font-size:2.5rem;color:var(--bg-white)}.runway-card h4{font-size:1.25rem;margin-bottom:1rem}.runway-card p{font-size:.95rem;margin-bottom:1.5rem}.card-timeline{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:var(--primary-light);border-radius:50px;font-weight:500;color:var(--text-dark)}.card-timeline i{color:var(--accent-orange)}.runway-faq{max-width:900px;margin:0 auto}.runway-faq h3{font-size:2rem;margin-bottom:2rem}.faq-accordion{display:flex;flex-direction:column;gap:15px}.faq-item{background:var(--bg-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.05)}.faq-header{width:100%;padding:25px 30px;background:0 0;border:none;text-align:left;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;font-size:1.125rem;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .3s ease;color:var(--text-dark)}.faq-header:hover{background:var(--primary-light)}.faq-header i{transition:transform .3s ease;color:var(--red-accent);font-size:1.125rem}.faq-item.active .faq-header i{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .5s ease;padding:0 30px}.faq-item.active .faq-content{max-height:500px;padding:0 30px 25px}.faq-content p{margin:0;line-height:1.7}.proof-section{background:linear-gradient(135deg,#FAF4E3 0%,#F6E8C8 50%,#FFF 100%)}.benchmark-card{background:var(--bg-white);padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);height:100%;transition:all .3s ease;position:relative;overflow:hidden}.benchmark-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--red-accent) 0%,var(--accent-orange) 100%)}.benchmark-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.benchmark-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benchmark-icon i{font-size:2.5rem;color:var(--bg-white)}.benchmark-content h4{font-size:1.25rem;margin-bottom:1rem;text-align:center}.benchmark-value{font-size:3rem;font-weight:700;color:var(--accent-orange);text-align:center;margin:1.5rem 0;line-height:1}.benchmark-value span{font-size:1.5rem;color:var(--text-gray)}.benchmark-content p{text-align:center;margin:0;font-size:.95rem}.benchmark-badge{display:inline-block;padding:8px 20px;background:var(--primary-light);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--text-dark);margin:1rem auto 0;display:block;width:fit-content}.stories-section{margin-top:60px}.stories-section h3{font-size:2rem;margin-bottom:2rem}.story-card{background:var(--bg-white);padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);height:100%;position:relative;transition:all .3s ease}.story-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.story-number{position:absolute;top:20px;right:20px;width:50px;height:50px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--bg-white);font-size:1.25rem}.story-icon{width:70px;height:70px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.story-icon i{font-size:2rem;color:var(--red-accent)}.story-card h4{font-size:1.5rem;margin-bottom:1.5rem}.story-timeline{margin-bottom:2rem}.timeline-item{position:relative;padding-left:30px;margin-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:0;top:5px;width:12px;height:12px;background:var(--accent-orange);border-radius:50%}.timeline-item::before{content:'';position:absolute;left:5px;top:17px;width:2px;height:calc(100% + 10px);background:var(--bg-gray)}.timeline-item:last-child::before{display:none}.timeline-item p{margin:0 0 .5rem 0;font-size:.95rem}.timeline-item strong{display:block;color:var(--red-accent);font-weight:600}.story-link{color:var(--red-accent);font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.story-link:hover{color:var(--accent-orange);gap:12px}.glossary-section{background:linear-gradient(180deg,#FFF 0%,#F8F9FA 100%)}.glossary-card{background:var(--bg-white);padding:35px 30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);height:100%;transition:all .3s ease;position:relative}.glossary-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.glossary-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.glossary-icon i{font-size:2rem;color:var(--bg-white)}.glossary-card h4{font-size:1.5rem;color:var(--red-accent);margin-bottom:1rem}.glossary-card p{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.glossary-category{display:inline-block;padding:6px 16px;background:var(--primary-light);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--text-dark)}.footer-main{background:linear-gradient(135deg,#1F1F1F 0%,#2a2a2a 100%);color:var(--bg-white);padding:60px 0 30px}.footer-main h5{color:var(--bg-white);margin-bottom:1.5rem;font-size:1.25rem}.footer-desc{font-size:.95rem;line-height:1.6;color:var(--bg-white)}.footer-disclaimer{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--accent-orange);margin-top:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:rgba(255,255,255,.8);transition:all .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--bg-white);padding-left:5px}.footer-bottom{text-align:center;padding-top:30px;margin-top:40px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem}.footer-bottom p{color:var(--bg-white)}.cookie-banner{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);max-width:900px;width:calc(100% - 40px);background:var(--bg-white);padding:30px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);z-index:10000;display:none;opacity:0;transition:opacity .3s ease}.cookie-banner.show{opacity:1}.cookie-banner.hide{opacity:0}.cookie-content{display:flex;align-items:center;gap:25px}.cookie-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--red-accent) 0%,var(--accent-orange) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookie-icon i{font-size:1.75rem;color:var(--bg-white)}.cookie-text{flex:1}.cookie-text h4{margin:0 0 .5rem 0;font-size:1.25rem}.cookie-text p{margin:0;font-size:.95rem;color:var(--text-light)}.cookie-actions{display:flex;gap:10px;flex-shrink:0}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.section-title{font-size:2rem}section{padding:60px 0}.hero-control-room{min-height:auto;padding:100px 0 60px}.hero-title{font-size:2.25rem}.hero-image{height:350px}.hero-stats{position:static;margin-top:20px;flex-direction:column;gap:15px}.pathfinder-container{padding:30px 20px}.pathfinder-options{grid-template-columns:1fr}.runway-grid{grid-template-columns:1fr}.result-actions{flex-direction:column}.cookie-content{flex-direction:column;text-align:center}.cookie-actions{width:100%;flex-direction:column}.cookie-actions .btn{width:100%}.location-image{height:400px}}