@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}}main{background-color:#f9f9f9}.orders-page{padding:3rem 0;margin-bottom:2rem;max-width:1050px;margin:0 auto}.orders-page h1{font-size:var(--font-3xl);font-weight:700;color:var(--primary-color);margin-bottom:2rem}.orders-errors{background-color:#fef2f2;border:1px solid #fca5a5;border-radius:var(--round);padding:1.5rem;margin-bottom:2rem}.orders-errors strong{display:block;color:#dc2626;font-size:var(--font-sm);font-weight:700;margin-bottom:.75rem}.orders-errors ul{margin-left:1rem}.orders-errors li{color:#dc2626;font-size:var(--font-sm);margin-bottom:.25rem}.orders-form{display:flex;flex-direction:column;gap:2rem}.form-section{background-color:#fff;border:1px solid #e9ecef;border-radius:var(--round);padding:2rem;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.form-section h2{font-size:var(--font-xl);font-weight:700;color:var(--text-color);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:flex-end}.form-item{display:flex;flex-direction:column}.form-item-full{grid-column:1 / -1}.form-item label{display:block;font-size:var(--font-base);font-weight:500;color:var(--text-secondary-color);margin-bottom:.5rem}.form-item small{font-size:var(--font-xs);color:#666;margin-top:.25rem}.required{color:#dc2626;font-weight:700}.form-item input,.form-item select,.form-item textarea{width:100%;padding:.75rem;border:1px solid #e9ecef;border-radius:var(--round);font-size:var(--font-base);font-family:"Montserrat",Arial,sans-serif;background-color:#fff;color:var(--text-color);transition:border-color 300ms ease}.form-item textarea{resize:vertical;min-height:100px;max-height:300px}.form-item input:focus,.form-item select:focus,.form-item textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 1px 3px rgb(0 0 0 / .08)}.form-item input.error,.form-item textarea.error{border-color:#dc2626}.error-text{display:block;color:#dc2626;font-size:var(--font-xs);margin-top:.25rem;font-weight:500}.captcha-box{background-color:#fff0;border:none;border-radius:var(--round);padding:0;max-width:300px;display:flex;flex-direction:column;gap:.75rem}.captcha-challenge{margin-bottom:0}#captchaCanvas{border:1px solid #e9ecef;border-radius:var(--round);background-color:#fff;display:block}.captcha-label{display:block;font-size:var(--font-sm);color:var(--text-secondary-color);margin-top:.5rem}.checkbox-item{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;width:fit-content}.checkbox-item input[type="checkbox"]{width:auto;min-width:20px;height:20px;margin-top:.1rem;cursor:pointer;accent-color:var(--primary-color);flex-shrink:0}.checkbox-item label{margin-bottom:0;cursor:pointer;flex:1;padding-top:.1rem}.checkbox-item .link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color 300ms ease}.checkbox-item .link:hover{color:var(--secondary-color);text-decoration:underline}.form-actions{display:flex;justify-content:flex-start;gap:1rem}.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;font-family:"Montserrat",Arial,sans-serif}.btn-primary{background-color:var(--primary-color);color:#fff;border:2px solid var(--primary-color);min-width:200px;text-align:center}.btn-primary:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.alte-detalii{margin-top:1.5rem}@media screen and (max-width:1024px){.orders-page{padding:2.5rem 0}.orders-page h1{font-size:var(--font-2xl);margin-bottom:1.5rem}.form-section{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1.25rem}.form-item-full{grid-column:1}.alte-detalii{margin-top:1.25rem}}@media screen and (max-width:768px){.orders-page{padding:2rem 0}.orders-page h1{font-size:var(--font-xl);margin-bottom:1.25rem}.form-section{padding:1.5rem;margin-bottom:1rem}.form-section h2{font-size:var(--font-lg);margin-bottom:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.btn{padding:.7rem 1.25rem;font-size:var(--font-sm)}.btn-primary{min-width:150px}.form-actions{justify-content:stretch}.btn-primary{width:100%}.alte-detalii{margin-top:1rem}.orders-form{gap:1rem}}@media screen and (max-width:640px){.orders-page{padding:1.5rem 0}.orders-errors{padding:1rem;margin-bottom:1.5rem}.orders-errors strong{margin-bottom:.5rem}.form-section{padding:1.25rem;margin-bottom:1rem;border-width:1px}.form-section h2{font-size:var(--font-base);margin-bottom:1rem}.form-grid{grid-template-columns:1fr}.alte-detalii{margin-top:.85rem}.form-item label{margin-bottom:.35rem}.form-item small{margin-top:.15rem}.error-text{margin-top:.15rem}.captcha-box{margin-bottom:1rem}#captchaCanvas{width:100%;max-width:150px}.captcha-label{margin-top:.4rem}.checkbox-item{gap:.6rem}.checkbox-item input[type="checkbox"]{min-width:18px;height:18px}.checkbox-item label{font-size:var(--font-base);text-wrap:balance}.checkbox-item .link{font-size:var(--font-base)}.form-actions{gap:.75rem}.btn{padding:.6rem 1rem;font-size:var(--font-sm)}.btn-primary{min-width:120px;width:100%}}@media screen and (max-width:480px){.orders-errors{padding:.85rem;margin-bottom:1rem;border-width:1px}.orders-errors strong{margin-bottom:.4rem}.orders-errors li{margin-bottom:.2rem}.form-section{padding:1rem;margin-bottom:.75rem;border-radius:var(--round)}.form-section h2{margin-bottom:.85rem}.alte-detalii{margin-top:.75rem}.form-item label{margin-bottom:.3rem}.form-item small{margin-top:.1rem}.form-item input,.form-item select,.form-item textarea{padding:.55rem;font-size:var(--font-sm)}.error-text{margin-top:.1rem}.captcha-box{margin-bottom:.85rem}#captchaCanvas{max-width:200px;border-radius:.3rem}.captcha-label{margin-top:.3rem}.checkbox-item{gap:.5rem}.checkbox-item input[type="checkbox"]{min-width:16px;height:16px}.checkbox-item label{padding-top:.05rem}.btn{padding:.5rem .9rem}.btn-primary{padding:.55rem .9rem;min-width:100px}}.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%}}