.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;padding-top:68px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 80% 40%,rgba(201,150,58,.08) 0,transparent 70%)}.hero-inner{display:grid;grid-template-columns:1fr 340px;grid-gap:4rem;gap:4rem;align-items:center;padding:5rem 2rem;position:relative;z-index:2}.hero-h1{font-family:var(--ff-d);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:600;color:var(--white);line-height:1.05;margin-bottom:1.25rem;letter-spacing:-.01em}.hero-h1 em{font-style:italic;color:var(--gold3);font-weight:400}.hero-sub{font-size:1rem;color:hsla(0,0%,100%,.5);max-width:420px;line-height:1.8}.hero-usps{flex-direction:column;margin-top:2rem}.hero-usp,.hero-usps{display:flex;gap:.5rem}.hero-usp{font-size:.82rem;color:hsla(0,0%,100%,.45);align-items:center}.hero-flags{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.hero-flag{background:hsla(0,0%,100%,.05);border:1px solid rgba(201,150,58,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:2rem;padding:1.25rem;aspect-ratio:1;transition:background .2s}.hero-flag:hover{background:rgba(201,150,58,.1)}.trust-bar{background:var(--white);border-bottom:1px solid var(--lgray);padding:1.4rem 0}.trust-inner{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.trust-stat{display:flex;flex-direction:column;align-items:center;gap:3px}.trust-val{font-family:var(--ff-d);font-size:1.6rem;font-weight:600;color:var(--gold2)}.trust-label{font-size:.62rem;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.cat-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.cat-btn{background:var(--white);border:1.5px solid var(--lgray);color:var(--gray);padding:.5rem 1.1rem;border-radius:100px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--ff-b)}.cat-btn:hover{border-color:var(--gold);color:var(--gold2)}.cat-btn.active{background:var(--navy);border-color:var(--navy);color:var(--gold3)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--white);border:1px solid var(--lgray);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 8px 32px rgba(11,31,58,.12);transform:translateY(-2px)}.product-img-wrap{position:relative;height:180px;background:var(--snow);overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover}.product-flag{position:absolute;top:12px;left:12px;font-size:1.5rem;background:hsla(0,0%,100%,.9);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.product-badge{position:absolute;top:12px;right:12px;background:var(--navy);color:var(--gold3);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:100px}.product-body{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.product-cat{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold2);margin-bottom:.4rem}.product-name{font-family:var(--ff-d);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.6rem;line-height:1.3}.product-desc{font-size:.8rem;color:var(--gray);line-height:1.65;flex:1 1;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--lgray);padding-top:1rem}.product-price{font-family:var(--ff-d);font-size:1.2rem;font-weight:600;color:var(--navy)}.price-note{font-size:.72rem;color:var(--muted);font-family:var(--ff-b);font-weight:400}.price-inquiry{font-size:.75rem;color:var(--gold2);font-family:var(--ff-b);font-weight:500}.product-cta{font-size:.78rem;font-weight:600;color:var(--gold2);letter-spacing:.04em}.ablauf-steps{display:flex;flex-direction:column;max-width:680px;margin:0 auto}.ablauf-step{display:flex;gap:2.5rem;padding:2rem 0;border-bottom:1px solid var(--lgray);align-items:flex-start}.ablauf-step:last-child{border-bottom:none}.ablauf-num{font-size:2rem;color:var(--gold);opacity:.4;width:40px;flex-shrink:0;line-height:1}.ablauf-num,.ablauf-title{font-family:var(--ff-d);font-weight:600}.ablauf-title{font-size:1.2rem;color:var(--navy);margin-bottom:.4rem}.ablauf-text{font-size:.875rem;color:var(--gray);line-height:1.8}@media (max-width:960px){.hero-inner{grid-template-columns:1fr;padding:3rem 2rem}.hero-flags{display:none}.products-grid{grid-template-columns:repeat(2,1fr)}.trust-inner{gap:2rem}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}