:root{--or-primary: #1a3a4a;--or-primary-light: #234156;--or-primary-dark: #0f2530;--or-accent: #e67e22;--or-accent-hover: #d35400}body{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6,.navbar-brand{font-family:Montserrat,sans-serif}.bg-or-primary{background-color:var(--or-primary)!important}.bg-or-dark{background-color:var(--or-primary-dark)!important}.bg-or-accent{background-color:#e67e22!important}.text-or-accent{color:var(--or-accent)!important}.text-or-primary{color:var(--or-primary)!important}.btn-or-accent{background-color:var(--or-accent);border-color:var(--or-accent);color:#fff}.btn-or-accent:hover{background-color:var(--or-accent-hover);border-color:var(--or-accent-hover);color:#fff;transform:translateY(-2px)}.btn-or-primary{background-color:var(--or-primary);border-color:var(--or-primary);color:#fff}.btn-or-primary:hover{background-color:var(--or-primary-dark);border-color:var(--or-primary-dark);color:#fff}.btn-primary{background-color:var(--or-primary);border-color:var(--or-primary)}.btn-primary:hover{background-color:var(--or-primary-dark);border-color:var(--or-primary-dark)}.btn-outline-primary{color:var(--or-primary);border-color:var(--or-primary)}.btn-outline-primary:hover{background-color:var(--or-primary);border-color:var(--or-primary);color:#fff}.bg-primary{background-color:var(--or-primary)!important}.bg-info{background-color:var(--or-accent)!important}.text-primary{color:var(--or-primary)!important}.badge.bg-primary{background-color:var(--or-primary)!important}.badge.bg-info{background-color:var(--or-accent)!important}a{color:var(--or-accent)}a:hover{color:var(--or-accent-hover)}.hero-section{background:linear-gradient(to bottom,var(--or-primary) 0%,var(--or-primary) 70%,#c0cdd1 70%,#c0cdd1 100%);padding:120px 0 80px;position:relative}.hero-frame{position:relative;border-radius:2rem;overflow:hidden;min-height:55vh;box-shadow:0 20px 60px #0003}.hero-carousel{position:absolute;inset:0;z-index:1}.hero-carousel .carousel-inner,.hero-carousel .carousel-item{height:100%}.hero-carousel .carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#00000080,#0003);z-index:2}.hero-content{position:relative;z-index:3;padding:4rem}.hero-content h1{color:#fff}.hero-content p{color:#ffffffd9}.stats-section{background-color:#c0cdd1;padding-top:60px;padding-bottom:60px}.stat-number{font-size:5rem;font-weight:700;color:var(--or-primary);line-height:1}.stat-label{color:#5a6a70;font-size:.95rem;text-transform:uppercase;letter-spacing:2px;margin-top:.5rem}.about-wrapper{background:linear-gradient(to bottom,#c0cdd1 0%,#c0cdd1 30%,var(--or-primary) 30%,var(--or-primary) 100%);padding:60px 0 80px}.about-frame{background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 20px 60px #0003;position:relative;z-index:10;max-height:580px}.about-frame .row{height:580px}.about-content{padding:3rem;height:100%;display:flex;flex-direction:column;justify-content:center}.about-content h2{color:var(--or-primary);font-size:2.5rem;font-weight:700;border-bottom:3px solid var(--or-accent);display:inline-block;padding-bottom:.5rem;margin-bottom:1.5rem}.about-content p{color:#555;line-height:1.7;margin-bottom:.8rem;font-size:1.05rem}.about-image{height:580px}.about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.president-info{display:flex;align-items:center;gap:1rem;margin-top:2rem}.president-photo{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.president-name{font-weight:700;color:var(--or-primary);margin-bottom:0}.president-title{color:#777;font-size:.9rem}.programmes-section{background-color:var(--or-primary);position:relative;padding:80px 0;overflow:hidden}.programmes-section:before{content:"";position:absolute;inset:0;background:url(/img/hero/slide-2.webp) center/cover no-repeat;opacity:.15}.programmes-section .container{position:relative;z-index:2}.featured-programme{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}.featured-img{flex:0 0 45%}.featured-img img{width:100%;height:320px;-o-object-fit:cover;object-fit:cover;border-radius:1.5rem;box-shadow:0 20px 50px #0000004d}.featured-content{flex:1;color:#fff}.featured-content h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.featured-content .programme-name{color:var(--or-accent);font-size:1.3rem;font-style:italic;margin-bottom:1rem}.featured-content p{opacity:.85;line-height:1.7}.other-programmes h3{color:#fff;text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.programme-card-overlay{position:relative;border-radius:1rem;overflow:hidden;height:280px}.programme-card-overlay img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.programme-card-overlay:hover img{transform:scale(1.1)}.programme-card-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 60%,transparent 100%);z-index:1}.programme-card-overlay .card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;color:#fff}.programme-card-overlay .card-label{font-size:.7rem;text-transform:uppercase;letter-spacing:2px;opacity:.8}.programme-card-overlay .card-title{font-size:1.3rem;font-weight:700;margin:.3rem 0}.programme-card-overlay .card-location{font-size:1.1rem;opacity:.9}.anim-fade-up{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.anim-fade-up.visible{opacity:1;transform:translateY(0)}.anim-fade-left{opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.anim-fade-left.visible{opacity:1;transform:translate(0)}.anim-fade-right{opacity:0;transform:translate(40px);transition:opacity .8s ease,transform .8s ease}.anim-fade-right.visible{opacity:1;transform:translate(0)}.anim-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.anim-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.partners-section{background-color:#f5f7f8;padding:60px 0;overflow:hidden}.partners-section h2{text-align:center;color:var(--or-primary);margin-bottom:2.5rem}.partners-slider{display:flex;width:-moz-max-content;width:max-content;animation:scroll-partners 50s linear infinite}.partners-slider:hover{animation-play-state:paused}.partner-logo{flex:0 0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:center}.partner-logo img{height:70px;width:auto;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.partner-logo img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.2)}@keyframes scroll-partners{0%{transform:translate(0)}to{transform:translate(-50%)}}.blog-section{background-color:var(--or-primary);padding:80px 0 320px}.blog-section h2{color:#fff;text-align:center;margin-bottom:3rem}.blog-card{background:#e8edef;border-radius:1rem;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card-img{height:200px;overflow:hidden}.blog-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-title{color:var(--or-primary);font-size:1rem;font-weight:600;margin-bottom:1rem;line-height:1.4;flex:1}.blog-card .btn{align-self:flex-start}.actualites-page{background-color:#c0cdd1;min-height:100vh;padding-top:160px;padding-bottom:80px}.actualites-header{text-align:center;margin-bottom:3rem}.actualites-header h1{color:var(--or-primary);font-size:2.5rem;font-weight:700;border-bottom:3px solid var(--or-accent);display:inline-block;padding-bottom:.5rem;margin-bottom:.5rem}.actualites-header .breadcrumb{justify-content:center;font-size:.9rem}.actualites-header .breadcrumb a{color:var(--or-accent);text-decoration:none}.actu-card{background:#e8edef;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;transition:transform .3s ease}.actu-card:hover{transform:translateY(-5px)}.actu-card-img{height:180px;overflow:hidden;border-radius:.8rem;margin:1rem 1rem 0}.actu-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.8rem}.actu-card-content{padding:1rem 1.2rem 1.2rem}.actu-card-title{color:var(--or-primary);font-size:.95rem;font-weight:500;margin-bottom:1rem;line-height:1.4;min-height:2.8em}.actu-card .btn-outline-actu{border:1px solid var(--or-accent);color:var(--or-accent);background:transparent;font-size:.85rem;padding:.4rem 1rem;border-radius:2rem}.actu-card .btn-outline-actu:hover{background:var(--or-accent);color:#fff}.pagination-actu{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination-actu a{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--or-primary);text-decoration:none;font-weight:500;transition:all .3s ease}.pagination-actu a:hover,.pagination-actu a.active{background:var(--or-accent);color:#fff}.mag-hero{padding-top:100px}.mag-hero-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:240px 240px;gap:0}.mag-hero-main{grid-row:1 / 3;position:relative;overflow:hidden}.mag-hero-main img,.mag-hero-side img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mag-hero-side{position:relative;overflow:hidden}.mag-hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#1a3a4aeb);padding:30px;color:#fff}.mag-hero-overlay .mag-cat-tag{background:var(--or-accent);color:#fff;padding:4px 12px;font-size:.7rem;font-weight:700;text-transform:uppercase;display:inline-block;margin-bottom:10px;letter-spacing:.5px}.mag-hero-overlay h1{font-family:Montserrat,sans-serif;font-size:2rem;line-height:1.25;margin-bottom:8px;font-weight:700}.mag-hero-overlay h3{font-family:Montserrat,sans-serif;font-size:1.1rem;line-height:1.3;margin:0;font-weight:700}.mag-hero-overlay p{font-size:.9rem;opacity:.85;margin-bottom:0}.mag-hero-meta{font-size:.8rem;opacity:.7;margin-top:8px;display:flex;align-items:center;gap:8px}.mag-hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--or-primary),var(--or-primary-light));display:flex;align-items:center;justify-content:center}.mag-hero-placeholder i{font-size:4rem;color:#ffffff26}.mag-cat-tag{background:var(--or-accent);color:#fff;padding:3px 10px;font-size:.68rem;font-weight:700;text-transform:uppercase;display:inline-block;letter-spacing:.5px}.mag-cat-tag.eco{background:#059669}.mag-cat-tag.tech{background:#2563eb}.mag-cat-tag.market{background:var(--or-accent)}.mag-nav{border-top:1px solid #e8edef;border-bottom:2px solid var(--or-primary);padding:0;position:sticky;top:80px;z-index:100;background:#fff}.mag-nav-inner{display:flex;gap:0;justify-content:center}.mag-nav-link{display:inline-flex;align-items:center;gap:.3rem;padding:12px 20px;font-size:.88rem;font-weight:600;color:var(--or-primary);text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .2s;border-bottom:3px solid transparent;margin-bottom:-2px}.mag-nav-link:hover{color:var(--or-accent)}.mag-nav-link.active{color:var(--or-accent);border-bottom-color:var(--or-accent)}.mag-nav-count{font-size:.65rem;background:#e8edef;padding:2px 6px;border-radius:1rem;color:#888}.mag-section{padding:50px 0;background:#fff}.mag-section-alt{background:#f5f7f8}.mag-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:12px;position:relative}.mag-section-header:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--or-accent)}.mag-section-header h2{font-family:Montserrat,sans-serif;font-size:1.7rem;font-weight:800;color:var(--or-primary);margin:0}.mag-section-link{color:var(--or-accent);font-weight:600;font-size:.88rem;text-decoration:none;transition:color .2s;white-space:nowrap}.mag-section-link:hover{color:var(--or-accent-hover)}.mag-card{border:none;border-radius:0;transition:transform .2s;height:100%;display:flex;flex-direction:column;text-decoration:none!important;background:transparent}.mag-card:hover{transform:translateY(-4px)}.mag-card-img{height:200px;overflow:hidden;position:relative}.mag-card-lg .mag-card-img{height:360px}.mag-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mag-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--or-primary),var(--or-primary-light));display:flex;align-items:center;justify-content:center}.mag-card-placeholder i{font-size:3rem;color:#ffffff26}.mag-card-body{padding:16px 0;flex:1;display:flex;flex-direction:column}.mag-card-body h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:var(--or-primary);margin-bottom:6px;line-height:1.3}.mag-card-body h3:hover{color:var(--or-accent)}.mag-card-lg .mag-card-body h3{font-size:1.25rem}.mag-card-body p{color:#6b7280;font-size:.85rem;line-height:1.5;flex:1}.mag-card-meta{font-size:.78rem;color:#9ca3af;display:flex;align-items:center;gap:6px;margin-top:8px}.mag-tech-small{display:flex;gap:15px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e8edef;text-decoration:none!important}.mag-tech-small:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.mag-tech-small img{width:120px;height:90px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.mag-tech-small h6{font-family:Montserrat,sans-serif;font-size:.92rem;font-weight:700;color:var(--or-primary);margin:4px 0;line-height:1.3}.mag-tech-small:hover h6{color:var(--or-accent)}.mag-tech-small .mag-card-meta{margin-top:4px}.mag-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.mag-scroll::-webkit-scrollbar{height:4px}.mag-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.mag-scroll-row{display:flex;gap:20px;min-width:-moz-max-content;min-width:max-content;padding-bottom:8px}.mag-scroll-card{width:280px;flex-shrink:0;text-decoration:none!important}.mag-scroll-card img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.mag-scroll-card h5{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:var(--or-primary);margin-top:10px;line-height:1.3}.mag-scroll-card:hover h5{color:var(--or-accent)}.mag-sidebar-widget{border:1px solid #e8edef;padding:24px;margin-bottom:24px}.mag-sidebar-widget h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:800;color:var(--or-primary);margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--or-accent)}.mag-top-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6}.mag-top-list li:last-child{border-bottom:none}.mag-top-list .num{font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:900;color:var(--or-accent);line-height:1;min-width:28px}.mag-top-list a{color:var(--or-primary);text-decoration:none;font-weight:600;font-size:.88rem;line-height:1.3}.mag-top-list a:hover{color:var(--or-accent)}.mag-newsletter{background:var(--or-primary);color:#fff;padding:28px;text-align:center;margin-bottom:24px}.mag-newsletter h4{color:#fff;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:800;border:none;margin-bottom:8px}.mag-newsletter p{font-size:.85rem;opacity:.8;margin-bottom:12px}.mag-newsletter input{border:none;padding:10px 14px;width:100%;margin-bottom:8px;font-size:.85rem;border-radius:0}.mag-newsletter button{background:var(--or-accent);color:#fff;border:none;padding:10px 20px;width:100%;font-weight:700;cursor:pointer;font-size:.85rem;transition:background .2s}.mag-newsletter button:hover{background:var(--or-accent-hover)}.mag-list-article{padding:16px 0;border-bottom:1px solid #e8edef;text-decoration:none!important;display:block}.mag-list-article:last-child{border-bottom:none}.mag-list-article h5{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:var(--or-primary);line-height:1.3;margin-bottom:4px}.mag-list-article:hover h5{color:var(--or-accent)}.mag-list-article p{color:#6b7280;font-size:.82rem;line-height:1.5;margin-bottom:0}@media(max-width:991.98px){.mag-hero-grid{grid-template-columns:1fr;grid-template-rows:320px 200px 200px}.mag-hero-main{grid-row:auto}.mag-hero-overlay h1{font-size:1.4rem}.mag-nav-inner{flex-wrap:wrap;justify-content:flex-start;padding:8px 0;gap:0}.mag-nav-link{padding:8px 14px;font-size:.8rem}.mag-section-header{flex-direction:column;gap:.5rem;align-items:flex-start}.mag-card-lg .mag-card-img{height:220px}}.programme-hero{min-height:60vh;background-size:cover;background-position:center;position:relative}.programme-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(26,58,74,.95) 0%,rgba(26,58,74,.3) 60%,transparent 100%)}.programme-card{transition:all .3s ease;border:none;overflow:hidden}.programme-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026!important}.programme-card .card-img-top{height:250px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.programme-card:hover .card-img-top{transform:scale(1.05)}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.table-programmes th{background-color:var(--or-primary);color:#fff}.price-card{background:linear-gradient(135deg,var(--or-primary) 0%,var(--or-primary-light) 100%)}.gallery-item{overflow:hidden;border-radius:.5rem}.gallery-item img{transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.navbar-dark .navbar-nav .nav-link{position:relative}.navbar-dark .navbar-nav .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--or-accent);transition:all .3s ease;transform:translate(-50%)}.navbar-dark .navbar-nav .nav-link:hover:after{width:80%}.navbar .mega-dropdown{position:static!important}.navbar .mega-dropdown>.nav-link{background:var(--or-accent);border-radius:2rem;padding:.5rem 1.2rem!important;margin:0 .5rem;transition:all .3s ease;text-decoration:none}.navbar .mega-dropdown>.nav-link:after{display:none!important}.navbar .mega-dropdown>.nav-link:hover{background:#c9a227;transform:translateY(-2px)}.navbar .mega-dropdown>.nav-link .dropdown-arrow{font-size:.7rem;margin-left:.4rem;transition:transform .3s ease;display:inline-block}.navbar .mega-dropdown:hover>.nav-link .dropdown-arrow,.navbar .mega-dropdown.show>.nav-link .dropdown-arrow{transform:rotate(180deg)}.navbar .mega-dropdown .dropdown-menu.mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;border:none;border-radius:0 0 1rem 1rem;padding:2rem 0;margin-top:0!important;box-shadow:0 15px 50px #0003;background:#fff;display:none;z-index:1000}.navbar .mega-dropdown .dropdown-menu.mega-menu.show{display:block!important}.mega-col{padding:0 2rem}.mega-col:not(:last-child){border-right:1px solid #eee}.mega-title{color:var(--or-primary);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--or-accent);display:flex;align-items:center}.mega-menu .dropdown-item{padding:.5rem .75rem;color:#555;font-size:.9rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center}.mega-menu .dropdown-item:hover{background:linear-gradient(135deg,#f5f7f8,#e8edef);color:var(--or-primary);padding-left:1rem}.mega-menu .dropdown-item i{color:var(--or-accent);width:20px}.mega-menu .dropdown-item .badge{font-size:.7rem}.mega-featured{display:block;text-decoration:none;background:linear-gradient(135deg,#f5f7f8,#e8edef);border-radius:.75rem;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.mega-featured:hover{transform:translateY(-3px);border-color:var(--or-accent);box-shadow:0 8px 25px #0000001a}.mega-featured img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.mega-featured-content{padding:1rem}.mega-featured-title{color:var(--or-primary);margin:.5rem 0 .25rem;font-size:1rem;font-weight:600;display:block}.mega-featured-content small{color:#777}.mega-col-cta{border-right:none!important}.programmes-filters{background:#f5f7f8;padding:2rem 0;position:sticky;top:80px;z-index:100}.filter-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.filter-group-label{font-weight:600;color:var(--or-primary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.filter-btn{background:#fff;border:2px solid #ddd;color:#666;padding:.6rem 1.5rem;border-radius:2rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:var(--or-primary);color:var(--or-primary)}.filter-btn.active{background:var(--or-primary);border-color:var(--or-primary);color:#fff}.filter-btn.active-accent{background:var(--or-accent);border-color:var(--or-accent);color:#fff}.filter-separator{width:1px;height:30px;background:#ddd;margin:0 1rem}.programmes-grid{padding:3rem 0}.programme-item{transition:all .4s ease}.programme-item.hidden{display:none}.no-results{text-align:center;padding:4rem 2rem;color:#666}.no-results i{font-size:4rem;color:#ddd;margin-bottom:1rem}.geo-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.geo-filter-btn{background:#fff;border:2px solid var(--or-primary);color:var(--or-primary);padding:.5rem 1.25rem;border-radius:2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.geo-filter-btn:hover{background:var(--or-primary);color:#fff}.geo-filter-btn .badge{background:var(--or-accent)}.about-hero{min-height:45vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}.about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#1a3a4af2,#1a3a4a80,#1a3a4a4d)}.about-hero-content{position:relative;z-index:2}.about-hero h1{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.about-hero .breadcrumb{justify-content:center;margin-bottom:0}.about-hero .breadcrumb-item,.about-hero .breadcrumb-item a{color:#fffc;font-size:.95rem}.about-hero .breadcrumb-item.active{color:#fff}.about-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.about-section{padding:3rem 0;background:#c0cdd1}.about-section-alt{background:#fff}.about-section .row{align-items:center!important}.about-section .about-content h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:var(--or-primary);margin-bottom:1rem}.about-section .about-content p{color:#444;line-height:1.8;margin-bottom:.75rem}.about-section .about-content p:last-of-type{margin-bottom:1rem}.about-section .about-content .btn{margin-top:.5rem}.about-section .about-content strong{color:var(--or-primary)}.about-section .about-image{border-radius:1rem;overflow:hidden}.about-section .about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.engagement-section{background:#c0cdd1;padding:3rem 0}.engagement-wrapper{display:flex;align-items:center;gap:3rem}.engagement-text{flex:1}.engagement-text h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:var(--or-primary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:3px solid var(--or-accent);display:inline-block}.engagement-text p{color:#444;line-height:1.8;margin-bottom:.75rem}.engagement-text .btn{margin-top:1rem;display:block;text-align:center}.engagement-images{flex:1;position:relative}.engagement-images .carousel-inner{border-radius:1rem;overflow:hidden}.engagement-images .carousel-item{aspect-ratio:16/10}.engagement-images .carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.engagement-images .carousel-control-prev,.engagement-images .carousel-control-next{width:40px;height:40px;background:#ffffffe6;border-radius:50%;top:50%;transform:translateY(-50%);opacity:.7;transition:all .3s ease}.engagement-images .carousel-control-prev{left:10px}.engagement-images .carousel-control-next{right:10px}.engagement-images .carousel-control-prev:hover,.engagement-images .carousel-control-next:hover{opacity:1;background:#fff}.engagement-images .carousel-control-prev-icon,.engagement-images .carousel-control-next-icon{width:12px;height:12px;filter:invert(1) grayscale(100)}.timeline-section{background:var(--or-primary);padding:5rem 0}.timeline-section h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:var(--or-accent);text-align:center;margin-bottom:3rem}.timeline-wrapper{position:relative;max-width:1100px;margin:0 auto;padding:0 2rem}.timeline-line{position:absolute;top:85px;left:2rem;right:2rem;height:3px;background:var(--or-accent);transform:scaleX(0);transform-origin:left;transition:transform 1s ease-out}.timeline-wrapper.animated .timeline-line{transform:scaleX(1)}.timeline-arrow{position:absolute;top:85px;color:var(--or-accent);font-size:1.2rem;transform:translateY(-50%);opacity:0;transition:opacity .5s ease}.timeline-wrapper.animated .timeline-arrow-left{opacity:1;transition-delay:0s}.timeline-wrapper.animated .timeline-arrow-right{opacity:1;transition-delay:1s}.timeline-arrow-left{left:.5rem}.timeline-arrow-right{right:.5rem}.timeline{display:flex;justify-content:space-between;position:relative;z-index:2}.timeline-item{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(30px);transition:all .6s ease-out}.timeline-wrapper.animated .timeline-item:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.3s}.timeline-wrapper.animated .timeline-item:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.6s}.timeline-wrapper.animated .timeline-item:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.9s}.timeline-wrapper.animated .timeline-item:nth-child(4){opacity:1;transform:translateY(0);transition-delay:1.2s}.timeline-year{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.timeline-dot{width:40px;height:40px;background:var(--or-primary);border:3px solid var(--or-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--or-accent);font-size:1rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-wrapper.animated .timeline-dot{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #e1b43466}50%{box-shadow:0 0 0 10px #e1b43400}}.timeline-connector{width:2px;height:20px;background:var(--or-accent);transform:scaleY(0);transform-origin:top;transition:transform .4s ease-out}.timeline-wrapper.animated .timeline-item:nth-child(1) .timeline-connector{transform:scaleY(1);transition-delay:.5s}.timeline-wrapper.animated .timeline-item:nth-child(2) .timeline-connector{transform:scaleY(1);transition-delay:.8s}.timeline-wrapper.animated .timeline-item:nth-child(3) .timeline-connector{transform:scaleY(1);transition-delay:1.1s}.timeline-wrapper.animated .timeline-item:nth-child(4) .timeline-connector{transform:scaleY(1);transition-delay:1.4s}.timeline-text{background:#fff;border-radius:.75rem;padding:1rem 1.25rem;font-size:.85rem;color:#444;max-width:220px;text-align:center;line-height:1.5}.quote-section{background:var(--or-primary);padding:4rem 0;border-top:1px solid rgba(255,255,255,.1)}.quote-text{font-family:Brush Script MT,Segoe Script,Bradley Hand,cursive;font-size:1.6rem;color:#fff;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 2.5rem;font-weight:400}.quote-author-wrapper{display:flex;align-items:center;justify-content:center;gap:3rem}.quote-author{display:flex;align-items:center;gap:1rem}.quote-author img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.quote-author-info{text-align:left}.quote-author-name{color:#fff;font-weight:600;margin:0;font-size:1rem}.quote-author-title{color:#ffffffb3;font-size:.85rem;margin:0}.quote-marks{font-family:Georgia,serif;font-size:6rem;color:#ffffff26;line-height:1;margin-left:auto}.realisations-section{padding:5rem 0;background:#c0cdd1}.realisations-section h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:700;color:var(--or-primary);text-align:center;margin-bottom:1rem}.realisations-section .lead{text-align:center;max-width:700px;margin:0 auto 2rem;color:#555}.realisation-card{position:relative;border-radius:1rem;overflow:hidden;height:320px;display:block;text-decoration:none}.realisation-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.realisation-card:hover img{transform:scale(1.05)}.realisation-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%)}.realisation-card-label{color:#fffc;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.realisation-card-title{color:#fff;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;margin:0}.footer-wrapper{background-color:#c0cdd1;padding-bottom:4rem}.footer-frame{background-color:var(--or-primary);border-radius:2rem;margin-top:-8rem;max-width:1600px;margin-left:auto;margin-right:auto}.footer-main{padding:5rem 4rem;display:flex;justify-content:center;gap:8rem}.footer-col{display:flex;flex-direction:column;gap:2rem}.footer-col-contact,.footer-col-links{gap:2rem}.footer-brand img{margin-bottom:0}.footer-desc{color:#ffffffe6;font-size:1rem;line-height:1.8;margin:0;max-width:320px}.footer-social{display:flex;gap:1rem}.footer-social a{color:#fff;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.footer-social a:hover{color:var(--or-accent)}.footer-social a i{font-size:1.3rem}.footer-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0;font-family:Montserrat,sans-serif}.footer-subtitle{color:#ffffffb3;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:1.5rem 0 .5rem;font-family:Montserrat,sans-serif;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.footer-contact li{display:flex;align-items:flex-start;gap:1rem;color:#fff}.footer-contact li i{color:#fff;font-size:1.5rem;margin-top:2px}.footer-contact li span{font-size:1rem;line-height:1.8}.footer-contact li a{color:#fff;text-decoration:none}.footer-contact li a:hover{color:var(--or-accent)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links li a:hover{color:var(--or-accent)}.footer-bottom{background-color:#1aa5bd;padding:1.5rem 2rem;border-radius:0 0 2rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom span,.footer-bottom a{color:#ffffffb3;font-size:.9rem}.footer-bottom a{text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#fff}@media(min-width:992px){.sticky-sidebar{position:sticky;top:100px}}.map-section{background:#f5f7f8;padding:2rem 0 0}.map-container{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}#programmes-map{height:400px;width:100%;z-index:1}.map-title{text-align:center;margin-bottom:1.5rem}.map-title h2{color:var(--or-primary);font-size:1.8rem;margin-bottom:.5rem}.map-title p{color:#666;margin:0}.leaflet-popup-content-wrapper{border-radius:.5rem}.leaflet-popup-content{margin:12px 16px}.map-popup{text-align:center}.map-popup h6{color:var(--or-primary);margin-bottom:.3rem;font-weight:600}.map-popup p{color:#666;font-size:.85rem;margin-bottom:.5rem}.map-popup .price{color:var(--or-accent);font-weight:600;font-size:.9rem}.map-popup .btn{font-size:.75rem;padding:.3rem .8rem}.map-reset-btn{position:absolute;top:10px;right:10px;z-index:1000;background:#fff;border:2px solid #ddd;border-radius:.5rem;padding:.5rem 1rem;font-size:.85rem;cursor:pointer;display:none}.map-reset-btn:hover{border-color:var(--or-primary);color:var(--or-primary)}.map-reset-btn.visible{display:block}.hub-hero{min-height:60vh;background-size:cover;background-position:center;position:relative}.hub-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(26,58,74,.95) 0%,rgba(26,58,74,.3) 60%,transparent 100%)}.hub-hero .container{position:relative;z-index:2}.hub-hero h1{color:#fff}.hub-hero .breadcrumb-item a{color:#ffffffb3;text-decoration:none}.hub-hero .breadcrumb-item.active{color:#fff}.hub-programme-card{transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;border:none}.hub-programme-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026!important}.hub-programme-card .card-img-wrapper{height:200px;overflow:hidden}.hub-programme-card .card-img-top{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.hub-programme-card:hover .card-img-top{transform:scale(1.05)}.hub-programme-card .badge{font-size:.75rem}.location-hero{min-height:45vh;background-size:cover;background-position:center;position:relative}.location-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(26,58,74,.95) 0%,rgba(26,58,74,.3) 60%,transparent 100%)}.location-offer{padding:40px 0}.offer-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 50px #0000001a}.offer-promo-image{width:100%}.offer-promo-image img{width:100%;height:auto;display:block}.offer-content{padding:2rem}.programme-mini-card{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8f9fa;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.programme-mini-card:hover{background:#e9ecef;transform:translate(5px)}.programme-mini-card img{width:80px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:.375rem}.programme-mini-card h4{font-size:1rem;color:var(--or-primary);margin:0}.gallery-carousel .carousel-inner{border-radius:.75rem;overflow:hidden}.gallery-carousel .carousel-item img{height:300px;-o-object-fit:cover;object-fit:cover}.gallery-carousel .carousel-nav-btn{width:45px;height:45px;background:var(--or-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;box-shadow:0 4px 15px #0000004d;transition:all .3s ease}.gallery-carousel .carousel-nav-btn:hover{background:var(--or-accent);transform:scale(1.1)}.gallery-carousel .carousel-control-prev,.gallery-carousel .carousel-control-next{width:auto;opacity:1}.gallery-carousel .carousel-control-prev{left:10px}.gallery-carousel .carousel-control-next{right:10px}.btn-location-prog{background-color:#1aa5bd;border-color:#1aa5bd;color:#fff}.btn-location-prog:hover{background-color:#158a9e;border-color:#158a9e;color:#fff}.guide-hero{background:linear-gradient(135deg,var(--or-primary) 0%,#2d5a7b 100%);color:#fff;padding:140px 0 50px;text-align:center}.guide-hero h1{font-size:2.6rem;font-weight:700;margin-bottom:1rem}.guide-hero .subtitle{font-size:1.1rem;opacity:.9;max-width:650px;margin:0 auto 2rem}.guide-hero .breadcrumb{justify-content:center;margin-bottom:1.5rem}.guide-hero .breadcrumb-item,.guide-hero .breadcrumb-item a{color:#fffc;font-size:.95rem}.guide-hero .breadcrumb-item.active{color:#fff}.guide-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.guide-search{max-width:520px;margin:0 auto 1.5rem;position:relative}.guide-search input{width:100%;padding:14px 50px 14px 20px;border:none;border-radius:50px;font-size:.95rem;background:#fff;color:#333;box-shadow:0 4px 20px #00000026}.guide-search input::-moz-placeholder{color:#999}.guide-search input::placeholder{color:#999}.guide-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:var(--or-accent);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:background .3s}.guide-search button:hover{background:var(--or-accent-hover)}.guide-filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.guide-filters .filter-pill{padding:8px 20px;background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s;font-family:Inter,sans-serif}.guide-filters .filter-pill:hover,.guide-filters .filter-pill.active{background:var(--or-accent);border-color:var(--or-accent)}.guides-section{padding:4rem 0}.guides-section:nth-child(2n){background:#f0f4f6}.guides-section:nth-child(odd){background:#fff}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.8rem;font-weight:700;color:var(--or-primary);margin-bottom:.5rem}.section-header p{color:#777;font-size:1rem}.guide-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%;text-decoration:none!important}.guide-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #00000026}.guide-card-visual{height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.guide-card-visual img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.guide-card:hover .guide-card-visual img{transform:scale(1.06)}.guide-card-visual i{font-size:4rem;color:#ffffff40}.guide-card-visual .guide-badge{position:absolute;top:12px;right:12px;padding:5px 14px;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff}.badge-essential{background:#e74c3c}.badge-recommended{background:var(--or-accent)}.badge-local{background:#27ae60}.badge-new{background:#0d6efd}.guide-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.guide-card-body h3{font-size:1.15rem;font-weight:700;color:var(--or-primary);margin-bottom:.4rem}.guide-for{font-size:.8rem;color:var(--or-accent);font-weight:600;margin-bottom:.6rem}.guide-desc{font-size:.9rem;color:#666;line-height:1.6;flex:1;margin-bottom:1rem}.guide-meta{display:flex;gap:12px;margin-bottom:1rem;font-size:.8rem;color:#999;align-items:center}.guide-meta i{font-size:.85rem}.guide-level{padding:3px 10px;background:#f0f4f6;border-radius:4px;font-size:.75rem;font-weight:500}.guide-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--or-accent);color:#fff!important;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none!important;transition:all .3s;align-self:flex-start}.guide-cta-btn:hover{background:var(--or-accent-hover);transform:translate(4px)}.guide-card-featured .guide-card-visual{height:280px}.guide-card-featured .guide-card-visual i{font-size:6rem}.guide-card-featured .guide-card-body h3{font-size:1.35rem}.hub-cta{background:linear-gradient(135deg,var(--or-primary) 0%,#2d5a7b 100%);padding:5rem 0;text-align:center;color:#fff}.hub-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.hub-cta p{font-size:1.05rem;opacity:.9;margin-bottom:2rem}.hub-cta .btn-accent{background:var(--or-accent);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s}.hub-cta .btn-accent:hover{background:var(--or-accent-hover);transform:translateY(-2px)}.hub-cta .btn-outline-white{border:2px solid rgba(255,255,255,.5);color:#fff;padding:12px 32px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s;background:transparent}.hub-cta .btn-outline-white:hover{background:#ffffff26;border-color:#fff;color:#fff}.hub-cta .cta-subtext{font-size:.85rem;opacity:.7;margin-top:1rem}.guide-detail-hero{min-height:35vh;background-color:var(--or-primary);display:flex;align-items:center;justify-content:center;text-align:center;padding-top:120px}.guide-detail-hero h1{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;max-width:800px;text-align:center;margin-left:auto;margin-right:auto}.guide-detail-hero .breadcrumb{justify-content:center;margin-bottom:0}.guide-detail-hero .breadcrumb-item,.guide-detail-hero .breadcrumb-item a{color:#fffc;font-size:.95rem}.guide-detail-hero .breadcrumb-item.active{color:#fff}.guide-detail-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.guide-section,.guide-detail-section{background:#c0cdd1;padding:4rem 0}.guide-detail-section>.container{position:relative}.guide-article-card{background:#fff;border-radius:1.5rem;padding:3rem;max-width:900px;margin:0 auto;box-shadow:0 10px 40px #0000001a}.guide-article-card h2{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;color:var(--or-primary);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid var(--or-accent);display:inline-block}.guide-article-card h3{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:var(--or-primary);margin-top:2rem;margin-bottom:.75rem}.guide-article-card h4{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:var(--or-primary-light);margin-top:1.5rem;margin-bottom:.5rem}.guide-article-card p{color:#444;line-height:1.8;margin-bottom:1rem}.guide-article-card ul{color:#444;line-height:1.8;margin-bottom:1.5rem}.guide-article-card li{margin-bottom:.5rem}.guide-article-card a{color:var(--or-accent)}.guide-article-card a:hover{color:var(--or-accent-hover)}.guide-article-card .intro{font-size:1.15rem;color:#555;border-left:4px solid var(--or-accent);padding-left:1.5rem;margin-bottom:2rem}.guide-article-card table{width:100%;border-collapse:collapse;margin:1.5rem 0}.guide-article-card table th{background-color:var(--or-primary);color:#fff;padding:.75rem 1rem;text-align:left}.guide-article-card table td{padding:.75rem 1rem;border-bottom:1px solid #eee}.guide-article-card table tr:nth-child(2n){background-color:#f8f9fa}.guide-cta{background:var(--or-primary);padding:4rem 0;text-align:center}.guide-cta h2{color:#fff;font-family:Montserrat,sans-serif;margin-bottom:1.5rem}.guide-cta p{color:#ffffffd9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-above-fold{background:linear-gradient(135deg,#fef9ef,#fdf6e8);border-left:4px solid var(--or-accent);border-radius:0 .75rem .75rem 0;padding:1.5rem 2rem;margin:2rem 0 2.5rem}.cta-above-fold .cta-label{font-weight:600;color:var(--or-primary);font-size:.95rem;display:block;margin-bottom:.5rem}.cta-above-fold .cta-label i{color:var(--or-accent);margin-right:.5rem}.cta-above-fold p{color:#555;margin-bottom:1rem;line-height:1.6}.cta-above-fold .btn-cta{background:var(--or-accent);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:2rem;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;min-height:44px}.cta-above-fold .btn-cta:hover{background:var(--or-accent-hover);transform:translateY(-2px);color:#fff}.cta-inline{background:linear-gradient(135deg,var(--or-primary) 0%,var(--or-primary-light) 100%);border-radius:1rem;padding:2rem 2.5rem;margin:2.5rem 0;text-align:center}.cta-inline h3{color:#fff;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.cta-inline p{color:#ffffffd9;margin-bottom:1.25rem;font-size:.95rem}.cta-inline .btn-cta{background:var(--or-accent);color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;min-height:44px}.cta-inline .btn-cta:hover{background:#fff;color:var(--or-primary);transform:translateY(-2px)}.guide-toc-column{display:none}@media(min-width:1280px){.guide-toc-column{display:block;position:absolute;right:-40px;top:0;bottom:0;width:calc((100% - 900px)/2 + 30px);pointer-events:none}.guide-toc{position:sticky;top:140px;pointer-events:auto;max-height:calc(100vh - 180px);overflow-y:auto;padding:1.75rem 1.15rem;width:-moz-max-content;width:max-content;max-width:100%;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:.75rem;box-shadow:0 4px 16px #e67e2240}.guide-toc::-webkit-scrollbar{width:3px}.guide-toc::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:3px}.guide-toc-title{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.3)}.guide-toc-list{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.guide-toc-list li{margin-bottom:.45rem;counter-increment:toc-counter}.guide-toc-list li a{display:flex;align-items:center;padding:.55rem .75rem;font-size:.95rem;line-height:1.35;color:#ffffffd9;text-decoration:none;border-left:2px solid transparent;border-radius:0 .25rem .25rem 0;transition:all .2s ease}.guide-toc-list li a:hover{color:#fff;background:#ffffff26;border-left-color:#ffffff80}.guide-toc-list li a.active{color:#fff;font-weight:700;background:#fff3;border-left-color:#fff}.guide-toc-list li a:before{content:counter(toc-counter);display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;margin-right:.5rem;background:#fff3;border-radius:50%;font-size:.72rem;font-weight:700;flex-shrink:0}.guide-toc-list li a:hover:before{background:#ffffff4d}.guide-toc-list li a.active:before{background:#fff;color:#d35400}}.guide-toc-mobile{margin:1.5rem 0 2rem;border:1px solid #e0e4e6;border-radius:.75rem;overflow:hidden}.guide-toc-mobile-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;background:#f5f7f8;border:none;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;color:var(--or-primary);transition:background .2s ease}.guide-toc-mobile-toggle:hover{background:#e8edef}.guide-toc-mobile-arrow{margin-left:auto;font-size:.7rem;transition:transform .3s ease}.guide-toc-mobile-toggle[aria-expanded=true] .guide-toc-mobile-arrow{transform:rotate(180deg)}.guide-toc-mobile-nav{max-height:0;overflow:hidden;transition:max-height .35s ease}.guide-toc-mobile-nav.open{max-height:600px}.guide-toc-mobile .guide-toc-list{list-style:none;padding:.5rem 1.25rem 1rem;margin:0;counter-reset:toc-counter}.guide-toc-mobile .guide-toc-list li{margin-bottom:.2rem;counter-increment:toc-counter}.guide-toc-mobile .guide-toc-list li a{display:flex;align-items:center;padding:.5rem .75rem;font-size:.9rem;color:#444;text-decoration:none;border-left:2px solid #e0e4e6;transition:all .2s ease}.guide-toc-mobile .guide-toc-list li a:hover{color:var(--or-accent);border-left-color:var(--or-accent)}.guide-toc-mobile .guide-toc-list li a:before{content:counter(toc-counter) ".";margin-right:.5rem;font-weight:700;color:var(--or-accent);min-width:1.2rem}@media(min-width:1280px){.guide-toc-mobile{display:none}}.guide-related{background:#f5f7f8;padding:3.5rem 0}.guide-related h2{text-align:center;color:var(--or-primary);font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.guide-related-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1rem}.guide-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;max-width:900px;margin:0 auto}.guide-related-card{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;background:#fff;border-radius:.75rem;text-decoration:none;color:var(--or-primary);font-weight:600;font-size:.95rem;line-height:1.35;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border-left:4px solid var(--or-accent)}.guide-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a;color:var(--or-accent)}.guide-related-card i{color:var(--or-accent);font-size:1.2rem;flex-shrink:0;transition:transform .3s ease}.guide-related-card:hover i{transform:translate(3px)}.cta-final{background:linear-gradient(135deg,var(--or-primary) 0%,var(--or-primary-dark) 100%);padding:5rem 0;text-align:center}.cta-final h2{color:#fff;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.75rem}.cta-final .subtitle{color:#ffffffd9;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-final .btn-group-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-final .btn-primary-cta{background:var(--or-accent);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-weight:700;font-size:1.05rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;min-height:44px}.cta-final .btn-primary-cta:hover{background:var(--or-accent-hover);transform:translateY(-2px);color:#fff}.cta-final .btn-secondary-cta{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);padding:1rem 2rem;border-radius:2rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;min-height:44px}.cta-final .btn-secondary-cta:hover{border-color:#fff;background:#ffffff1a;color:#fff}.cta-final .social-proof{color:#fff9;font-size:.9rem;margin-top:2rem}.cta-final .social-proof i{color:var(--or-accent);margin-right:.25rem}.faq-section{background:#f0f4f6;padding:5rem 0}.faq-section h2{text-align:center;font-size:1.8rem;font-weight:700;color:var(--or-primary);margin-bottom:2.5rem}.faq-card{background:#fff;padding:1.5rem 2rem;border-radius:1rem;box-shadow:0 4px 15px #0000000f;height:100%}.faq-card h3{font-size:1rem;font-weight:700;color:var(--or-primary);margin-bottom:.75rem}.faq-card p{font-size:.9rem;color:#666;line-height:1.6;margin:0}.cta-sticky{position:fixed;bottom:-80px;left:0;right:0;z-index:998;background:var(--or-primary);padding:.75rem 1.5rem;transition:bottom .4s ease;display:flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 -4px 20px #0003}.cta-sticky.visible{bottom:0}.cta-sticky p{color:#fff;margin:0;font-size:.95rem;font-weight:500}.cta-sticky .btn-cta{background:var(--or-accent);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9rem;text-decoration:none;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;gap:.4rem;transition:all .3s ease}.cta-sticky .btn-cta:hover{background:var(--or-accent-hover);color:#fff}.cta-sticky .close-sticky{background:none;border:none;color:#fff9;font-size:1.2rem;cursor:pointer;padding:.25rem;line-height:1}.cta-sticky .close-sticky:hover{color:#fff}@media(max-width:768px){.cta-sticky{gap:.75rem;padding:.6rem 1rem}.cta-sticky p{font-size:.8rem}.cta-sticky .btn-cta{font-size:.8rem;padding:.5rem 1rem}}.cta-popup-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem}.cta-popup-overlay.visible{display:flex}.cta-popup{background:#fff;border-radius:1.5rem;max-width:480px;width:100%;padding:2.5rem;text-align:center;position:relative;box-shadow:0 25px 60px #0000004d}.cta-popup .close-popup{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;line-height:1;padding:.25rem}.cta-popup .close-popup:hover{color:#333}.cta-popup .popup-icon{font-size:3rem;color:var(--or-accent);margin-bottom:1rem}.cta-popup h2{color:var(--or-primary);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.cta-popup .popup-desc{color:#555;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.cta-popup .popup-form{display:flex;gap:.5rem;margin-bottom:1rem}.cta-popup .popup-form input{flex:1;padding:.75rem 1rem;border:2px solid #ddd;border-radius:2rem;font-size:.95rem;outline:none;transition:border-color .3s}.cta-popup .popup-form input:focus{border-color:var(--or-accent)}.cta-popup .popup-form .btn-cta{background:var(--or-accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:all .3s}.cta-popup .popup-form .btn-cta:hover{background:var(--or-accent-hover)}.cta-popup .doubt-remover{color:#999;font-size:.8rem;margin:0}@media(max-width:576px){.cta-popup{padding:2rem 1.5rem}.cta-popup .popup-form{flex-direction:column}}.back-to-top{position:fixed;bottom:30px;right:30px;width:45px;height:45px;background:var(--or-primary);color:#fff;border:none;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;z-index:999;box-shadow:0 4px 15px #0003}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--or-accent);transform:translateY(-3px)}.partner-detail-card{background:#fff;border-radius:1rem;overflow:hidden;display:flex;align-items:stretch;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease,box-shadow .3s ease;height:100%}.partner-detail-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.partner-detail-logo{flex:0 0 140px;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#f5f7f8}.partner-detail-logo img{max-width:100px;max-height:70px;-o-object-fit:contain;object-fit:contain;filter:grayscale(30%);transition:filter .3s ease}.partner-detail-card:hover .partner-detail-logo img{filter:grayscale(0%)}.partner-detail-body{padding:1.5rem;flex:1}.partner-detail-body h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:var(--or-primary);margin-bottom:.4rem}.partner-detail-tag{display:inline-block;font-size:.75rem;font-weight:600;color:var(--or-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.partner-detail-body p{font-size:.9rem;color:#555;line-height:1.7;margin:0}.engagement-detail-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.engagement-detail-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.engagement-detail-img{height:220px;overflow:hidden}.engagement-detail-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.engagement-detail-card:hover .engagement-detail-img img{transform:scale(1.05)}.engagement-detail-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.engagement-detail-body h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:var(--or-primary);margin-bottom:.4rem}.engagement-detail-tag{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;color:var(--or-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.engagement-detail-body p{font-size:.9rem;color:#555;line-height:1.7;margin:0}@media(max-width:768px){.partner-detail-card{flex-direction:column}.partner-detail-logo{flex:none;padding:1.5rem}}.contact-hero{min-height:35vh;background-color:var(--or-primary);display:flex;align-items:center;justify-content:center;text-align:center;padding-top:120px}.contact-hero h1{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-hero .breadcrumb{justify-content:center;margin-bottom:0}.contact-hero .breadcrumb-item,.contact-hero .breadcrumb-item a{color:#fffc;font-size:.95rem}.contact-hero .breadcrumb-item.active{color:#fff}.contact-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.contact-section{background:#c0cdd1;padding:4rem 0}.contact-card{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 40px #0000001a}.guide-home-card{background:#fff;border-radius:1rem;overflow:hidden;height:100%;transition:transform .3s ease,box-shadow .3s ease}.guide-home-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.guide-home-icon{background:linear-gradient(135deg,var(--or-primary) 0%,var(--or-primary-light) 100%);padding:2rem;text-align:center}.guide-home-body{padding:1.5rem}@media(max-width:1024px){.footer-main{flex-direction:column;align-items:center;text-align:center;gap:4rem;padding:4rem 2rem}.footer-col,.footer-contact{align-items:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:991.98px){.mega-menu{padding:1rem;position:relative;transform:none;opacity:1;visibility:visible}.mega-dropdown>.nav-link{background:transparent;padding:.5rem 1rem!important;margin:0}.mega-col{padding:1rem 0;border-right:none!important;border-bottom:1px solid #eee}.mega-col:last-child{border-bottom:none}.mega-featured{display:none}.about-hero h1{font-size:2.2rem}.timeline-wrapper{padding:0 1rem}.timeline{flex-direction:column;gap:1.5rem;align-items:flex-start}.timeline-line,.timeline-arrow{display:none}.timeline-item{flex-direction:row;gap:1rem;width:100%}.timeline-year{margin-bottom:0;min-width:80px;text-align:right}.timeline-dot{flex-shrink:0}.timeline-connector{display:none}.timeline-text{max-width:none;text-align:left;flex:1}.quote-text{font-size:1.2rem}.quote-author-wrapper{flex-direction:column;gap:1.5rem}.quote-marks{margin:0 auto;font-size:4rem}.engagement-wrapper{flex-direction:column;gap:2rem}.engagement-text,.engagement-images{flex:none;width:100%}.offer-content{padding:1.5rem}.gallery-carousel .carousel-item img{height:220px}}@media(max-width:768px){.guide-hero h1{font-size:1.8rem}.guide-hero{padding:120px 0 40px}.guide-card-featured .guide-card-visual{height:180px}.guide-filters{gap:6px}.guide-filters .filter-pill{padding:6px 14px;font-size:.8rem}.guides-section{padding:2.5rem 0}}
