@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;src:url(../fonts/montserrat-v31-latin_latin-ext-300.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;src:url(../fonts/montserrat-v31-latin_latin-ext-regular.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;src:url(../fonts/montserrat-v31-latin_latin-ext-500.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;src:url(../fonts/montserrat-v31-latin_latin-ext-600.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;src:url(../fonts/montserrat-v31-latin_latin-ext-700.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;src:url(../fonts/montserrat-v31-latin_latin-ext-800.woff2) format('woff2')}:root{--primary-color:#112445;--secondary-color:#2c4067;--gradient:linear-gradient(45deg,rgba(44,64,103,1) 0,rgba(17,36,69,1) 100%);--text-color:#181818;--text-secondary-color:#303030;--round:0.4rem;--font-xs:0.75rem;--font-sm:0.875rem;--font-base:1rem;--font-lg:1.125rem;--font-xl:1.25rem;--font-2xl:1.5rem;--font-3xl:1.875rem;--font-4xl:2.25rem;--font-5xl:3rem;--font-6xl:3.75rem}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:'Montserrat',Arial,sans-serif}html{scroll-behavior:smooth}body{height:100svh}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}b,strong{font-weight:700}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#aaa}::-webkit-scrollbar-thumb{background:#424242}::selection{background-color:var(--primary-color);color:#fff}::-moz-selection{background-color:var(--primary-color);color:#fff}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}header{background-color:#fff}.top-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 10rem;gap:2rem;position:relative}.top-header a{flex-shrink:0}.top-header img{height:100px;width:85px}.top-header p{font-size:var(--font-2xl);color:var(--primary-color);font-weight:600;white-space:nowrap;flex-shrink:0;line-height:1.3}.top-header form{display:flex;max-width:500px;width:100%;margin-left:auto}.top-header input[type="search"]{flex:1;padding:.75rem .8rem;border:1px solid var(--primary-color);font-size:var(--font-base);border-radius:var(--round) 0 0 var(--round);font-family:'Montserrat',Arial,sans-serif;color:var(--text-secondary-color)}.top-header input[type="search"]:focus{outline:none;border-color:var(--text-secondary-color)}.top-header button{padding:.8rem 1.2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:0 var(--round) var(--round) 0;font-size:var(--font-base);font-family:'Montserrat',Arial,sans-serif;cursor:pointer;font-weight:500;transition:background-color 300ms ease}.top-header button svg{width:1.1rem;height:1.1rem;fill:#fff;vertical-align:middle}.top-header button:hover{background-color:var(--secondary-color)}.desktop-nav{background:var(--gradient);width:100%}.desktop-nav .container{display:flex;justify-content:center}.desktop-nav a{padding:1rem 1.25rem;color:#fff;text-decoration:none;text-align:center;font-weight:500;font-size:var(--font-base);transition:background-color 300ms ease;border-right:1px solid rgb(255 255 255 / .1)}.desktop-nav a:last-child{border-right:none}.desktop-nav a:hover{background-color:var(--secondary-color)}.mobile-menu-toggle{display:none}#mobile-menu-checkbox{display:none}.menu-button{display:none}.mobile-nav{display:none}@media screen and (max-width:1024px){.top-header{flex-direction:column;gap:1.5rem}.top-header p{text-align:center}.desktop-nav .container{padding:0}}@media screen and (max-width:768px){.top-header{flex-wrap:wrap;padding:1rem 0;gap:1rem;justify-content:center;flex-direction:row-reverse}.top-header a{order:1}.top-header p{font-size:var(--font-xl);order:2;width:100%;text-align:center}.top-header form{order:3;margin-left:0;width:100%;max-width:none}.top-header img{height:80px;width:68px}.desktop-nav{display:none}.mobile-menu-toggle{display:block;background-color:var(--primary-color);padding:0;width:100%}.menu-button{display:flex;align-items:center;justify-content:center;padding:1rem;color:#fff;font-weight:500;font-size:var(--font-base);font-family:'Montserrat',Arial,sans-serif;cursor:pointer;gap:.5rem;width:100%}.plus{display:inline-block;width:16px;height:16px;position:relative;transition:transform 300ms ease}.plus::before,.plus::after{content:'';position:absolute;background-color:#fff}.plus::before{width:16px;height:2px;top:7px;left:0}.plus::after{width:2px;height:16px;top:0;left:7px}#mobile-menu-checkbox:checked+.menu-button .plus{transform:rotate(225deg)}.mobile-nav{display:flex;background-color:var(--secondary-color);flex-direction:column;max-height:0;overflow:hidden;transition:max-height 300ms ease}#mobile-menu-checkbox:checked~.mobile-nav{display:flex;max-height:500px}.mobile-nav a{padding:1rem 1.25rem;color:#fff;text-decoration:none;font-weight:500;font-size:var(--font-base);transition:background-color 300ms ease;border-bottom:1px solid rgb(255 255 255 / .1);text-align:center}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:active{background-color:var(--primary-color)}.top-header input[type="search"]{padding:.5rem .6rem;font-size:var(--font-sm)}}footer{display:flex;align-items:center;flex-direction:column;background:var(--gradient);color:#fff;padding:2.7rem 0}.upper-footer{display:flex;justify-content:space-between;align-items:flex-start;width:100%;flex-wrap:wrap;gap:3.5rem}.col-footer{display:flex;justify-content:center;align-items:left;flex-direction:column;width:fit-content;vertical-align:middle}#footer-logo{width:auto;height:50px;margin-bottom:2rem}.col-footer h3,.col-footer p,.col-footer a{text-align:left;color:#fff;text-decoration:none}.col-footer h3{font-size:var(--font-xl);font-weight:600;margin-bottom:.8rem}.col-footer p,.col-footer a{margin-bottom:.7rem;font-size:var(--font-base);font-weight:400;color:#fff;transition:0.3s ease}.col-footer .contact-item{display:flex;flex-direction:row;align-items:center;gap:.6rem;margin-bottom:1rem}.col-footer .contact-item svg{width:1.2rem;height:1.2rem;fill:#fff;transition:0.3s ease}.col-footer .contact-item:hover svg{fill:#cfcfcf}.col-footer .contact-item:hover p{color:#cfcfcf}.col-footer .contact-item p{font-weight:500}.col-footer a{display:flex;flex-direction:row;align-items:center;gap:.3rem}.col-footer a svg{width:1.2rem;height:1.2rem;fill:#fff;transition:0.3s ease;flex-shrink:0}.col-footer a:hover svg{fill:#cfcfcf}.col-footer a:hover p{color:#cfcfcf}.col-footer a p{margin-bottom:0;margin:0}.col-footer p:last-child,.col-footer a:last-child{margin-bottom:0}.col-footer:first-of-type h3{margin-bottom:1.2rem}.col-footer .socials{display:flex;flex-direction:row;align-items:flex-start;gap:15px;margin-top:5px}.col-footer .socials svg{width:1.7rem;height:1.7rem;fill:#fff;transition:0.3s ease}.col-footer .socials svg:hover{fill:#cfcfcf}@media screen and (max-width:1500px){.col-footer{flex:1 1 45%}.col-footer h3,.col-footer a,.col-footer p{text-align:center}.col-footer a{justify-content:center}.col-footer .contact-item{justify-content:center}.col-footer .socials{justify-content:center;align-items:flex-start}}@media screen and (max-width:768px){.upper-footer{flex-direction:column;align-items:center}footer{padding:2.5rem 5%}}@media screen and (max-width:640px){.upper-footer{flex-direction:column;align-items:center;gap:2.5rem}.col-footer a,.col-footer .contact-item p{font-size:var(--font-sm)}.col-footer .socials svg{width:1.7rem;height:1.7rem}.col-footer .contact-item svg{width:1.2rem;height:1.2rem}.col-footer a svg{width:1.2rem;height:1.2rem}.col-footer .contact-item{margin-bottom:.7rem}}.car-detail-page{padding:3rem 0;background-color:#f9f9f9}.car-top-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1.25fr) minmax(0,0.65fr);gap:1.1rem;align-items:start;margin-bottom:1.5rem}.car-gallery-card,.car-info-card,.car-contact-card,.details-box{background-color:#fff;border:1px solid #e9ecef;border-radius:var(--round)}.car-gallery-card{padding:1rem}.car-main-swiper{width:100%;border:1px solid #e9ecef;border-radius:var(--round);overflow:hidden;margin-bottom:.9rem}.car-main-image-btn{display:block;width:100%;height:auto;border:none;padding:0;background:#fff0;cursor:zoom-in;line-height:0}.car-main-swiper .swiper-wrapper,.car-main-swiper .swiper-slide{height:auto}.car-main-image{width:620px;height:465px;aspect-ratio:4 / 3;object-fit:cover;display:block}.car-main-swiper .swiper-button-prev,.car-main-swiper .swiper-button-next,.car-fullscreen-swiper .swiper-button-prev,.car-fullscreen-swiper .swiper-button-next{color:#fff;width:2.3rem;height:2.3rem;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center}.car-main-swiper .swiper-button-prev::after,.car-main-swiper .swiper-button-next::after,.car-fullscreen-swiper .swiper-button-prev::after,.car-fullscreen-swiper .swiper-button-next::after{font-size:.9rem;font-weight:700}.car-thumbs-swiper .swiper-slide{opacity:.6;cursor:pointer;border:1px solid #e9ecef;border-radius:var(--round);overflow:hidden}.car-thumbs-swiper .swiper-slide-thumb-active{opacity:1;border-color:var(--secondary-color)}.car-thumb-image{width:146px;height:86px;object-fit:cover;display:block}.car-main-placeholder{width:100%;aspect-ratio:4 / 3;border:1px solid #e9ecef;border-radius:var(--round);display:flex;align-items:center;justify-content:center;font-size:var(--font-base);color:var(--text-secondary-color);background-color:#fff}.car-info-card{padding:1rem}.car-title{font-size:var(--font-3xl);font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.car-specs-table-wrap{border:1px solid #e9ecef;border-radius:var(--round);overflow:hidden}.car-specs-table{width:100%;border-collapse:collapse}.car-specs-table th,.car-specs-table td{padding:.8rem;font-size:var(--font-lg);border-bottom:1px solid #e9ecef;vertical-align:middle}.car-specs-table tr:last-child th,.car-specs-table tr:last-child td{border-bottom:none}.car-specs-table th{font-weight:400;color:var(--text-color);width:50%;background-color:#fff;border-right:1px solid #e9ecef}.car-specs-table td{font-weight:600;color:var(--primary-color);text-align:center}.car-contact-card{padding:1rem;display:flex;flex-direction:column;gap:1rem}.car-price-wrapper{display:flex;flex-direction:column;gap:.5rem}.car-price-box{background:var(--gradient);color:#fff;font-size:var(--font-3xl);font-weight:600;text-align:center;padding:1rem .7rem;border-radius:var(--round);border:1px solid var(--gradient)}.car-price-vat{font-size:var(--font-sm);color:var(--text-color);text-align:center;font-weight:600}.car-phone-btn{border:1px solid var(--primary-color);border-radius:var(--round);padding:.7rem;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;transition:0.3s ease;color:var(--primary-color);gap:.5rem;font-size:var(--font-2xl);font-weight:600}.car-phone-btn svg{width:1.2rem;height:1.2rem;fill:var(--primary-color);vertical-align:middle}.car-phone-btn:hover{background-color:var(--primary-color);color:#fff}.car-phone-btn:hover svg{fill:#fff}.details-box{overflow:hidden}.details-box h2{background:var(--gradient);color:#fff;font-size:var(--font-xl);font-weight:600;padding:.8rem 1rem}.details-box>p{font-size:var(--font-base);color:var(--text-color);line-height:1.6}.details-box .content{padding:1rem}.details-box.first .content p{padding:0 0 .5rem 0;line-height:2;font-size:var(--font-base);font-weight:500}.details-box.first .content p:last-child{padding-bottom:0}.car-features-box{margin-bottom:1.5rem}.car-features-grid{padding:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center;align-items:center;gap:.7rem 1rem}.car-features-grid li{display:flex;align-items:center;gap:.5rem;font-size:var(--font-base);color:var(--text-color);font-weight:500;line-height:1.5}.car-features-grid svg{width:1.1rem;height:1.1rem;flex-shrink:0;fill:var(--secondary-color)}.car-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.empty-info{font-size:var(--font-base);color:var(--text-secondary-color);padding:1rem}.gallery-modal{position:fixed;inset:0;background-color:rgb(0 0 0 / .95);z-index:500;display:none;padding:1.25rem}.gallery-modal.is-open{display:block}.gallery-opened{overflow:hidden}.gallery-close-btn{position:absolute;top:.8rem;right:1rem;border:none;background:#fff0;color:#fff;font-size:2rem;line-height:1;cursor:pointer;z-index:3}.gallery-toolbar{position:absolute;top:1.15rem;left:1.25rem;display:flex;gap:.45rem;z-index:3}.gallery-tool-btn{background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--round);width:2.3rem;height:2.3rem;font-size:var(--font-xl);line-height:1;cursor:pointer}.car-fullscreen-swiper{height:100%}.car-fullscreen-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.car-fullscreen-swiper img{max-width:100%;max-height:100%;object-fit:contain}@media screen and (max-width:1280px){.car-top-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);grid-template-rows:auto auto}.car-top-grid>:nth-child(1){grid-row:1 / span 2;grid-column:1}.car-top-grid>:nth-child(2){grid-row:1;grid-column:2}.car-top-grid>:nth-child(3){grid-row:2;grid-column:2}.car-title{font-size:var(--font-2xl)}.car-price-box,.car-phone-btn strong{font-size:var(--font-2xl)}.car-specs-table th,.car-specs-table td{padding:.65rem;font-size:var(--font-base)}.car-specs-table th{width:40%}.car-main-image{height:465px;width:528px}.car-thumb-image{width:125px;height:86px}}@media screen and (max-width:1024px){.car-detail-page{padding:2.5rem 0}.car-top-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.car-top-grid>*{grid-column:auto!important;grid-row:auto!important}.car-gallery-card{grid-column:1 / -1}.car-contact-card{grid-column:1 / -1;flex-direction:row;align-items:stretch}.car-main-image{height:465px;width:692px}.car-thumb-image{width:166px;height:86px}.car-title{text-align:center;font-size:var(--font-2xl);text-wrap:balance}.car-price-wrapper,.car-phone-btn{flex:1}.car-price-box,.car-phone-btn{padding:.9rem .7rem}.car-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.car-bottom-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.car-main-image{height:463px;width:572px}.car-thumb-image{width:100%;height:70px}.car-detail-page{padding:2rem 0}.car-top-grid{gap:1rem}.car-gallery-card,.car-info-card,.car-contact-card{padding:.75rem}.car-contact-card{flex-direction:column}.car-main-image,.car-main-placeholder{aspect-ratio:4 / 3}.car-specs-table th,.car-specs-table td,.details-box>p{font-size:var(--font-base)}.details-box h2{font-size:var(--font-xl)}.car-features-grid{gap:.6rem}}@media screen and (max-width:640px){.car-main-image{height:auto;width:auto;max-height:100%;max-width:100%;object-fit:contain}.car-thumb-image{width:100%;height:112px}.car-detail-page{padding:1.5rem 0}.car-main-swiper .swiper-button-prev,.car-main-swiper .swiper-button-next,.car-fullscreen-swiper .swiper-button-prev,.car-fullscreen-swiper .swiper-button-next{width:1.95rem;height:1.95rem}.car-thumbs-swiper{display:none}.gallery-modal{padding:.75rem}.gallery-toolbar{left:.75rem;top:.85rem}.gallery-close-btn{right:.75rem}}@media screen and (max-width:550px){.car-main-swiper{width:405px;height:303px}.car-main-image{height:auto;width:auto;max-height:100%;max-width:100%;object-fit:contain}.car-thumb-image{width:100%;height:104px}}@media screen and (max-width:480px){.car-main-swiper{width:auto;height:300px}.car-main-image{height:300px;width:auto;max-height:100%;max-width:100%;object-fit:contain}.car-thumb-image{width:100%;height:90px}.car-specs-table th,.car-specs-table td{padding:.5rem;font-size:var(--font-sm)}.car-features-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.car-features-grid li,.details-box>p{font-size:var(--font-sm)}.details-box h2{font-size:var(--font-lg)}.car-specs-table tr:last-child td{font-size:.8rem}}@media screen and (max-width:360px){.car-main-swiper{height:270px}.car-main-image{height:270px}}.print-qr-code{display:none}.cta{padding:3rem 0 0 0;background-color:#f9f9f9;text-align:center}.cta h2{font-size:var(--font-3xl);color:var(--primary-color);margin-bottom:1.5rem;font-weight:700;text-wrap:balance}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-secondary{background-color:#fff0;color:var(--primary-color);border:2px solid var(--primary-color)}.cta .btn-secondary:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.cta .btn-secondary svg{fill:var(--primary-color)}.cta .btn-secondary:hover svg{fill:#fff}@media screen and (max-width:1024px){.cta h2{font-size:var(--font-2xl)}}@media screen and (max-width:768px){.cta{padding:2rem 0 0 0}.cta h2{margin-bottom:1rem;font-size:var(--font-2xl)}}@media screen and (max-width:640px){.cta{padding:1.5rem 0 0 0}.cta h2{font-size:var(--font-xl)}.cta-buttons{gap:.75rem}.btn{padding:.6rem 1.25rem;font-size:var(--font-sm)}.btn svg{width:.9rem;height:.9rem;margin-right:.4rem}}.btn{padding:.75rem 1.5rem;font-size:var(--font-base);font-weight:600;border:none;border-radius:var(--round);cursor:pointer;transition:all 300ms ease;text-decoration:none;display:inline-block}.btn svg{width:1.1rem;height:1.1rem;fill:#fff;vertical-align:middle;margin-right:.5rem}.btn-primary{background-color:var(--primary-color);color:#fff;border:2px solid var(--primary-color)}.btn-primary:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}@media screen and (max-width:768px){.btn{padding:.65rem 1.5rem;font-size:var(--font-sm)}}@media screen and (max-width:640px){.btn{padding:.6rem 1.25rem;font-size:var(--font-sm)}}@media screen and (max-width:480px){.btn{padding:.5rem 1rem}}@media only print{header{background-image:none}.top-header form,.desktop-nav,.mobile-menu-toggle,.mobile-nav{display:none}.top-header p{color:#000}.top-header{display:flex;justify-content:flex-start;align-items:center;gap:2rem;padding:1rem 0 0 0}.car-detail-page{background-color:#fff}.car-gallery-card{padding:0;border:none;background:#fff0}.car-main-swiper{border:none;margin:0;padding:0}.car-main-image-btn{background:#fff0;cursor:default}.car-main-swiper .swiper-button-prev,.car-main-swiper .swiper-button-next,.car-thumbs-swiper{display:none!important}.car-main-image{width:auto;height:305px;margin:0;padding:0;filter:brightness(1.7)}.car-top-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);grid-template-rows:auto auto}.car-top-grid>:nth-child(1){grid-column:1;grid-row:1}.car-top-grid>:nth-child(2){grid-column:2;grid-row:1}.car-top-grid>:nth-child(3){grid-column:1 / span 2;grid-row:2}.car-info-card,.car-contact-card{border:none;border-radius:0;padding:0}.details-box,.cta,footer{display:none}.car-detail-page{padding:2rem 0}.car-title{font-size:var(--font-4xl);color:#000;font-weight:700}.car-specs-table-wrap{border-radius:0;border:none}.car-specs-table th,.car-specs-table td{padding:.5rem;border-bottom:1px solid #000;border-right:1px solid #000}.car-specs-table th{border-left:1px solid #000;width:250px;font-weight:500;color:#000}.car-specs-table td{width:288px;font-weight:700;color:#000}.car-specs-table tr:last-child td,.car-specs-table tr:last-child th{border-bottom:1px solid #000}.car-specs-table tr:first-child th,.car-specs-table tr:first-child td{border-top:1px solid #000}.car-info-card{border:none;border-radius:0}.car-price-box{border:none;border-radius:0;background:#fff0;color:#000;font-size:3rem;font-weight:700;padding:0;position:absolute;top:40px;right:50px!important}.car-price-vat{color:#000;font-size:1.3rem;font-weight:500;position:absolute;top:100px;right:50px!important}.car-phone-btn{border:none;position:absolute;top:500px;left:150px;font-size:2.3rem;color:#000;gap:.5rem}.car-phone-btn svg{width:1.6rem;height:1.6rem;fill:#000}.car-phone-btn:hover{background:#fff0;color:#000}.car-phone-btn:hover svg{fill:#000}.print-qr-code{display:block;position:absolute;top:480px;left:35px;width:100px;height:100px;background:#fff;z-index:999}.print-qr-code canvas,.print-qr-code img{display:block;width:100%;height:100%}}.cookie-banner{position:fixed;bottom:12px;right:12px;max-width:350px;width:calc(100% - 40px);background:#fff;border-radius:24px!important;padding:1.2rem;box-shadow:0 4px 16px rgb(0 0 0 / .15);color:var(--primary-color);z-index:9999;opacity:0;transform:translateY(40px);pointer-events:none;transition:opacity 0.3s ease,transform 0.3s ease;will-change:opacity,transform;contain:layout paint style;font-family:system-ui,sans-serif}.cookie-banner.show{opacity:1;transform:translateY(0);pointer-events:auto}.cookie-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.cookie-banner h4{margin:0;font-size:1.1rem;font-weight:700;text-align:center}.cookie-banner img{display:flex;width:auto;max-height:50px}.cookie-banner p{margin:0 0 10px 0;font-size:.85rem;line-height:1.4;font-weight:400;color:#333;text-align:left}.cookie-banner a{color:#333;font-weight:700}.cookie-options{display:flex;flex-direction:column;gap:8px}.cookie-options label{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500;cursor:pointer;color:#333}.cookie-options input{width:18px;height:18px;accent-color:#333}.cookie-buttons{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.cookie-buttons button{flex:1 1 45%;padding:10px 8px;font-size:.95rem;font-weight:700;border-radius:12px;border:1px solid #f1f1f1;cursor:pointer;background:#f9f9f9;color:#333;transition:all 0.3s}.cookie-buttons button:hover{background:#f1f1f1}.cookie-buttons .cookie-accept{background-color:var(--primary-color);color:#fff;border:none}.cookie-buttons .cookie-accept:hover{background:var(--secondary-color)}.cookie-manage{display:flex;position:fixed;bottom:12px;right:12px;background-color:#fafafa;color:#333;border:none;border-radius:50%;padding:6px;font-size:1rem;cursor:pointer;z-index:100;box-shadow:0 2px 8px rgb(0 0 0 / .2);opacity:0;transform:translateY(10px);pointer-events:none;transition:all 0.3s}.cookie-manage.show{opacity:1;transform:translateY(0);pointer-events:auto}.cookie-manage svg{width:40px;height:40px;fill:#333}@media screen and (max-width:768px){.cookie-banner{left:20px;right:20px;width:auto;max-width:none}.cookie-buttons{flex-direction:column}.cookie-buttons button{flex:1;width:100%}}