:root{--ink:#16201b;--muted:#657168;--line:#dce3dd;--page:#f7faf5;--wash:#eef7ed;--green:#227948;--deep:#12372b;--leaf:#78a942;--gold:#b5833f}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:0 auto;padding:56px 22px}.site-head{position:relative;z-index:2;background:#f7faf5;border-bottom:1px solid var(--line)}.head-inner{max-width:1180px;margin:0 auto;padding:12px 22px;display:grid;grid-template-columns:auto 1fr auto auto;gap:18px;align-items:center}.brand{grid-column:1;grid-row:1;justify-self:start;line-height:1}.brand span{display:block;color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase}.brand strong{font-size:24px;font-weight:900}.menu-toggle{display:none;width:42px;height:40px;align-items:center;justify-content:center;gap:5px;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--deep);cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;border-radius:99px;background:currentColor}.top-menu{grid-column:3;grid-row:1;display:flex;gap:10px;align-items:center;justify-content:flex-start}.top-menu a{font-size:13px;font-weight:900;color:var(--deep);padding:8px 10px;border-radius:7px}.top-menu a:hover{background:var(--wash);color:var(--green)}.head-shop{grid-column:4;grid-row:1;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid var(--deep);border-radius:8px;background:var(--deep);color:#fff;font-weight:900}.btn,.ghost{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:8px;font-weight:900;padding:0 18px;margin:4px 0}.btn{background:var(--green);border:1px solid var(--green);color:#fff}.ghost{background:#fff;border:1px solid var(--line);color:var(--deep)}.hero{display:grid;grid-template-columns:1fr 420px;gap:50px;align-items:center;min-height:620px;background:linear-gradient(90deg,rgba(34,121,72,.13),rgba(181,131,63,.09))}.eyebrow{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase}h1{font-size:54px;line-height:1.02;margin:0 0 18px}h2{font-size:34px;line-height:1.12;margin:0 0 14px}p{color:var(--muted);font-size:17px}.hero-img,.gallery-main,.trust>div,.feature div,.purchase,.fqa details,.product-card{border:1px solid var(--line);background:#fff;border-radius:8px}.hero-img{box-shadow:0 18px 44px rgba(22,50,32,.13);overflow:hidden}.hero-img img,.gallery-main img{aspect-ratio:1/1;object-fit:contain;padding:18px;background:linear-gradient(145deg,#edf7ee,#fff 58%,#f4f0e6)}.hero-img div{padding:18px;border-top:1px solid var(--line)}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust>div{padding:18px}.trust span,.feature span,.product-card span{display:block;color:var(--muted)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.feature{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature div{padding:18px}.cloud{display:flex;gap:10px;flex-wrap:wrap}.cloud span{border:1px solid #bed0bf;border-radius:999px;background:var(--wash);color:var(--deep);font-size:13px;font-weight:850;padding:8px 12px}.product{display:grid;grid-template-columns:1fr 470px;gap:48px}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.thumbs button{aspect-ratio:1;border:1px solid var(--line);border-radius:8px;background:#fff;padding:5px;cursor:pointer}.thumbs button.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(34,121,72,.15)}.summary{position:sticky;top:24px}.price{font-size:34px;font-weight:900}.points{padding:0;list-style:none}.points li{margin:10px 0;color:var(--muted)}.purchase{padding:18px;display:grid;gap:14px}.qty{display:grid;grid-template-columns:44px 54px 44px;width:max-content;border:1px solid var(--line);border-radius:8px;overflow:hidden}.qty button{height:42px;border:0;background:#eef5ee;font-size:20px;cursor:pointer}.qty strong{display:flex;align-items:center;justify-content:center;background:#fff}.pay span{display:inline-block;border:1px solid var(--line);border-radius:6px;font-size:11px;font-weight:800;padding:5px 7px;margin:3px}.spec{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}.spec th,.spec td{border-bottom:1px solid var(--line);padding:12px 14px;text-align:left}.spec th{color:var(--green);width:35%}.fqa details{padding:16px 18px;margin:10px 0}.fqa summary{cursor:pointer;font-weight:900}.footer{background:#10251c;color:#fff;margin-top:40px}.footer .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;padding-top:42px;padding-bottom:42px}.footer p,.footer small{color:rgba(255,255,255,.72)}.footer a{display:block;margin:7px 0}.legal{max-width:860px}.product-card{display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:center;padding:14px;margin:28px 0}input,textarea{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:8px;padding:12px;font:inherit}@media(max-width:900px){.head-inner{grid-template-columns:1fr auto;gap:8px;padding:10px 16px;align-items:start}.brand{grid-column:1;grid-row:1}.menu-toggle{grid-column:1;grid-row:2;display:inline-flex;justify-self:start}.top-menu{grid-column:1/3;grid-row:3;display:none;width:100%;grid-template-columns:1fr;gap:4px;padding:8px 0 2px;background:transparent;border:0}.nav-open .top-menu{display:grid}.top-menu a{display:block;padding:11px 12px;background:#fff;border:1px solid var(--line);border-radius:8px}.head-shop{display:none}.hero,.split,.product,.footer .wrap{grid-template-columns:1fr}.product{gap:22px;padding-top:calc(24px + env(safe-area-inset-top));}.product>div:first-child{min-width:0}.gallery-main{overflow:hidden}.gallery-main img{width:100%;max-height:58vh;min-height:260px;padding:14px}.thumbs{display:flex;grid-template-columns:none;gap:8px;margin-top:10px;overflow-x:auto;overscroll-behavior-x:contain;padding:2px 2px 8px;scrollbar-width:thin}.thumbs button{flex:0 0 78px;width:78px;min-width:78px}.summary{position:static}.trust{grid-template-columns:repeat(2,1fr)}h1{font-size:38px}h2{font-size:28px}.wrap{padding:34px 16px}.hero{min-height:auto}}@media(max-width:520px){.brand strong{font-size:23px}.trust,.feature{grid-template-columns:1fr}.gallery-main img{max-height:430px;min-height:240px}.thumbs button{flex-basis:74px;width:74px;min-width:74px}}
@media(max-width:900px){body{overflow-x:hidden}.product>*{min-width:0}.gallery-main{width:100%;max-width:100%;overflow:hidden}.summary{min-width:0;width:100%;overflow:hidden}.summary h1{max-width:100%;overflow-wrap:break-word;word-break:normal}}
@media(max-width:900px){.product{display:block;width:100%;max-width:100%;overflow:hidden}.product .summary{display:block;max-width:100%;margin-top:22px}.product .summary h1{font-size:34px;line-height:1.08;white-space:normal;overflow-wrap:break-word;word-break:normal}.gallery-main img{height:auto;max-width:100%;object-fit:contain}.thumbs{max-width:100%}}@media(max-width:390px){.product .summary h1{font-size:32px}}
@media(max-width:900px){.product .summary{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}.product .summary h1{width:100%;font-size:27px;line-height:1.14}}@media(max-width:390px){.product .summary h1{font-size:27px}}
