/* Reset */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}
*:focus{outline:none !important;box-shadow:none !important}

/* Global */
html{height:100%;margin:0;box-sizing:border-box;scroll-behavior:smooth;-webkit-text-size-adjust:100%;color:#648296;font-family:'BeausiteClassic',sans-serif;font-size:16px;font-weight:500;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}
@media (max-width: 575px){html{font-size:16px}}
@media (min-width: 576px){html{font-size:16px}}
@media (min-width: 768px){html{font-size:16px}}
@media (min-width: 992px){html{font-size:18px}}
@media (min-width:1200px){html{}}
@media (min-width:1400px){html{}}

body {height: 100%;margin: 0;color:#648296;font-family: 'BeausiteClassic', sans-serif;font-size: 1rem;font-weight: 500;line-height: 1.5;overflow-x: hidden;overflow-y: auto;}
#page{min-height:100vh;display:flex;flex-direction:column}
.site-content{flex:1 0 auto}
.site-footer{flex-shrink:0}
.grecaptcha-badge{z-index:99;bottom: 100px !important;}
@media (min-width:1400px){.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width:1140px}}

/* Typography */
@font-face{font-family:'Wicklow';src:url('/wp-content/themes/Beehive/inc/fonts/F37Wicklow-Black.woff2') format('woff2');font-weight:900}
@font-face{font-family:'BeausiteClassic';src:url('/wp-content/themes/Beehive/inc/fonts/BeausiteClassicWeb-Medium.woff2') format('woff2'),url('BeausiteClassicWeb-Medium.woff') format('woff');font-weight:500;font-style:normal}
@font-face{font-family:'BeausiteClassic';src:url('/wp-content/themes/Beehive/inc/fonts/BeausiteClassicWeb-Semibold.woff2') format('woff2'),url('BeausiteClassicWeb-Semibold.woff') format('woff');font-weight:600;font-style:normal}
.wicklow{font-family:'Wicklow',sans-serif;line-height:1.25}
.yellow{color:#f0bf05}
.orange{color:#eb7324}
.blue{color:#648296}
.medium{font-weight:500}
.semibold{font-weight:600}
.yellowline{border-bottom-color:#f0bf05}
.orangeline{border-bottom-color:#eb7324}
.blueline{border-bottom-color:#648296}
p{font-size:1.25rem;color:#648296;font-weight:500;margin-bottom:30px;line-height:1.5}
p.has-small-font-size  {font-size:0.75rem}
p.has-normal-font-size {font-size:1.25rem}
p.has-medium-font-size {font-size:1.25rem}
p.has-large-font-size  {font-size:1.5rem}
p.has-x-large-font-size{font-size:2.5rem}
a{color:#648296;text-decoration:underline;-webkit-transition:color 0.3s ease-out;-o-transition:color 0.3s ease-out}
a:hover,a:focus,a:active{color:#eb7324;text-decoration:none;outline:none}
h1,h2,h3,h4,h5,h6{font-weight:600;color:#648296;clear:both;margin-top:60px;margin-bottom:30px;letter-spacing:-.01em}
h1{font-size:3rem;text-align:left;color:#eb7324;border-bottom:1px solid #eb7324}
h2{font-size:2.5rem;line-height:1.5;color:#eb7324;border-bottom:1px solid #eb7324}
h3{font-size:1.5rem; margin:30px 0 15px;border-bottom:1px solid #648296}
h4{font-size:1.25rem; margin-bottom:10px}
h5{font-size:1rem; text-transform:uppercase; margin-bottom:10px}
h6{font-size:0.9rem; font-weight:600; margin-bottom:0}
textarea:focus,input:focus{color:#7d8791;text-decoration:none;outline:none}
img{vertical-align:middle;max-width:100%;height:auto}
strong, b{ font-weight:600}
em, dfn, cite, i{font-style:italic}
mark{background:#fff9c0; padding:0 0.2em}
small{font-size:0.875em; color:#666}
abbr, acronym{border-bottom:1px dotted #666;cursor:help}
ul, ol{margin-bottom:1.5em;padding-left:2rem}
ul li{ list-style:disc}
ol li{ list-style:decimal}
li > ul, li > ol{ margin-left:1.5em}
ul.wp-block-list{margin:0 0 50px;padding:0}
ul.wp-block-list li{position:relative;font-size: 1.25rem;list-style:none;color:#648296;border-bottom:1px dotted #648296;padding:8px 0;line-height:1.2}
ul.wp-block-list li::before{content:'';position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:10px;height:10px;background:#f0bf05;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
code,kbd,tt,var{font-family:Consolas,Monaco,monospace;background:#f4f4f4;padding:0.2em 0.4em;border-radius:4px}
pre{background:#eee;padding:1.6em;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;overflow-x:auto}
table{width:100%;border-collapse:collapse;margin-bottom:1.5em}
th,td{border:1px solid #ddd;padding:0.75em;text-align:left}
th{width:15%}
img{max-width:100%;height:auto;vertical-align:middle}
figure{margin:1em 0}
hr{border:0;border-top:1px solid #eee;margin:2rem 0;background-color:#ccc;height:1px}
.cta {font-family: 'Wicklow', sans-serif;font-weight: 900;font-size: 2rem;line-height: 1.2;margin: 60px 0}
.cta a{text-decoration:underline;color:inherit;transition:color 0.5s ease}
.cta a:hover{color:#eb7324}

/* Header */
.top-bar{box-shadow:inset 0 -2px 5px rgb(0 0 0 / .1);animation:fadeInTop 0.5s ease;position:relative}
@keyframes fadeInTop{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.top-bar p{margin-bottom:0}
.top-bar-close{position:absolute;right:1rem;top:.75rem;font-size:1rem;line-height:1;color:inherit}
.top-bar-close:focus{outline:none;box-shadow:none}

/* Menu */
.site-header {background: rgba(255, 255, 255, 0.75);}
.site-header .navbar{display:flex;align-items:center;justify-content:space-between}
.logo-link{order:1}
.navbar-toggler{order:2;background:#fff;border:none}
.navbar-collapse{order:3}
.navbar-toggler{display:inline-flex;align-items:center;justify-content:center;padding:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:9999;color:#647b8f}
.navbar-toggler-icon{display:inline-block;width:1.5rem;height:1.5rem;background-size:contain;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
#primary-menu-wrap{position:fixed;top:0;left:0;height:100vh;width:100%;background:#fff;z-index:2000;opacity:0;visibility:hidden;transform:translateY(-100%);display:flex;flex-direction:column;transition:transform 0.6s cubic-bezier(.77,0,.175,1),opacity 0.4s ease,visibility 0.4s ease}
#primary-menu-wrap.active{opacity:1;visibility:visible;transform:translateY(0)}
#primary-menu-wrap .close-button{opacity:0;visibility:hidden;transition:opacity 0.3s ease 0.1s}
#primary-menu-wrap.active .close-button{opacity:1;visibility:visible;transition-delay:0.4s}
.nav-actions{display:flex;align-items:center;gap:30px;order:2}
.contact-btn{font-size:1.5rem;text-decoration:none!important;font-weight:600;line-height:1;padding:0;margin:5px 0 0}
body.mobile-menu-open,html.mobile-menu-open{overflow:hidden;height:100%;touch-action:none}
.mobile-menu-inner{padding:2rem;height:100%;display:flex;flex-direction:column}
.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}
.mobile-logo img{height:40px;display:block}
.close-button{background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer}
.mobile-menu-nav{flex-grow:1;overflow-y:auto}
.mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;font-size:1.2rem;text-align:center}
.mobile-nav-list li,.mobile-nav-list ul li{list-style:none}
.mobile-nav-list a{color:#648296;font-weight:600;text-decoration:none;padding:10px;display:block;transition:color .2s ease;font-size:1.75em;line-height:1}
.mobile-nav-list ul{margin-bottom:10px}
.mobile-nav-list ul li a{color:#648296 !important;font-size:1.25rem}
.mobile-nav-list a:hover{color:#eb7324 !important}
.mobile-nav-list > li.current-menu-item > a,.mobile-nav-list > li.current-menu-ancestor > a{color:#eb7324}
.mobile-nav-list a[href^="#"]{color:#648296}
.mobile-nav-list a.active-anchor{color:#eb7324}
.mobile-nav-list .sub-menu{max-height:none;overflow:visible;list-style:none;margin-left:0;padding-left:0;transition:max-height .3s ease}
.navbar-nav .sub-menu .sub-menu{position:absolute;top:0;left:100%;margin-left:0;min-width:200px;background:#fff;box-shadow:0 8px 16px rgb(0 0 0 / .08);z-index:1001}
.navbar-nav .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.navbar-nav .sub-menu>.menu-item-has-children{position:relative}
.navbar-nav .sub-menu>.menu-item-has-children:hover::before{content:"";position:absolute;top:1rem;left:100%;width:0;height:0;border-top:6px solid #fff0;border-bottom:6px solid #fff0;border-left:6px solid #fff}
.navbar-nav .sub-menu .menu-item-has-children>a::after{content:"\f105";font-family:"Font Awesome 6 Pro";font-weight:900;margin-left:6px;vertical-align:middle}
.burger-icon{display:inline-block;width:24px;height:18px;position:relative;cursor:pointer;transition:transform 0.4s ease}
.burger-icon span{display:block;position:absolute;height:4px;width:100%;background:#5c7284;border-radius:2px;opacity:1;transition:all 0.3s ease-in-out}
.burger-icon span:nth-child(1){top:0}
.burger-icon span:nth-child(2){top:12px;width:150%;left:-25%}
.burger-icon span:nth-child(3){top:24px}
.burger-icon.active span{background:#648296}
.burger-icon.active span:nth-child(1){transform:rotate(45deg);top:8px}
.burger-icon.active span:nth-child(2){opacity:0}
.burger-icon.active span:nth-child(3){transform:rotate(-45deg);top:8px}
@media (min-width:768px){
    .navbar-expand-md .navbar-toggler{display:inline-flex !important}
}

/* Front Page */
.animate-word,.hex-grid,.scroll-cue{visibility:hidden;opacity:0;transition:opacity 0.6s ease,visibility 0.6s ease}
.hero{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;padding-left:clamp(2rem, 6vw, 8rem);padding-top:clamp(4rem, 12vh, 8rem);overflow:hidden;max-height:700px;min-height:clamp(400px, 70vh, 700px)}
.hero-inner{position:relative;z-index:2;max-width:540px;width:100%}
.hero-heading{font-size:clamp(2.5rem, 4rem, 5rem);color:#648296;font-family:'BeausiteClassic',sans-serif;font-weight:600;line-height:1;border-bottom:none;margin:30px 0 75px}
.animate-graphic{opacity:0}
.scroll-cue{width:60px;height:60px;background-color:#648296;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;animation:scroll-bounce 2s infinite ease-in-out;cursor:pointer;margin-top:75px}
@keyframes scroll-bounce {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(10px);}
}
.hero-hex-bg{position:fixed;top:-25vh;right:-25vw;width:100vw;max-width:1920px;height:auto;z-index:-10;pointer-events:none;user-select:none;transition:opacity 0.3s ease}
@media (max-width: 1400px) {
    .hero-hex-bg {width:125vw;top:-25vh;right:-45vw;}
}
@media (max-width: 768px) {
    .hero-hex-bg{width:175vw;top:-25vh;right:-65vw;opacity:0.5!important}
    .scroll-cue{margin-top:50px}
    .contact-btn{display: none;}
}
.hero-hex-bg svg{width:100%;height:auto;display:block;transform-origin:center center}
.beehive-hero-bg{position:absolute;top:0;left:0;width:100vw;height:100vw;max-width:2000px;max-height:2000px;min-width:600px;min-height:600px;transform:translate(-50%,-50%);z-index:-9;pointer-events:none;opacity:1;background-repeat:no-repeat;background-position:center center;background-size:contain;will-change:transform,opacity}
@media (max-width:600px){
  .beehive-hero-bg{min-width:400px;min-height:400px;}
}

/* Testimonial */
.testimonial-block{margin:0 0 100px}
blockquote{margin-top:60px;margin-bottom:30px;position:relative;display:inline-block;line-height:1.2;font-size:1.5rem;font-weight:600}
blockquote.testimonial-quote{margin-top:0}
.testimonial-logo{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;height:80px}
.testimonial-logo img{max-height:100%;max-width:100%;height:auto;width:auto;display:block;margin:0 auto}
.testimonial-block blockquote::before,.testimonial-block blockquote::after{font-weight:600;position:absolute;font-size:3rem;line-height:1;}
.testimonial-block blockquote::before{content:'“';left:-30px;top:-2px}
.testimonial-block blockquote::after {content:'”';}
.testimonial-block p{font-weight:600;margin:0;opacity:.5;line-height:1.375}

/* Trusted by */
.trusted-carousel{max-width:1140px;margin:50px auto;padding:0}
.trusted-carousel .swiper-wrapper{display:flex}
.trusted-carousel .swiper-slide{width:20%!important;aspect-ratio:1 / 1;margin:0;padding:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}
.trusted-logo{width:100%;height:auto;margin:0;padding:0}
.trusted-hex{width:100%;height:100%;display:block;position:relative}
.trusted-hex svg{width:100%!important;height:100%!important;position:absolute;top:0;left:0;display:block}
.trusted-hex .hex-content{width:100%;height:100%;padding:15%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}
.trusted-hex .hex-content img{width:100%;height:100%;object-fit:contain;display:block;filter:none!important;opacity:1!important;transition:transform 0.3s ease}
.trusted-hex .hex-content:hover img{transform:scale(1.1)}

@media (max-width:1024px){.trusted-carousel .swiper-slide{width:33.3333%!important}}
@media (max-width:768px){.trusted-carousel .swiper-slide{width:50%!important}}
.swiper-pagination.swiper-pagination-horizontal{display:block;position:relative;margin-top:20px}
.swiper-pagination-bullet{width:12px;height:12px;background:rgb(100 130 150 / .35);clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);margin:0 2px!important;opacity:1;transition:background 0.3s}
.swiper-pagination-bullet:hover{background:rgb(100 130 150 / .5)}
.swiper-pagination-bullet-active{background:rgb(100 130 150)}

/* Team */
.hexagon{position:relative;width:100%;aspect-ratio:300 / 300;background-size:contain;background-position:center;clip-path:polygon(0% 50%,25% 93%,75% 93%,100% 50%,75% 7%,25% 7%);filter:grayscale(100%);transition:filter 0.3s ease;overflow:hidden}
.hexagon::before{content:"";position:absolute;inset:0;background-color:rgb(100 130 150 / .1);mix-blend-mode:multiply;z-index:1;clip-path:inherit;pointer-events:none}
.team-member .hexagon{max-width:270px;margin:0 auto}
.team-member h2{font-size:1.75rem;color:#648296;border-bottom:1px solid #648296;margin:0 0 10px}
.team-member h3{font-size:1.15rem;display:inline-block;margin:0;border-bottom:none}
.team-member h3:after{content:"/";margin:0 4px 0 10px;font-family:'BeausiteClassic'}
.team-member button{display:inline-block;margin:0;line-height:1.25;font-size:1.15rem;font-family:'Wicklow',sans-serif;color:#648296;clear:both;letter-spacing:-.01em;opacity:.5;transition:ease 0.5s opacity;text-decoration:none;cursor:pointer;background:none;border:none}
.team-member button:hover{opacity:1;color:#648296}.hexagon:hover{filter:grayscale(0%)}

/* Opporunities */
.opportuniy h3{font-family:'BeausiteClassic',sans-serif;font-weight:600;font-size:1.25rem}
.opportuniy p{font-size:1rem;margin-bottom:10px;line-height:1.3;etter-spacing:-0.04rem}
.opportuniy p a{line-height:1;padding:10px 15px 8px;background:#648296;text-decoration:none;color:#fff;font-size:.875rem;text-transform:uppercase;font-weight:600;float:left;position:relative;transition:all 0.5s ease}
.opportuniy p a:hover{background:#eb7324;color:#fff}
.opportuniy p a:focus{background:#505050;color:#fff}

/* Footer */
.site-footer{position:relative;overflow:hidden;z-index:1;background:none;padding-top:100px}
.footer-polygon-bg{position:absolute;bottom:0;left:0;width:80vw;height:100%;background:#e5ebef;clip-path:polygon(0 30%,15% 0,75% 100%,0% 100%);z-index:0;pointer-events:none}
.footer-left{position:relative;padding-right:2rem}
.footer-left-inner{position:relative;z-index:1}
.footer-logo{max-height:60px;height:auto;width:auto}
.footer-copyright,.footer-address{font-size:14px;font-weight:600;color:#648296;line-height:1.2;margin-bottom:5px}
.hex-icon{display:inline-flex;width:48px;height:48px;justify-content:center;align-items:center;background:#648296;color:#fff;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);transition:background 0.3s ease;text-decoration:none}
.hex-icon i{font-size:1em;color:#fff}
.hex-icon:hover{background:#eb7324}
@media (max-width:1400px){
.footer-polygon-bg{width:100vw;clip-path:polygon(0% 40%,15% 10%,75% 100%,0% 100%);}
.site-footer{padding-top:100px}
}
@media (max-width:1200px){
.footer-polygon-bg{width:100vw;clip-path:polygon(0% 40%,20% 0%,190% 100%,0% 100%)}
.site-footer{padding-top:100px}
}
@media (max-width:768px){
.footer-polygon-bg{width: 100vw;clip-path: polygon(0 30%, 35% 0, 175% 100%, 0% 100%);}
.site-footer{padding-top:100px}
}
@media (max-width:576px){
.footer-polygon-bg{width: 100vw;clip-path: polygon(0 30%, 55% 10%, 175% 100%, 0% 100%);}
.site-footer{padding-top:100px}
}

/* Footer Menu */
.site-footer .nav,.site-footer .nav *{list-style:none;margin:0;padding:0}
.site-footer .nav{display:inline-flex;flex-wrap:wrap}
.site-footer .nav li::marker{content:none}
.site-footer .nav>li{margin:0 20px 0 0;position:relative;line-height:1;padding:0}
.site-footer .nav>li::after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);height:10px;border-right:2px solid #648296}
.site-footer .nav a,.site-footer .footer-menu .nav-link{display:inline-block;padding:2px 0;font-size:14px;font-weight:600;color:#648296;text-decoration:none;transition:color 0.2s ease;line-height:1.4}
.site-footer .footer-menu .nav-link{line-height:1;background:none;border:none}
.site-footer .nav a:hover,.site-footer .nav a:focus,.site-footer .footer-menu .nav-link:hover,.site-footer .footer-menu .nav-link:focus{color:#323e48;text-decoration:underline}
@media (max-width:575px){
    .site-footer .nav{display:flex;flex-direction:column;align-items:center}
}

/* Utility & Misc */
.mobileOnly{display:none!important}
.mobileHide{display:block!important}
@media (max-width:768px){
	.mobileHide{display:none!important}
	.mobileOnly{display:block!important}
}

/* Gravity Forms */
.gform_wrapper input,.gform_wrapper textarea,.gform_wrapper select{display:block;width:100%;padding:15px;font-size:14px;line-height:1.4;color:#7d8791;background:#fff;border:1px solid #cbd7e1;border-radius:0;margin-bottom:15px}
.gform_wrapper input[type="submit"]{appearance:none;padding:15px 30px;background:#505050;border:none;color:#fff;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease;width:auto}
.gform_wrapper input[type="submit"]:hover{background:#eb7324;color:#fff}
.gform_wrapper .gform_validation_error input[type="submit"]{background:#900;color:#fff}
.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error textarea{border-color:#900!important}
.gform_wrapper input:focus,.gform_wrapper textarea:focus{border-color:#7d8791;outline:none}
.gform_wrapper input[type="checkbox"],.gform_wrapper input[type="radio"]{width:auto;margin-right:10px}
.gform_wrapper .gfield_checkbox label,.gform_wrapper .gfield_radio label{display:inline-block;margin-right:20px}
.gform_wrapper .gform_footer,.gform_wrapper .gform_page_footer{margin:0;text-align:right}

/* Aspect Ratio Container */
.image-wrapper{position:relative;width:100%;padding-bottom:63.49%;overflow:hidden}
.image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.image-wrapper img{opacity:0;transition:opacity 0.5s ease}
.image-wrapper img.lazyloaded{opacity:1}

/* Lazy load background images */
.lazy-bg{background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.6s ease-in-out}
.lazy-bg.lazyloaded{opacity:1}

/* Responsive Video */
.responsive-video{position:relative;padding-bottom:56.25%; /* 16:9 ratio */height:0;overflow:hidden;max-width:100%}
.responsive-video iframe,.responsive-video object,.responsive-video embed{position:absolute;top:0;left:0;width:100%;height:100%}

/* Scroll to Top */
#scrollToTop{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);z-index:99;display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;background:#648296;color:#fff;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:none;font-size:18px;border-radius:0;cursor:pointer;opacity:0;pointer-events:none;transition:opacity 0.3s ease-in-out,background 0.3s ease;line-height:1;box-shadow:2px 5px 10px rgb(0 0 0 / .3)}
#scrollToTop.show{opacity:0.35;pointer-events:auto}
#scrollToTop:hover{opacity:1}
#scrollToTop.active{background:#eb7324}
#scrollProgressBar{position:fixed;top:0;left:0;height:4px;width:0;background:#eb7324;z-index:999;transition:width 0.1s ease}

/* Skip Link */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100}
.skip-link:focus{position:absolute;left:16px;top:16px;padding:8px 16px;background:#000;color:#fff;font-weight:bold;text-decoration:none;font-size:1rem;border-radius:4px;box-shadow:0 0 0 3px rgba(255,255,255,0.5)}

/* Cookie Consent */
#cookie-consent-wrapper{position:fixed;bottom:20px;left:20px;width:550px;max-width:80vw;background:#fff;padding:30px;border-radius:0px;box-shadow:5px 10px 25px rgb(0 0 0 / .3);z-index:999}
#cookie-consent-wrapper h3{margin:0 0 15px;font-size:22px;line-height:1;color:#4b5c6b}
#cookie-consent-wrapper h3 i{cursor:pointer;margin-right:5px;line-height:1;top:1px;position:relative;color:#b1c2d1}
#cookie-consent-wrapper p{margin-bottom:15px;font-size:14px;color:#4b5c6b}
#cookie-consent-wrapper label{font-size:14px;color:#4b5c6b}
.cookie-btn{background:#eb7324;font-size:0.9rem;color:#fff;border:none;padding:15px 20px;border-radius:3px;cursor:pointer;font-weight:600;margin:0;line-height:1;transition:background 0.3s}
.cookie-btn:hover{background:#eb7324}
.cookie-btn.secondary{background:none;color:#7d9ab3;border:1px solid #cbd7e1;transition:all 0.3s}
.cookie-btn.secondary:hover{background:#7d9ab3;color:#fff;border:1px solid #cbd7e1}
.cookie-toggle{display:flex;justify-content:space-between;align-items:center;margin:10px 0}
.cookie-toggle label{font-size:14px}
.cookie-switch{width:40px;height:20px;border-radius:10px;position:relative;transition:background 0.3s;cursor:pointer;background:#a4b8ca}
.cookie-switch::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform 0.3s}
.cookie-switch.checked{background:#eb7324}
.cookie-switch.checked::after{transform:translateX(20px)}
.cookie-switch.locked{pointer-events:none;opacity:0.5;cursor:not-allowed}
#cookie-preferences-panel .cPolicy a{color:#7d9ab3}
#cookie-preferences-panel .cPolicy a:hover{color:#586c7d}
#cookie-preferences-panel{display:none}
@media (max-width:512px){
    #cookie-consent-wrapper{position:fixed;bottom:0px;left:0px;max-width:100vw;border-radius:0px}
}