:root{--bg: #0f0f0f;--bg-card: #1a1a1a;--bg-white: #ffffff;--orange: #f37301;--turquoise: #00bcd4;--orange-dark: #c96510;--turquoise-dark: #0097a7;--text: #e5e7eb;--text-muted: #9ca3af;--text-dark: #111827;--border: rgba(255, 255, 255, .08);--radius: 12px;--radius-lg: 20px;--header-h: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Inter,sans-serif;font-weight:700;line-height:1.2}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,3rem);background:#0f0f0f99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s}.site-header.scrolled{background:#0f0f0ff2}.header-logo{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:.04em;display:flex;align-items:center;gap:0}.header-logo .logo-baltic{color:#fff}.header-logo .logo-mat{color:var(--orange)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s;position:relative}.header-nav a:hover,.header-nav a.active{color:#fff}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--orange);transition:width .2s}.header-nav a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:#0f0f0ffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}.mobile-menu.open{display:flex}.mobile-menu a{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600;color:var(--text);transition:color .2s}.mobile-menu a:hover{color:var(--orange)}@media(max-width:768px){.header-nav{display:none}.hamburger{display:flex}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-h) + 2rem) 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-30%;left:-20%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(243,115,1,.08) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-20%;right:-10%;width:50%;height:70%;background:radial-gradient(ellipse,rgba(0,188,212,.06) 0%,transparent 70%);pointer-events:none}.hero h1{font-size:clamp(2rem,5vw,3.5rem);color:#fff;max-width:800px;margin-bottom:1rem;position:relative;z-index:1}.hero h2{font-size:clamp(1rem,2.5vw,1.35rem);color:var(--text-muted);font-weight:400;max-width:600px;margin-bottom:2.5rem;position:relative;z-index:1}.hero-stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem;position:relative;z-index:1}.hero-stat{padding:.6rem 1.4rem;border-radius:50px;font-weight:600;font-size:.95rem;letter-spacing:.01em}.hero-stat.orange{background:#f3730126;color:var(--orange);border:1px solid rgba(243,115,1,.3)}.hero-stat.turquoise{background:#00bcd41a;color:var(--turquoise);border:1px solid rgba(0,188,212,.25)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative;z-index:1}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .25s;border:2px solid transparent;font-family:Inter,sans-serif;text-decoration:none}.btn-orange{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-orange:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 25px #f373014d}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff40}.btn-ghost:hover{border-color:#fff;background:#ffffff0d;transform:translateY(-2px)}.btn-turquoise{background:transparent;color:var(--turquoise);border-color:var(--turquoise)}.btn-turquoise:hover{background:var(--turquoise);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00bcd440}.btn-white{background:#fff;color:var(--text-dark);border-color:#fff;font-weight:700}.btn-white:hover{background:#f3f3f3;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.btn-lg{padding:1.1rem 2.8rem;font-size:1.1rem}.section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}.section-full{padding:5rem 1.5rem}.section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);color:#fff;text-align:center;margin-bottom:.75rem}.section-subtitle{font-size:1.05rem;color:var(--text-muted);text-align:center;max-width:600px;margin:0 auto 3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0006}.product-card-img{width:100%;height:220px;object-fit:cover}.product-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card-name{font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.product-card-tagline{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.product-card-price{display:inline-flex;align-items:center;background:var(--orange);color:#fff;padding:.35rem 1rem;border-radius:50px;font-weight:700;font-size:1rem;margin-bottom:1rem;align-self:flex-start}.product-card-features{flex:1;margin-bottom:1rem}.product-card-features li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-dark);padding:.3rem 0}.product-card-features li:before{content:"✓";color:var(--orange);font-weight:700;flex-shrink:0}.product-card-guarantee{display:inline-flex;align-items:center;gap:.4rem;background:#ecfdf5;color:#065f46;padding:.3rem .8rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem;align-self:flex-start}.product-card-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--orange);color:#fff;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .25s;text-decoration:none;text-align:center}.product-card-cta:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 6px 20px #f373014d}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.step-card{text-align:center;padding:2rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);transition:border-color .3s}.step-card:hover{border-color:#f373014d}.step-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;color:var(--orange);margin-bottom:.75rem;line-height:1}.step-title{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.step-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}@media(max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.trust-grid{grid-template-columns:1fr}}.trust-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.75rem;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:var(--bg-card);transition:border-color .3s,transform .3s}.trust-card:hover{border-color:#f3730140;transform:translateY(-3px)}.trust-icon-wrap{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f373011a;border-radius:10px;color:var(--orange);margin-bottom:.25rem}.trust-icon-wrap svg{width:22px;height:22px}.trust-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;color:#fff}.trust-desc{font-size:.85rem;color:var(--text-muted);line-height:1.5}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.cta-banner{background:linear-gradient(135deg,var(--orange) 0%,var(--turquoise) 100%);padding:5rem 1.5rem;text-align:center}.cta-banner h2{font-size:clamp(1.8rem,4vw,2.5rem);color:#fff;margin-bottom:1rem}.cta-banner p{color:#ffffffe6;font-size:1.05rem;max-width:550px;margin:0 auto 2rem}.site-footer{background:#0a0a0a;border-top:1px solid var(--border);padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-col h4{font-family:Montserrat,sans-serif;font-size:.95rem;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-col p,.footer-col a{font-size:.9rem;color:var(--text-muted);line-height:1.8;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.85rem;color:var(--text-muted)}.footer-socials{display:flex;gap:1rem;margin-top:.5rem}.footer-socials a{color:var(--text-muted);transition:color .2s}.footer-socials a:hover{color:var(--orange)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}.page-hero{padding:calc(var(--header-h) + 3rem) 1.5rem 3rem;text-align:center;max-width:800px;margin:0 auto}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;margin-bottom:.75rem}.page-hero p{color:var(--text-muted);font-size:1.1rem}.page-content{max-width:900px;margin:0 auto;padding:2rem 1.5rem 5rem}.page-content h2{font-size:1.5rem;color:#fff;margin:2.5rem 0 1rem}.page-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;padding:2rem 1.5rem 5rem}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info h3{font-size:1.2rem;color:#fff;margin-bottom:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.contact-info-item .icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f373011a;border-radius:8px;color:var(--orange);flex-shrink:0;margin-top:.1rem}.contact-info-item .icon svg{width:18px;height:18px}.contact-info-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.contact-info-item a{color:var(--orange);text-decoration:none}.contact-info-item a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-size:.9rem;color:var(--text);font-weight:500}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--orange)}.contact-form textarea{min-height:150px;resize:vertical}@media(max-width:640px){.products-grid,.steps-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.hero-stats{flex-direction:column;align-items:center}.btn-lg{padding:.9rem 2rem;font-size:1rem}}.header-nav .nav-cta{background:var(--orange);color:#fff!important;padding:.45rem 1.1rem;border-radius:50px;font-weight:600;font-size:.875rem;transition:background .2s,transform .2s!important}.header-nav .nav-cta:hover{background:var(--orange-dark)!important;transform:translateY(-1px)}.header-nav .nav-cta:after{display:none!important}.header-nav{gap:1.5rem}
