:root{--navy:#071a3d;--blue:#1656d8;--green:#0b9b72;--yellow:#f7bf18;--ink:#111d36;--muted:#718096;--line:#e4e9f2;--bg:#f5f7fb}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;padding-bottom:74px}header{background:linear-gradient(135deg,var(--navy),#10366f);color:white}.head,main{max-width:1050px;margin:auto}.head{height:78px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:22px;font-weight:950}.brand span{color:var(--yellow)}.brand small{display:block;font-size:10px;color:#bfd0e8;font-weight:600}.head button,.wa{border:1px solid #ffffff42;border-radius:12px;padding:10px 14px;color:white;background:#ffffff16;font-weight:850;text-decoration:none}main{padding:20px}.welcome{background:linear-gradient(135deg,#0a2d65,#1454b7);color:white;border-radius:24px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 16px 40px #0b2c681f}.welcome small{color:#78e2ba;font-weight:900}.welcome h1{margin:5px 0;font-size:clamp(27px,5vw,42px)}.welcome p{margin:0;color:#d3def0}.wa{background:#0ba56f;border:0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:27px 0 13px}.section-title h2{margin:0}.section-title span{font-size:12px;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.service{background:white;border:1px solid var(--line);border-radius:16px;padding:14px 7px;text-align:center;min-height:108px}.service .icon{width:47px;height:47px;margin:auto auto 8px;border-radius:15px;background:#edf3ff;color:var(--blue);display:grid;place-items:center}.service svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.8}.service b{display:block;font-size:12px}.service em{font-size:9px;color:var(--muted);font-style:normal}.service.disabled{opacity:.55}.filters{display:flex;gap:8px;overflow:auto;margin-bottom:13px}.filters button{border:1px solid var(--line);background:white;padding:9px 15px;border-radius:99px;font-weight:800;color:var(--muted)}.filters button.active{background:var(--navy);color:white}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.product{border:1px solid var(--line);border-radius:18px;background:white;padding:18px;text-align:left;box-shadow:0 10px 30px #071a3d0a;cursor:pointer}.product:hover{border-color:#47b99a;transform:translateY(-2px)}.network{display:flex;justify-content:space-between;align-items:center;color:var(--green);font-size:11px;font-weight:950}.network i{width:10px;height:10px;border-radius:50%;background:currentColor}.product h3{margin:10px 0 6px}.product p{color:var(--muted);font-size:12px;min-height:32px}.product strong{display:block;font-size:25px}.product button{margin-top:12px;border:0;border-radius:10px;padding:10px 13px;background:#e9f8f3;color:#087453;font-weight:900}.why>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.why article{background:white;border:1px solid var(--line);border-radius:16px;padding:17px}.why p{font-size:12px;color:var(--muted);margin-bottom:0}nav{display:none;position:fixed;bottom:0;left:0;right:0;height:66px;background:white;border-top:1px solid var(--line);z-index:10;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}nav button,nav a{border:0;background:transparent;color:var(--muted);font-weight:800;text-decoration:none;padding:12px}nav .active{color:var(--blue)}dialog{border:0;border-radius:22px;width:min(500px,calc(100% - 26px));padding:0;box-shadow:0 30px 100px #071a3d66}dialog::backdrop{background:#071a3dbd}dialog form,dialog article{padding:26px;position:relative}.close{position:absolute;right:15px;top:14px;border:0;background:#edf1f6;border-radius:50%;width:35px;height:35px;font-size:22px}.buy-meta{color:var(--muted)}label{display:block;font-size:13px;font-weight:850;margin:18px 0 7px}input{width:100%;padding:14px;border:1px solid #ccd6e3;border-radius:12px;font:inherit}.consent{display:flex;gap:9px}.consent input{width:auto}.pricebox{background:#eaf9f4;border:1px solid #c6eadf;border-radius:13px;padding:14px;margin-top:16px}.pricebox div{display:flex;justify-content:space-between;margin:7px}.pricebox .total{font-size:19px;font-weight:950;border-top:1px solid #b8ddcf;padding-top:10px}.primary{width:100%;border:0;border-radius:12px;padding:14px;background:var(--green);color:white;font-weight:950}.error{color:#a51f2d;background:#fff0f1;padding:11px;border-radius:9px}.order{padding:12px 0;border-bottom:1px solid var(--line)}.order small{display:block;color:var(--muted)}@media(max-width:850px){.services{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:1fr 1fr}}@media(max-width:560px){main{padding:14px}.welcome{padding:20px}.welcome .wa{font-size:0}.welcome .wa:after{content:'Chat';font-size:13px}.section-title span{display:none}.products{grid-template-columns:1fr}.why>div{grid-template-columns:1fr}.services{gap:7px}.service{min-height:98px;padding:11px 4px}nav{display:flex}.product p{min-height:0}}
