:root{--green:#123c2d;--green2:#1d5b43;--orange:#ef7d00;--ink:#173126;--muted:#64756d;--line:#dfe8e2;--soft:#f4f7f5;--white:#fff;--shadow:0 16px 45px rgba(18,60,45,.09);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink)}a{text-decoration:none;color:inherit}button,input{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{background:#0f3025;color:#e8f2ed;font-size:.86rem}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar nav{display:flex;gap:20px}.header{position:sticky;top:0;z-index:30;background:#fff;box-shadow:0 1px 0 rgba(18,60,45,.08)}.header-main{height:78px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:32px}.brand{display:inline-flex;align-items:baseline;gap:5px;font-size:1.3rem;letter-spacing:-.04em;white-space:nowrap}.brand strong{color:var(--green)}.brand span{color:var(--orange);font-weight:900}.search{height:44px;border:1px solid #ccd9d1;border-radius:12px;display:flex;overflow:hidden;background:#fbfcfb}.search input{flex:1;border:0;outline:0;padding:0 16px;background:transparent;min-width:0}.search button{border:0;background:var(--green);color:#fff;padding:0 19px;font-weight:700;cursor:pointer}.quick{display:flex;gap:18px;align-items:center;font-size:.9rem}.quick a{white-space:nowrap}.quick b{display:inline-grid;place-items:center;background:var(--orange);color:#fff;border-radius:999px;min-width:21px;height:21px;font-size:.72rem}.menu-button{display:none;border:0;background:none;font-size:1.35rem}.navrow{border-top:1px solid #edf2ef}.nav-inner{height:48px;display:flex;align-items:center}.all-products{height:100%;border:0;background:var(--green);color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.nav-inner nav{display:flex;align-items:center;gap:28px;padding-left:28px;font-size:.9rem;font-weight:650}.nav-inner a:hover{color:var(--orange)}.nav-inner .offer{color:var(--orange)}.hero{background:linear-gradient(120deg,#edf5f0 0%,#f8faf9 52%,#fff1e3 100%);overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.eyebrow,.section-head>div>span,.promo span,.footer-cta span{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:900;color:var(--orange)}.hero h1{font-size:clamp(2.7rem,5vw,5rem);line-height:.95;letter-spacing:-.055em;margin:14px 0 22px;color:var(--green);max-width:760px}.hero p{font-size:1.14rem;line-height:1.65;color:#53675e;max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:10px;font-weight:850;transition:.2s}.btn.primary{background:var(--orange);color:#fff}.btn.secondary{border:1px solid #b9cac0;color:var(--green);background:#fff}.btn.light{background:#fff;color:var(--green)}.hero-visual{min-height:360px;display:grid;place-items:center;position:relative}.print-stack{position:relative;width:min(430px,85%);height:260px;transform:rotate(-4deg)}.print-stack div{position:absolute;inset:20px;border-radius:22px;background:linear-gradient(135deg,var(--green),#2b7457);box-shadow:var(--shadow)}.print-stack div:nth-child(1){transform:translate(-24px,30px) rotate(-7deg);opacity:.25}.print-stack div:nth-child(2){transform:translate(20px,-22px) rotate(6deg);background:linear-gradient(135deg,#ff9d35,#ef7d00);opacity:.86}.print-stack div:nth-child(3){display:flex;flex-direction:column;justify-content:flex-end;padding:32px;color:#fff}.print-stack strong{font-size:2.2rem}.print-stack span{opacity:.85}.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.trust article{display:flex;align-items:center;gap:12px;padding:22px 16px;border-right:1px solid var(--line)}.trust article:last-child{border-right:0}.trust i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf5f0;color:var(--green);font-style:normal;font-weight:900}.trust strong,.trust span{display:block}.trust strong{font-size:.92rem}.trust span{font-size:.77rem;color:var(--muted);margin-top:3px}.section{padding:78px 0}.section:nth-of-type(even){background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.04em;margin:7px 0 7px;color:var(--green)}.section-head p{color:var(--muted);margin:0}.section-head>a{font-weight:800;color:var(--green)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:190px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s;overflow:hidden;position:relative}.category-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:#edf5f0;right:-30px;top:-30px}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card strong{font-size:1.08rem;color:var(--green);position:relative}.category-card span{font-size:.82rem;color:var(--muted);position:relative}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-image{aspect-ratio:1.18/1;background:linear-gradient(135deg,#edf5f0,#f8faf9);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:62px;height:62px;border:2px solid #aac0b3;border-radius:14px;transform:rotate(7deg);position:relative}.image-placeholder:after{content:"CP";position:absolute;inset:0;display:grid;place-items:center;font-weight:900;color:var(--green)}.product-body{padding:19px;display:flex;flex-direction:column;gap:10px;flex:1}.badge{align-self:flex-start;background:#eef7f1;color:var(--green);border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:850}.product-card h3{font-size:1.05rem;margin:0;color:var(--green)}.product-card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.5;min-height:40px}.price{margin-top:auto}.price small{display:block;color:var(--muted);font-size:.72rem}.price strong{font-size:1.35rem;color:var(--green)}.product-card .configure{margin-top:10px;background:var(--green);color:#fff;border-radius:9px;padding:12px;text-align:center;font-weight:800}.loading,.empty{grid-column:1/-1;padding:34px;border:1px dashed #c8d5ce;border-radius:16px;color:var(--muted);text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}.steps b{width:38px;height:38px;border-radius:10px;background:var(--orange);color:#fff;display:grid;place-items:center}.steps h3{margin:18px 0 7px;color:var(--green)}.steps p{margin:0;color:var(--muted);line-height:1.55}.promo{background:var(--green);color:#fff;padding:58px 0}.promo-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.promo h2{font-size:clamp(2rem,3vw,3rem);margin:8px 0 10px;letter-spacing:-.04em;max-width:750px}.promo p{margin:0;color:#d5e5dc;max-width:730px;line-height:1.6}.footer-cta{background:#174a38;color:#fff;padding:45px 0}.footer-cta>.container{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-cta h2{font-size:2rem;margin:8px 0}.footer-cta p{margin:0;color:#d4e4dc}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:44px;padding:52px 0 65px}.footer-grid h3{font-size:.95rem;color:var(--green)}.footer-grid a{display:block;margin:10px 0;color:var(--muted);font-size:.9rem}.footer-grid p{color:var(--muted);max-width:430px;line-height:1.6}.footer-brand{margin-bottom:12px}.products-section{background:#fff!important}@media(max-width:960px){.header-main{grid-template-columns:auto 1fr auto;gap:14px}.search{grid-column:1/-1;grid-row:2;margin-bottom:14px}.header-main{height:auto;padding:14px 0}.navrow{display:none}.menu-button{display:block}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:70px 0}.hero-visual{min-height:280px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust article{border-bottom:1px solid var(--line)}.category-grid,.product-grid,.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.topbar nav{display:none}.topbar-inner{justify-content:center;text-align:center}.quick{font-size:0;gap:8px}.quick a:before{content:"◉";font-size:1.1rem}.hero h1{font-size:2.75rem}.hero-actions,.promo-inner,.footer-cta>.container,.section-head{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.hero-visual{display:none}.trust-grid,.category-grid,.product-grid,.steps,.footer-grid{grid-template-columns:1fr}.trust article{border-right:0}.section{padding:56px 0}.promo{padding:48px 0}.footer-grid{gap:24px}.search button{padding:0 13px}.brand{font-size:1.08rem}}
