*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100%}:root{--theme-bg: #ffffff;--theme-bg-alt: #F8F9FA;--theme-text: #212529;--theme-text-muted: rgba(0, 0, 0, 0.6);--theme-border: rgba(0, 0, 0, 0.1);--theme-card-bg: #ffffff;--theme-shadow: rgba(0, 0, 0, 0.08);--theme-nav-bg: rgba(255, 255, 255, 0.95);--theme-nav-shadow: rgba(0, 0, 0, 0.1)}body{background-color:var(--theme-bg);color:var(--theme-text)}.container{box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}@media(min-width: 1400px){.container{max-width:1320px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col,[class*=col-]{flex:1 0 0%;padding-left:15px;padding-right:15px}.col{width:100%}.col-2{flex:0 0 auto;width:16.66666667%}.col-4{flex:0 0 auto;width:33.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}@media(min-width: 768px){.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-10{flex:0 0 auto;width:83.33333333%}}.navbar{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:fixed;top:0;left:0;right:0;z-index:1030;background:var(--theme-nav-bg);backdrop-filter:blur(10px);box-shadow:0 2px 20px var(--theme-nav-shadow);min-height:72px;width:100%;max-width:100%;overflow-x:hidden}.navbar .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 15px;min-height:72px;width:100%;max-width:100%;box-sizing:border-box}.navbar-brand{display:flex;align-items:center;padding:0;margin:0;text-decoration:none}.navbar-brand img{height:40px;width:auto;display:block}.navbar-toggler{display:none;position:relative;width:30px;height:24px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;margin-left:auto}@media(max-width: 767.98px){.navbar-toggler{display:block}}.navbar-toggler-icon{display:block;position:absolute;top:50%;left:0;width:100%;height:2px;background:#0056cc;border-radius:2px;transform:translateY(-50%);transition:all .3s ease}.navbar-toggler-icon::before,.navbar-toggler-icon::after{content:"";position:absolute;left:0;width:100%;height:2px;background:#0056cc;border-radius:2px;transition:all .3s ease}.navbar-toggler-icon::before{top:-8px}.navbar-toggler-icon::after{bottom:-8px}.navbar-collapse{display:flex;flex-grow:1;align-items:center;justify-content:flex-end}@media(max-width: 767.98px){.navbar-collapse{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,86,204,.1);flex-direction:column;align-items:stretch;max-height:0;overflow:hidden;transition:max-height .3s ease;width:100%;max-width:100%;box-sizing:border-box}.navbar-collapse.show{max-height:500px;padding:1rem 0}}.navbar-nav{display:flex;flex-direction:row;align-items:center;list-style:none;margin:0;padding:0;gap:0}@media(max-width: 767.98px){.navbar-nav{flex-direction:column;width:100%;gap:0}}.nav-item{margin:0}.nav-link{display:flex;align-items:center;padding:.75rem 1.25rem;color:#0056cc;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:500;letter-spacing:.5px;position:relative;transition:all .3s ease}.nav-link::after{content:"";position:absolute;bottom:0;left:1.25rem;right:1.25rem;height:3px;background:#0056cc;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav-link:hover,.nav-link:focus{color:#0056cc;text-decoration:none}.nav-link:hover::after,.nav-link:focus::after{transform:scaleX(1)}@media(max-width: 767.98px){.nav-link{padding:1rem 1.5rem;width:100%}.nav-link::after{left:0;right:0;bottom:0;top:auto;height:1px}}.nav-item .nav-link[href="#book"]{background:#0056cc;color:#fff !important;margin-left:.5rem;padding:.625rem 1.25rem;border-radius:30px;white-space:nowrap;font-weight:500;letter-spacing:.02em;text-transform:none}.nav-item .nav-link[href="#book"]::after{display:none}.nav-item .nav-link[href="#book"]:hover,.nav-item .nav-link[href="#book"]:focus{background:rgb(0,60.2,142.8);color:#fff !important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,86,204,.35)}@media(max-width: 767.98px){.nav-item .nav-link[href="#book"]{margin-left:0;margin-top:.5rem;text-align:center;justify-content:center}}.lang-toggle-wrap{display:flex;align-items:center}.lang-toggle{display:inline-flex;align-items:center;gap:2px;padding:.4rem .5rem;font-size:.75rem;font-weight:600;color:#0056cc;background:0 0;border:1px solid rgba(0,86,204,.3);border-radius:6px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.lang-toggle:hover,.lang-toggle:focus{color:#0056cc;background:rgba(0,86,204,.08);border-color:#0056cc}.lang-toggle-sep{opacity:.5;pointer-events:none}.lang-toggle-fr,.lang-toggle-en{pointer-events:none}.lang-en{display:none !important}html[data-lang=en] .lang-en{display:revert !important}html[data-lang=en] .lang-fr{display:none !important}html[data-lang=fr] .lang-fr{display:revert !important}html[data-lang=fr] .lang-en{display:none !important}.ms-auto{margin-left:auto}@media(max-width: 767.98px){.ms-auto{margin-left:0}}.btn{display:inline-block;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid rgba(0,0,0,0);cursor:pointer;font-size:1rem;line-height:1.5;text-align:center;vertical-align:middle;user-select:none}.form-control,.form-select{display:block;box-sizing:border-box;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;height:3.25rem}.form-control:focus,.form-select:focus{color:#212529;background-color:#fff;border-color:#0056cc;outline:0;box-shadow:0 0 0 4px rgba(0,86,204,.1);transform:translateY(-1px)}.form-control:hover:not(:focus),.form-select:hover:not(:focus){border-color:#b0b0b0}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:2.25rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group .form-control{position:relative;flex:1 1 auto;width:1%;min-width:0}.form-control.is-invalid,.form-select.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4M6 7.5h.01' stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.text-center{text-align:center !important}.text-end{text-align:right !important}.text-muted{color:rgba(0,0,0,.6) !important;font-weight:400}.text-white{color:#fff !important}.d-block{display:block !important}@media(min-width: 768px){.d-md-none{display:none !important}}.mx-auto{margin-left:auto !important;margin-right:auto !important}.mb-3{margin-bottom:1rem !important}.p-3{padding:1.5rem !important}.p-5{padding:3rem !important}.w-100{width:100% !important}.justify-content-center{justify-content:center !important}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.invisible{visibility:hidden !important}.lead{font-size:1.25rem;font-weight:300}.rounded{border-radius:12px !important}.card-shadow,.testimonial-card,.adventure-card,.table{box-shadow:0 2px 8px rgba(0,0,0,.08)}.badge{display:inline-block;padding:.4em .8em;font-size:.75em;font-weight:600;line-height:1.2;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:6px;letter-spacing:.3px}.bg-info{background:linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%);box-shadow:0 2px 4px rgba(13,202,240,.3)}.table{width:100%;margin-bottom:2rem;color:#212529;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden}.table>:not(caption)>*>*{padding:.875rem 1.5rem;background-color:#fff;border:none;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle}.table>tbody>tr{height:auto}.table>tbody>tr>td{vertical-align:middle;line-height:1.5}.table>tbody>tr:last-child>td{border-bottom:none}.table>tbody{vertical-align:middle}.table>thead{vertical-align:middle}.table>thead>tr>th{vertical-align:middle}.table th{text-align:center;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;color:rgba(0,0,0,.7);background:rgba(0,86,204,.04);padding:.875rem 1.5rem;vertical-align:middle}.table td{vertical-align:middle}.table td strong{font-weight:600;color:#0056cc;font-size:1rem;display:block;margin-bottom:0;line-height:1.3}.table td small{font-size:.875rem;line-height:1.3;display:block;margin-top:.125rem}.table td.text-end{font-weight:600;font-size:1.125rem;color:#0056cc;vertical-align:middle;text-align:right}.table-striped>tbody>tr:nth-of-type(even)>td{background-color:rgba(0,86,204,.02)}.table-striped>tbody>tr:nth-of-type(odd)>td{background-color:#fff}.table-striped>tbody>tr:hover>td{background-color:rgba(0,86,204,.05);transition:background-color .2s ease}.table-sm>:not(caption)>*>*{padding:.875rem 1.5rem}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}@media(max-width: 767.98px){.collapse:not(.show){max-height:0 !important;overflow:hidden}}.collapsing{transition:max-height .35s ease}@media(max-width: 767.98px){.show{max-height:500px !important}}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:400;line-height:1.6;letter-spacing:.01em;color:#212529;background-color:#fff;padding:0;margin:0;padding-top:72px;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;max-width:100%;position:relative}address{margin-bottom:0}.bg-primary{background:linear-gradient(135deg, #0056cc 0%, rgb(0, 60.2, 142.8) 100%);box-shadow:0 4px 16px rgba(0,86,204,.25);border-radius:12px;padding:1.5rem 2rem !important;font-size:1.0625rem;line-height:1.6;letter-spacing:.01em;margin:2rem 0}.jumbotron{padding:0 !important;margin:0 !important}.jumbotron h1{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:-0.03em;line-height:1.15;text-shadow:0 2px 20px rgba(0,0,0,.3);margin-bottom:1rem}@media(max-width: 767.98px){.jumbotron h1{font-size:2rem}}.jumbotron p{font-size:1.125rem;font-weight:400;line-height:1.6}form .w-100{margin-bottom:0 !important;height:0;padding:0}section{width:100%;max-width:100%;overflow-x:hidden;padding:92px 0 60px 0;position:relative}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-primary{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:500;letter-spacing:.02em;background:#0056cc;color:#fff;border:2px solid rgba(0,0,0,0)}.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:rgb(0,60.2,142.8);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,86,204,.35)}a,button{transition:all .3s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #0056cc;outline-offset:2px;border-radius:4px}#book-success{margin-top:35px;font-size:20px;color:#fff}#contact{background:linear-gradient(135deg, #1a1f2e 0%, #0f1419 100%);color:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.15)}#map-canvas{height:300px}#welcome{transform:translateZ(0);overflow:hidden;background:#fff;position:relative;height:calc(100vh - 72px);min-height:500px;margin:0;padding:0;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center}@media(max-width: 767.98px){#welcome{height:calc(100svh - 72px);min-height:400px}}#welcome video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:100%}#welcome .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(10, 20, 30, 0.55), rgba(10, 20, 30, 0.25), rgba(10, 20, 30, 0.1));pointer-events:none}#welcome .container{position:relative;z-index:1;color:#fff;text-align:center;width:80%;max-width:none;padding:2rem 2.5rem;margin-left:auto;margin-right:auto;background:rgba(10,20,30,.4);border-radius:12px;backdrop-filter:blur(4px);text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6),0 0 20px rgba(0,0,0,.5)}#welcome a{text-shadow:none;margin-top:20px}#welcome .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2;color:#fff;text-align:center;animation:scrollBounce 2s infinite}#welcome .scroll-indicator span{display:block;font-size:.875rem;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}#welcome .scroll-indicator svg{display:block;margin:0 auto}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}#gallery h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#0056cc;position:relative;padding-bottom:.5rem}#gallery h2:first-of-type{margin-top:1.5rem}#gallery h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg, #0056cc 0%, rgba(0, 86, 204, 0.3) 100%);border-radius:2px}#gallery li{padding:4px;transition:transform .2s ease}#gallery li:hover{transform:scale(1.05);z-index:1;position:relative}#gallery img{width:50px;height:50px;border-radius:4px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}#gallery img:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.kayak-badge{text-align:center;margin:2rem 0;padding:1.5rem 0}.kayak-badge a{display:inline-block;transition:transform .3s ease}.kayak-badge a:hover{transform:scale(1.05)}.kayak-badge img{height:150px;width:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}#partners{padding:4rem 0 60px 0}@media(max-width: 767.98px){#partners{padding:3rem 0 60px 0}}.partners-section-header{text-align:center;margin-bottom:3rem}.partners-section-header h1{margin-bottom:1rem}.partners-section-subtitle{font-size:1.125rem;color:rgba(0,0,0,.6);max-width:700px;margin:0 auto;line-height:1.6}.partners-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;max-width:1200px;margin:0 auto;justify-items:center}@media(min-width: 768px)and (max-width: 991.98px){.partners-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:0 1rem}}@media(min-width: 992px){.partners-grid{display:grid;grid-template-columns:repeat(3, 1fr)}}.partner-logo{display:flex;align-items:center;justify-content:center;width:140px;height:120px;padding:.5rem;transition:transform .3s ease;text-decoration:none}@media(min-width: 768px){.partner-logo{width:180px;height:140px}}@media(min-width: 992px){.partner-logo{width:200px;height:160px}}.partner-logo:hover{transform:scale(1.05)}.partner-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:0 auto;display:block;filter:grayscale(20%);transition:filter .3s ease}.partner-logo:hover img{filter:grayscale(0%)}@media(max-width: 767.98px){.partner-logo{height:100px;padding:.5rem}}#directions{padding-bottom:0}#directions>address{color:#fff;background:#0056cc;padding:5px 10px;font-size:20px;margin-bottom:0;text-align:center;font-weight:300;font-variant:small-caps}#btn-book{background:#0056cc !important;color:#fff !important;border:2px solid rgba(0,0,0,0) !important;border-radius:30px;margin-top:35px;padding:1rem 2rem;font-weight:500;letter-spacing:.02em}#btn-book:hover,#btn-book:active,#btn-book:focus{background:rgb(0,60.2,142.8) !important;color:#fff !important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,86,204,.35)}#book{background:linear-gradient(135deg, rgb(0, 103.2, 244.8) 0%, #0056cc 50%, rgb(0, 75.25, 178.5) 100%);box-shadow:0 4px 20px rgba(0,102,179,.15)}#book h1,#book p{color:#fff}#book a{margin-top:35px;background:#0056cc;color:#fff}#book a:hover,#book a:active,#book a:focus{background:rgb(0,60.2,142.8);color:#fff}#book input,#book select,#book option{border-radius:8px !important;border:2px solid #e0e0e0 !important}#book input:focus,#book select:focus,#book option:focus{border-color:#0056cc !important;box-shadow:0 0 0 4px rgba(0,86,204,.1) !important}@media(max-width: 767.98px){#book .row{margin-bottom:1.5rem;margin-left:0;margin-right:0}#book .row .col{width:100%;flex:0 0 100%;margin-bottom:1rem;padding-left:0;padding-right:0}#book .row .col:last-child{margin-bottom:0}#book .mb-3{margin-bottom:1.5rem !important}#book .d-md-none.w-100{display:none}}footer{color:hsla(0,0%,100%,.9);font-size:1rem;padding-top:3rem;padding-bottom:3rem}@media(max-width: 767.98px){footer{padding-top:2.5rem;padding-bottom:2.5rem}}footer .footer-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;max-width:1200px;margin:0 auto}@media(max-width: 991.98px){footer .footer-grid{gap:2.5rem}}@media(max-width: 767.98px){footer .footer-grid{grid-template-columns:1fr;gap:2.5rem}footer .footer-grid .footer-social,footer .footer-grid .footer-kayak{text-align:center}}footer .footer-column{display:flex;flex-direction:column;gap:1rem}footer .footer-contact{align-items:flex-start;text-align:left}@media(max-width: 767.98px){footer .footer-contact{align-items:center}}footer .footer-contact .footer-contact-wrapper{width:100%;display:flex;flex-direction:column;gap:1.25rem}@media(max-width: 767.98px){footer .footer-contact .footer-contact-wrapper{align-items:flex-start;width:auto;max-width:100%}}footer .footer-contact .footer-item{display:flex;align-items:flex-start;gap:.75rem;min-width:0}footer .footer-contact .footer-item i{font-size:1.25rem;color:hsla(0,0%,100%,.8);width:24px;flex-shrink:0;margin-top:.125rem}footer .footer-contact .footer-item a{color:#fff;text-decoration:none;font-size:1rem;white-space:nowrap;transition:color .3s ease;flex-shrink:0}footer .footer-contact .footer-item a:hover,footer .footer-contact .footer-item a:active,footer .footer-contact .footer-item a:focus{color:hsla(0,0%,100%,.8);text-decoration:none}@media(max-width: 991.98px){footer .footer-contact .footer-item a{font-size:.95rem}}@media(max-width: 575.98px){footer .footer-contact .footer-item a{font-size:.9rem}}footer .footer-contact .footer-item.footer-address{align-items:flex-start}footer .footer-contact .footer-item.footer-address address{color:hsla(0,0%,100%,.9);font-style:normal;line-height:1.5;margin:0;flex:1}footer .footer-contact .footer-item.footer-address address .address-line-nowrap{white-space:nowrap}footer .footer-social{align-items:center;justify-content:center}footer .footer-social .footer-social-icons{display:flex;gap:1.5rem;justify-content:center}footer .footer-social .footer-social-icons a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}footer .footer-social .footer-social-icons a i{font-size:1.5rem}footer .footer-social .footer-social-icons a:hover,footer .footer-social .footer-social-icons a:active,footer .footer-social .footer-social-icons a:focus{background:hsla(0,0%,100%,.2);transform:translateY(-3px);color:#fff;text-decoration:none}footer .footer-kayak{align-items:center;justify-content:center}footer .footer-kayak a{display:inline-block;transition:transform .3s ease}footer .footer-kayak a:hover,footer .footer-kayak a:active,footer .footer-kayak a:focus{transform:scale(1.05)}footer .footer-kayak img{max-width:100%;height:auto}footer a{color:#fff;text-decoration:none}footer a:hover,footer a:active,footer a:focus{text-decoration:none}#activities{background:#f8f9fa;padding:4rem 0 40px 0;overflow:visible}@media(max-width: 767.98px){#activities{padding:3rem 0 40px 0}}#activities h2{margin-top:2.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#0056cc;position:relative;padding-bottom:.5rem}#activities h2:first-of-type{margin-top:1.5rem}#activities h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg, #0056cc 0%, rgba(0, 86, 204, 0.3) 100%);border-radius:2px}#activities .table{margin-top:1.5rem;margin-bottom:2.5rem}@media(max-width: 767.98px){#activities .table{border-radius:8px;font-size:.9rem}#activities .table>:not(caption)>*>*{padding:.75rem 1rem;vertical-align:middle}#activities .table td{vertical-align:middle}#activities .table td strong{font-size:.95rem;line-height:1.3;margin-bottom:0}#activities .table td small{font-size:.8rem;line-height:1.3;margin-top:.1rem}#activities .table td.text-end{font-size:1rem;vertical-align:middle}}#activities h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#0056cc;position:relative;padding-bottom:.5rem}#activities h2:first-of-type{margin-top:1.5rem}#activities h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg, #0056cc 0%, rgba(0, 86, 204, 0.3) 100%);border-radius:2px}#activities .bg-primary{border-radius:12px;padding:1.5rem 2rem;margin:2rem 0;box-shadow:0 4px 16px rgba(0,86,204,.25);font-size:1.0625rem;line-height:1.7;letter-spacing:.01em;font-weight:400;backdrop-filter:blur(10px)}#activities .bg-primary .small-caps{font-weight:600;font-size:1.1em;letter-spacing:.05em}#activities .activities-opening{display:block;margin:1.5rem 0 2rem;padding:1.5rem 1.5rem 1.5rem 1.75rem;background:#e9f2ff;border-radius:8px;border-left:5px solid #0056cc;font-size:1rem;font-weight:500;line-height:1.55;color:#333}#activities .activities-opening p{margin:0 0 1.25rem}#activities .activities-opening ul{margin:0;padding:1rem 0 0;border-top:1px solid rgba(0,86,204,.2);list-style:none}#activities .activities-opening ul li{position:relative;padding-left:1.25rem;margin-bottom:.75rem;line-height:1.6;color:rgba(0,0,0,.8);font-weight:500}#activities .activities-opening ul li::before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:rgba(0,86,204,.6);border-radius:50%}#activities .activities-opening ul li:last-child{margin-bottom:0}#activities .activities-opening .small-caps{font-variant:small-caps;font-weight:600;color:#0056cc;letter-spacing:.04em}#activities ul{margin:1.5rem 0;padding-left:1.5rem}#activities ul li{margin-bottom:.5rem;line-height:1.6;color:rgba(0,0,0,.7);font-weight:500}.introductory-diving-section{overflow:visible;margin-bottom:0}.introductory-diving-section .container{overflow:visible}.introductory-diving-section .adventure-diving-cards{margin:0 -15px;padding:0 15px;overflow:visible}.adventure-diving-section{position:relative;overflow:visible;margin-bottom:0}.adventure-diving-section>h2{margin-top:2.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#0056cc;position:relative;padding-bottom:.5rem}.padi-courses-section{margin-top:0;padding-top:0}.adventure-diving-section>.pricing-tabs-wrapper{background:#fff;padding:1rem 0;margin-bottom:2rem;margin-top:0;box-shadow:none;transition:transform .25s cubic-bezier(0.4, 0, 0.2, 1),opacity .25s ease}.adventure-diving-section>.pricing-tabs-wrapper .container{text-align:center}.adventure-diving-section>.pricing-tabs-wrapper.is-sticky{position:fixed;top:72px;left:0;right:0;width:100%;z-index:100;box-shadow:none;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);transform:translateY(0);opacity:1}.adventure-diving-section>.pricing-tabs-wrapper.is-sticky .pricing-tabs,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky .pricing-tabs-container,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky .pricing-tab-label,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky .pricing-tab-slider{opacity:1}.adventure-diving-section>.pricing-tabs-wrapper.is-sticky.sliding-in{transform:translateY(-100%);opacity:0}.adventure-diving-section>.pricing-tabs-wrapper.is-sticky.sliding-in .pricing-tabs,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky.sliding-in .pricing-tabs-container,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky.sliding-in .pricing-tab-label,.adventure-diving-section>.pricing-tabs-wrapper.is-sticky.sliding-in .pricing-tab-slider{opacity:1}@media(max-width: 767.98px){.adventure-diving-section>.pricing-tabs-wrapper{padding:.75rem 0}}.pricing-tabs-spacer{width:100%;flex-shrink:0;pointer-events:none;box-sizing:border-box;margin-top:0;margin-bottom:2rem;padding:0}.pricing-tabs{display:inline-flex;margin:0 auto;justify-content:center;position:relative}.pricing-toggle-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.pricing-tabs-container{display:inline-flex;background:rgba(0,86,204,.08);border-radius:12px;padding:4px;gap:0;position:relative;cursor:pointer;overflow:hidden}@media(max-width: 767.98px){.pricing-tabs-container{width:100%;max-width:400px}}.pricing-tab-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#fff;border-radius:8px;transition:transform .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1}.pricing-tab-label{padding:.75rem 1.5rem;background:rgba(0,0,0,0);border-radius:8px;font-size:.95rem;transition:color .3s ease,font-weight .3s ease;white-space:nowrap;flex:1;position:relative;z-index:2;pointer-events:auto;display:block;color:rgba(0,0,0,.5);font-weight:500;cursor:pointer}.pricing-tab-label.active{color:#0056cc;font-weight:600}.pricing-tabs-container.rental-active .pricing-tab-slider{transform:translateX(0)}.pricing-tabs-container.own-active .pricing-tab-slider{transform:translateX(100%)}.adventure-diving-cards{display:grid;gap:2rem;margin-top:0;margin-bottom:0;align-items:stretch}.adventure-diving-cards>.lang-fr,.adventure-diving-cards>.lang-en{display:contents}.adventure-diving-cards .adventure-card{height:100%;min-height:0}@media(max-width: 767.98px){.adventure-diving-cards{grid-template-columns:1fr;gap:1.5rem}}@media(min-width: 768px)and (max-width: 1199.98px){.adventure-diving-cards{grid-template-columns:repeat(2, 1fr)}.adventure-diving-cards .adventure-card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;max-width:calc((100% - 2rem)/2)}}@media(min-width: 1200px){.adventure-diving-cards{grid-template-columns:repeat(3, 1fr)}}.adventure-card{background:#fff;border-radius:25px;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.adventure-card:hover{box-shadow:0 5px 20px rgba(0,0,0,.2)}.adventure-card:hover .adventure-image img{filter:brightness(1);transform:scale(1.1)}.adventure-image{height:4rem;overflow:hidden}.adventure-image img{width:100%;height:100%;object-fit:cover;transition:filter .3s ease,transform .3s ease;filter:brightness(0.82)}.adventure-card-content{padding:1rem 2rem;display:flex;flex-direction:column;flex:1;min-height:0;align-items:center;justify-content:flex-start}.adventure-card-content h3{font-size:1.25rem;font-weight:600;color:#0056cc;margin:0 0 .25rem 0;line-height:1.3;min-height:2.5rem;display:flex;align-items:center;justify-content:center;text-align:center;flex-wrap:wrap}@media(max-width: 767.98px){.adventure-card-content{padding:.75rem 1.5rem}.adventure-card-content h3{font-size:1.125rem;min-height:2.25rem}}.adventure-card-cta{margin-top:auto;width:100%;display:flex;flex-direction:column;align-items:center}.adventure-level{display:inline-block;padding:4px 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:.5rem;width:fit-content;margin-left:auto;margin-right:auto}.adventure-level.beginner{background:#dbeafe;color:#1e40af}.adventure-level.intermediate{background:#fef3c7;color:#92400e}.adventure-level.advanced{background:#fee2e2;color:#991b1b}.adventure-description{color:rgba(0,0,0,.6);font-size:.95rem;line-height:1.5;margin:.5rem 0 .75rem 0;min-height:4.275rem;max-height:4.275rem;height:4.275rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-shrink:0;width:100%;text-align:center}@media(max-width: 767.98px){.adventure-description{font-size:.875rem;margin:.375rem 0 .5rem 0;min-height:3.9375rem;max-height:3.9375rem;height:3.9375rem}}.adventure-pricing{margin-top:.25rem;margin-bottom:.75rem;flex-shrink:0;width:100%;align-self:stretch}.pricing-features{list-style:none;padding:0;margin:0 0 .5rem 0;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;height:5.9rem;overflow:hidden}.pricing-feature{font-size:1rem;font-weight:500;color:rgba(0,0,0,.7);margin-bottom:.4rem;padding-left:1.4rem;line-height:1.4;position:relative}.pricing-feature::before{content:"✓";position:absolute;left:0;top:.1rem;color:#00b4d8;font-weight:bold}.pricing-feature:last-child{margin-bottom:0}.price-main{font-size:2.5rem;font-weight:700;color:#0056cc;margin-bottom:.25rem;text-align:center}.price-secondary{font-size:.875rem;color:rgba(0,0,0,.6)}.adventure-card-content .btn{margin-top:0;margin-bottom:.75rem;text-align:center;flex-shrink:0;width:auto;align-self:center}.rental-info{margin-top:0;margin-bottom:2rem;padding:1.5rem;background:rgba(0,86,204,.05);border-radius:15px;color:rgba(0,0,0,.7);line-height:1.6;font-size:1rem}h1,.partners-section-header h1,.testimonials-section-header h1,.why-us-header h1,#at-a-glance h1,#activities h1:first-of-type{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-0.03em;line-height:1.15;margin-bottom:1.5rem;margin-top:0}h1{color:#0056cc}h2{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;letter-spacing:-0.02em}h3{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0056cc;font-size:1.125rem;font-weight:600;letter-spacing:-0.01em}section h1:not(.jumbotron h1):not(#contact h1),.partners-section-header h1,.testimonials-section-header h1,.why-us-header h1,#at-a-glance h1,#activities h1:first-of-type{text-align:center}#contact h1{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-0.03em;line-height:1.15}.small-caps{font-variant:small-caps}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.fancybox__container{--fancybox-bg: rgba(0, 0, 0, .85)}.fancybox__thumbs{background:rgba(0,0,0,.85)}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/webfonts/fa-solid-900.woff2") format("woff2")}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/webfonts/fa-brands-400.woff2") format("woff2")}@media(min-width: 768px){footer .footer-grid{gap:4rem}#gallery img{width:100px;height:100px}.jumbotron h1{font-size:2.75rem}.jumbotron p{font-size:1.25rem}#welcome .container{width:60%}}#reviews.reviews{background:#fff;padding:3rem 0 1rem 0}@media(max-width: 767.98px){#reviews.reviews{padding:2.5rem 0 .75rem 0}}#reviews .container{text-align:center}.reviews-badges-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;max-width:800px;margin:0 auto}@media(max-width: 767.98px){.reviews-badges-grid{grid-template-columns:1fr;gap:1rem}}.reviews-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;text-decoration:none;color:inherit}.reviews-badge:hover{color:inherit;text-decoration:none}.reviews-badge:focus-visible{outline:2px solid #0056cc;outline-offset:2px;border-radius:4px}.reviews-badge-logo{display:flex;align-items:center;justify-content:center;height:32px}.reviews-badge-logo img{max-width:100%;height:32px;width:auto;object-fit:contain}.reviews-badge-name{font-size:.9375rem;font-weight:600;color:rgba(0,0,0,.75);letter-spacing:.01em}.reviews-badge-stars{font-size:.75rem;color:#fbbf24;letter-spacing:.1em;line-height:1;height:.75rem;display:flex;align-items:center;justify-content:center}.tripadvisor-bubbles{display:flex;align-items:center;justify-content:center;gap:.2rem;line-height:1}.tripadvisor-bubbles .bubble{display:inline-block;width:.75rem;height:.75rem;border-radius:50%;background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="1"] .bubble:nth-child(2){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1"] .bubble:nth-child(3){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1"] .bubble:nth-child(4){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1.5"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="1.5"] .bubble:nth-child(2){background:linear-gradient(90deg, #00AA6C 50%, rgba(0, 0, 0, 0.15) 50%)}.tripadvisor-bubbles[data-rating="1.5"] .bubble:nth-child(3){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1.5"] .bubble:nth-child(4){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="1.5"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="2"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="2"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="2"] .bubble:nth-child(3){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="2"] .bubble:nth-child(4){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="2"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="2.5"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="2.5"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="2.5"] .bubble:nth-child(3){background:linear-gradient(90deg, #00AA6C 50%, rgba(0, 0, 0, 0.15) 50%)}.tripadvisor-bubbles[data-rating="2.5"] .bubble:nth-child(4){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="2.5"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="3"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="3"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="3"] .bubble:nth-child(3){background:#00aa6c}.tripadvisor-bubbles[data-rating="3"] .bubble:nth-child(4){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="3"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="3.5"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="3.5"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="3.5"] .bubble:nth-child(3){background:#00aa6c}.tripadvisor-bubbles[data-rating="3.5"] .bubble:nth-child(4){background:linear-gradient(90deg, #00AA6C 50%, rgba(0, 0, 0, 0.15) 50%)}.tripadvisor-bubbles[data-rating="3.5"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="4"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="4"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="4"] .bubble:nth-child(3){background:#00aa6c}.tripadvisor-bubbles[data-rating="4"] .bubble:nth-child(4){background:#00aa6c}.tripadvisor-bubbles[data-rating="4"] .bubble:nth-child(5){background:rgba(0,0,0,.15)}.tripadvisor-bubbles[data-rating="4.5"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="4.5"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="4.5"] .bubble:nth-child(3){background:#00aa6c}.tripadvisor-bubbles[data-rating="4.5"] .bubble:nth-child(4){background:#00aa6c}.tripadvisor-bubbles[data-rating="4.5"] .bubble:nth-child(5){background:linear-gradient(90deg, #00AA6C 50%, rgba(0, 0, 0, 0.15) 50%)}.tripadvisor-bubbles[data-rating="5"] .bubble:nth-child(1){background:#00aa6c}.tripadvisor-bubbles[data-rating="5"] .bubble:nth-child(2){background:#00aa6c}.tripadvisor-bubbles[data-rating="5"] .bubble:nth-child(3){background:#00aa6c}.tripadvisor-bubbles[data-rating="5"] .bubble:nth-child(4){background:#00aa6c}.tripadvisor-bubbles[data-rating="5"] .bubble:nth-child(5){background:#00aa6c}.yelp-stars{display:flex;align-items:center;justify-content:center;gap:.15rem;line-height:1}.yelp-stars .yelp-star{display:inline-flex;align-items:center;justify-content:center;width:.75rem;height:.75rem;background:#d32323;border-radius:.15rem;color:#fff;font-size:.5rem;font-style:normal}.yelp-stars .yelp-star::before{content:"★"}.yelp-stars[data-rating="1"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="1"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="1"] .yelp-star:nth-child(2){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="1"] .yelp-star:nth-child(3){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="1"] .yelp-star:nth-child(4){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="1"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(2)::before{content:"★";background:linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.35) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(3){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(4){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="1.5"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="2"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="2"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="2"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="2"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="2"] .yelp-star:nth-child(3){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="2"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="2"] .yelp-star:nth-child(4){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="2"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="2"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="2"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(3)::before{content:"★";background:linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.35) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(4){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="2.5"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="3"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="3"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="3"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="3"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="3"] .yelp-star:nth-child(3){color:#fff}.yelp-stars[data-rating="3"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="3"] .yelp-star:nth-child(4){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="3"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="3"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="3"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(3){color:#fff}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(4)::before{content:"★";background:linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.35) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="3.5"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="4"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="4"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="4"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="4"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="4"] .yelp-star:nth-child(3){color:#fff}.yelp-stars[data-rating="4"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="4"] .yelp-star:nth-child(4){color:#fff}.yelp-stars[data-rating="4"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="4"] .yelp-star:nth-child(5){color:hsla(0,0%,100%,.35)}.yelp-stars[data-rating="4"] .yelp-star:nth-child(5)::before{content:"★"}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(3){color:#fff}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(4){color:#fff}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="4.5"] .yelp-star:nth-child(5)::before{content:"★";background:linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.35) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.yelp-stars[data-rating="5"] .yelp-star:nth-child(1){color:#fff}.yelp-stars[data-rating="5"] .yelp-star:nth-child(1)::before{content:"★"}.yelp-stars[data-rating="5"] .yelp-star:nth-child(2){color:#fff}.yelp-stars[data-rating="5"] .yelp-star:nth-child(2)::before{content:"★"}.yelp-stars[data-rating="5"] .yelp-star:nth-child(3){color:#fff}.yelp-stars[data-rating="5"] .yelp-star:nth-child(3)::before{content:"★"}.yelp-stars[data-rating="5"] .yelp-star:nth-child(4){color:#fff}.yelp-stars[data-rating="5"] .yelp-star:nth-child(4)::before{content:"★"}.yelp-stars[data-rating="5"] .yelp-star:nth-child(5){color:#fff}.yelp-stars[data-rating="5"] .yelp-star:nth-child(5)::before{content:"★"}.reviews-badge-score{font-size:.9375rem;font-weight:600;color:rgba(0,0,0,.7)}.reviews-badge-ranking{font-size:.8125rem;color:rgba(0,0,0,.6);font-style:italic}.reviews-badge-ranking:empty{display:none}.reviews-badge-link{font-size:.875rem;font-weight:500;color:#0056cc;letter-spacing:.02em}#at-a-glance.at-a-glance{background:linear-gradient(135deg, #0056cc 0%, rgb(0, 64.5, 153) 100%);color:#fff;padding:60px 0;text-align:center;position:relative}#at-a-glance.at-a-glance h1{color:#fff;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;hyphens:auto;word-break:break-word}@media(max-width: 767.98px){#at-a-glance.at-a-glance h1{padding:0 1rem;line-height:1.3}}.partners-section-header h1,.testimonials-section-header h1{margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;max-width:1000px;margin:0 auto}@media(max-width: 767.98px){.stats-grid{grid-template-columns:1fr;gap:3rem}}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-icon{width:48px;height:48px;color:hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center}.stat-icon i{font-size:2rem}.stat-number{font-size:clamp(2.8rem,4vw,3.2rem);font-weight:700;line-height:1;color:#fff;margin:0;letter-spacing:-0.02em;white-space:nowrap}@media(max-width: 767.98px){.stat-number{font-size:3.5rem}}.stat-label{font-size:1.125rem;font-weight:400;color:hsla(0,0%,100%,.9);line-height:1.4;max-width:200px}@media(max-width: 767.98px){.stat-label{font-size:1rem}}#why-us.why-us{background:#fff;padding:4rem 0}@media(max-width: 767.98px){#why-us.why-us{padding:3rem 0}}.why-us-header{text-align:center;margin-bottom:3rem}.why-us-header h1{margin-bottom:.75rem}.why-us-subtitle{font-size:1.0625rem;color:rgba(0,0,0,.6);max-width:560px;margin:0 auto;line-height:1.6}.why-us-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:900px;margin:0 auto}@media(max-width: 575.98px){.why-us-grid{grid-template-columns:1fr;gap:1.5rem}}.why-us-card{background:#fff;padding:2rem 1.75rem;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .3s ease,transform .2s ease;text-align:center}.why-us-card:hover{box-shadow:0 4px 16px rgba(0,86,204,.12)}@media(max-width: 575.98px){.why-us-card{padding:1.5rem 1.25rem}}.why-us-icon{width:52px;height:52px;margin:0 auto 1.25rem;border-radius:12px;display:flex;align-items:center;justify-content:center}.why-us-icon i{font-size:1.5rem}.why-us-card:nth-child(1) .why-us-icon{background:rgba(14,165,233,.1)}.why-us-card:nth-child(1) .why-us-icon i{color:#0ea5e9}.why-us-card:nth-child(2) .why-us-icon{background:rgba(13,148,136,.1)}.why-us-card:nth-child(2) .why-us-icon i{color:#0d9488}.why-us-card:nth-child(3) .why-us-icon{background:rgba(99,102,241,.1)}.why-us-card:nth-child(3) .why-us-icon i{color:#6366f1}.why-us-card:nth-child(4) .why-us-icon{background:rgba(217,119,6,.1)}.why-us-card:nth-child(4) .why-us-icon i{color:#d97706}.why-us-card h3{font-size:1.125rem;font-weight:600;color:#0056cc;margin:0 0 .5rem;line-height:1.3}.why-us-card p{font-size:.9375rem;color:rgba(0,0,0,.65);line-height:1.5;margin:0}#testimonials.testimonials{background:#f8f9fa;padding:4rem 0;overflow:visible !important;display:flex;align-items:center;min-height:50vh}@media(max-width: 767.98px){#testimonials.testimonials{padding:3rem 0}}#testimonials.testimonials .container{padding:0 15px;overflow:visible !important}.testimonials-section-header{text-align:center;margin-bottom:3rem}.testimonials-section-header h1{margin-bottom:1rem}.testimonials-section-subtitle{font-size:1.125rem;color:rgba(0,0,0,.6);max-width:600px;margin:0 auto;line-height:1.6}.testimonials-swiper{margin:0 -15px;padding:15px;overflow:visible !important}.testimonials-swiper .swiper-wrapper{align-items:stretch}.testimonials-swiper .swiper-slide{height:auto;display:flex;padding:0 8px;box-sizing:border-box}.testimonials-swiper .swiper-pagination{position:relative;margin-top:2rem;bottom:auto}.testimonials-swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:rgba(0,86,204,.3);opacity:1;margin:0 6px;transition:all .3s ease}.testimonials-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0056cc;width:24px;border-radius:5px}.testimonial-card{background:#fff;padding:2rem;border-radius:25px;width:100%;display:flex;flex-direction:column;margin:0}@media(max-width: 767.98px){.testimonial-card{padding:1.5rem}}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem;line-height:1}.testimonial-text{color:rgba(0,0,0,.6);margin:0 0 1.5rem;padding:0;border:none;font-style:italic;line-height:1.8;font-size:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{flex:1}.author-name{font-weight:600;color:#0056cc;font-size:1rem;margin-bottom:.25rem}.author-title{font-size:.875rem;color:rgba(0,0,0,.6)}@font-face{font-family:"Glyphicons Halflings";src:url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.eot);src:url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.woff) format("woff"),url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(https://cdn.jsdelivr.net/bootstrap/3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}/*# sourceMappingURL=poseidon.css.map */ 