@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}}.hero{width:100%;height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image-wrapper{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center}.hero-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.6)}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:3;text-align:center;color:#fff;padding:3rem;background:linear-gradient(90deg,transparent 0%,rgb(0 0 0 / .35) 25%,rgb(0 0 0 / .35) 75%,transparent 100%)}.hero-content h1{font-size:var(--font-4xl);font-weight:700;line-height:1.2}.hero-content p{font-size:var(--font-base);line-height:1.6;margin-bottom:.5rem;max-width:550px;text-wrap:balance}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.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)}.btn-secondary{background-color:#fff0;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:var(--primary-color)}.btn-secondary:hover svg{fill:var(--primary-color)}@media screen and (max-width:1024px){.hero-content h1{font-size:var(--font-4xl)}}@media screen and (max-width:768px){.hero{height:380px}.hero-image-wrapper{height:380px}.hero-content{padding:1.5rem;gap:1rem}.hero-content h1{font-size:var(--font-3xl);margin-bottom:.8rem}.hero-content p{font-size:var(--font-base);margin-bottom:1rem;max-width:400px}.hero-buttons{gap:.75rem}.btn{padding:.65rem 1.5rem;font-size:var(--font-sm)}}@media screen and (max-width:640px){.hero-content h1{font-size:var(--font-2xl);margin-bottom:.5rem}.hero-content p{font-size:var(--font-sm);margin-bottom:1rem}.hero-buttons{flex-direction:row;flex-wrap:nowrap;gap:.5rem}.btn{padding:.6rem 1.25rem;font-size:var(--font-sm)}}@media screen and (max-width:480px){.hero-content{padding:1.5rem .5rem}.btn{padding:.5rem 1rem}}.recent-cars{padding:3rem 0;background-color:#f9f9f9}.recent-cars h2{font-size:var(--font-3xl);color:var(--primary-color);margin-bottom:2.5rem;text-align:center;font-weight:700;text-wrap:balance}.cars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.car-card{background-color:#fff;border-radius:var(--round);overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .08);transition:box-shadow 300ms ease,transform 300ms ease;display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.car-image-wrapper{width:100%;height:300px;overflow:hidden;background-color:#e9ecef;position:relative}.car-image{width:100%;height:100%;object-fit:cover;object-position:bottom;display:block}.car-image-placeholder{width:100%;height:100%;background-color:#e9ecef}.car-price-overlay{position:absolute;bottom:0;right:0;background-color:#fff;color:var(--primary-color);padding:.7rem 1rem;border-radius:var(--round) 0 0 0;font-size:var(--font-2xl);font-weight:700}.car-info{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.car-info h3{font-size:var(--font-xl);color:var(--text-color);font-weight:600;line-height:1.3}.car-specs{display:flex;gap:1rem;font-size:var(--font-sm);font-weight:500;color:var(--text-secondary-color)}.spec{display:flex;align-items:center;gap:.5rem}.spec svg{width:1rem;height:1rem;fill:var(--text-color)}.no-cars{grid-column:1 / -1;text-align:center;color:var(--text-secondary-color);padding:2rem 0}.cars-cta{margin-top:2.5rem;display:flex;justify-content:center}@media screen and (max-width:1024px){.recent-cars{padding:2.5rem 0}.recent-cars h2{font-size:var(--font-2xl);margin-bottom:2rem}.cars-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.car-image{object-position:bottom}.car-info{padding:.875rem}}@media screen and (max-width:768px){.recent-cars{padding:2rem 0}.recent-cars h2{margin-bottom:1.5rem}.cars-grid{gap:1rem}.car-image-wrapper{height:250px}.car-info{padding:.75rem}.car-specs{gap:.75rem;margin-bottom:.5rem}}@media screen and (max-width:640px){.recent-cars{padding:1.5rem 0}.recent-cars h2{font-size:var(--font-xl);text-wrap:balance;margin-bottom:1.25rem}.cars-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.car-info{padding:.75rem}.car-info h3{font-size:var(--font-lg)}.car-price-overlay{font-size:var(--font-xl)}}@media screen and (max-width:480px){.recent-cars{padding:1.5rem 0}.recent-cars h2{font-size:var(--font-xl);margin-bottom:1.25rem}.cars-grid{grid-template-columns:repeat(1,1fr);gap:1rem}.car-image-wrapper{height:280px;object-position:center}.car-info{padding:.65rem}.car-info h3{font-size:var(--font-xl)}.spec svg{width:.9rem;height:.9rem}.car-price-overlay{font-size:var(--font-2xl);padding:.4rem .6rem;bottom:0;right:0}}@media screen and (max-width:360px){.car-image-wrapper{height:250px}}.services{padding:3rem 0;background:var(--gradient)}.services h2{font-size:var(--font-3xl);color:#fff;margin-bottom:2.5rem;text-align:center;font-weight:700;text-wrap:balance}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background-color:#fff;border-radius:var(--round);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.service-icon{width:4.5rem;height:4.5rem;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center}.service-icon svg{width:2.3rem;height:2.3rem;fill:#fff}.service-card h3{font-size:var(--font-xl);color:var(--text-color);font-weight:600}.service-card p{font-size:var(--font-base);color:var(--text-secondary-color);line-height:1.6;text-wrap:balance}@media screen and (max-width:1024px){.services{padding:2.5rem 0}.services h2{font-size:var(--font-2xl);margin-bottom:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.service-card{padding:1rem}}@media screen and (max-width:768px){.services{padding:2rem 0}.services h2{margin-bottom:1.5rem}.services-grid{grid-template-columns:repeat(1,1fr);gap:1rem}}@media screen and (max-width:640px){.services{padding:1.5rem 0}.services h2{font-size:var(--font-xl);margin-bottom:1.25rem}.service-card p{font-size:var(--font-sm)}}@media screen and (max-width:480px){.services{padding:1.5rem 0}.services h2{font-size:var(--font-xl);margin-bottom:1.25rem}}.buying-services{padding:3rem 0;background-color:#fff}.buying-services h2{font-size:var(--font-3xl);color:var(--primary-color);margin-bottom:2.5rem;text-align:center;font-weight:700;text-wrap:balance}.buying-services-content{display:flex;justify-content:center;gap:3rem;align-items:center}.buying-services-list{display:flex;flex-direction:column;justify-content:center}.buying-services-intro{font-size:var(--font-base);color:var(--text-secondary-color);line-height:1.6;margin-bottom:1.75rem;text-align:left}.buying-services-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.buying-services-list li{display:flex;gap:1rem;align-items:center;font-size:var(--font-base);font-weight:600;color:var(--text-color);line-height:1.6}.buying-services-list .list-marker{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--font-base);color:#fff;flex-shrink:0;margin-top:0;background-color:var(--primary-color)}.buying-services-image{display:flex;align-items:center;justify-content:center}.buying-services-image img{width:700px;height:394px;border-radius:var(--round);box-shadow:0 1px 3px rgb(0 0 0 / .08);object-fit:cover}@media screen and (max-width:1280px){.buying-services-content{flex-direction:column}}@media screen and (max-width:1024px){.buying-services{padding:2.5rem 0}.buying-services h2{font-size:var(--font-2xl);margin-bottom:2rem}.buying-services-content{grid-template-columns:1fr;gap:2rem}.buying-services-intro{margin-bottom:1.5rem}.buying-services-list ul{gap:.8rem}}@media screen and (max-width:768px){.buying-services{padding:2rem 0}.buying-services h2{margin-bottom:1.5rem}.buying-services-content{grid-template-columns:1fr;gap:1.5rem}.buying-services-intro{font-size:var(--font-base);margin-bottom:1.25rem}.buying-services-list ul{gap:.85rem}.buying-services-list li{font-size:var(--font-base)}.buying-services-image img{width:600px;height:337px}}@media screen and (max-width:640px){.buying-services{padding:1.5rem 0}.buying-services h2{font-size:var(--font-xl);margin-bottom:1.25rem}.buying-services-intro{font-size:var(--font-sm);margin-bottom:1rem}.buying-services-list ul{gap:.75rem}.buying-services-list li{font-size:var(--font-sm);gap:.75rem}.buying-services-list .list-marker{width:2.125rem;height:2.125rem;font-size:var(--font-sm)}.buying-services-image img{width:450px;height:253px}}@media screen and (max-width:480px){.buying-services{padding:1.5rem 0}.buying-services-image img{width:310px;height:174px}}.faq{padding:3rem 0;background-color:#f9f9f9}.faq h2{font-size:var(--font-3xl);color:var(--primary-color);margin-bottom:2.5rem;text-align:center;font-weight:700;text-wrap:balance}.accordion{width:100%;display:flex;flex-direction:column;gap:1rem}.accordion-item{border-radius:var(--round);overflow:hidden;border:1px solid #ededed}.accordion-item input[type="checkbox"]{display:none}.accordion-title{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:1.3rem;font-size:var(--font-lg);font-weight:600;text-wrap:balance;color:#fff;background:var(--secondary-color);user-select:none}.accordion-title svg{transition:transform 0.3s ease;fill:#fff;margin-left:1rem;width:1.7rem;height:1.7rem;flex:0 0 auto;flex-shrink:0;min-width:1.7rem;min-height:1.7rem;display:block}.accordion-item input[type="checkbox"]:checked+.accordion-title svg{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;background:#fff;color:var(--secondary-color);transition:max-height 0.3s ease,padding 0.3s ease 0.3s;padding:0 1.5rem;white-space:normal;text-align:left;margin:0;line-height:1.6}.accordion-item input[type="checkbox"]:checked+.accordion-title+.accordion-content{max-height:10000px;padding:1rem 1.5rem;transition:max-height 0.3s ease,padding 0.3s ease}.accordion-title span{text-align:left}.accordion-content p{font-size:var(--font-base)}@media screen and (max-width:1024px){.faq{padding:2.5rem 0}.faq h2{font-size:var(--font-2xl);margin-bottom:2rem}}@media screen and (max-width:768px){.faq{padding:2rem 0}.faq h2{margin-bottom:1.5rem}}@media screen and (max-width:640px){.accordion-content p{font-size:var(--font-sm)}.accordion-title{padding:1rem 1rem;font-size:var(--font-base)}.accordion-title svg{width:1.4rem;height:1.4rem;margin-left:.75rem;min-width:1.4rem;min-height:1.4rem}.accordion-content{padding:0 1rem}.faq{padding:1.5rem 0}.faq h2{font-size:var(--font-xl);margin-bottom:1.25rem}}@media screen and (max-width:480px){.faq{padding:1.5rem 0}}.cta{padding:3rem 0;background-color:#fff;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}.cta h2{margin-bottom:1rem;font-size:var(--font-2xl)}}@media screen and (max-width:640px){.cta{padding:1.5rem 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}}.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%}}