:root{--ink:#0d4a95;--muted:#60656c;--cream:#f7f8fa;--red:#ef333f;--line:#d9e0dc;--white:#fff}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--cream)}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding:0 28px}.top{background:var(--ink);color:#dce9e4;font-size:12px;letter-spacing:.08em}.top .wrap{display:flex;justify-content:space-between;padding-top:8px;padding-bottom:8px}.nav{background:rgba(247,248,250,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.nav .wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{font-weight:900;letter-spacing:.04em;font-size:18px;display:inline-flex;align-items:center}.brand img{width:150px;height:54px;object-fit:contain;display:block}.brand span{color:var(--red)}.links{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:650}.links a:hover{color:var(--red)}.button{display:inline-block;background:var(--red);color:white;border:0;padding:12px 20px;font-weight:800;cursor:pointer}.button.dark{background:var(--ink)}.hero{background:var(--ink);color:white;padding:100px 0 92px;position:relative;overflow:hidden}.hero:after{content:'';position:absolute;right:-10%;top:-30%;width:65%;height:170%;opacity:.16;background:repeating-linear-gradient(105deg,transparent 0 38px,#dbe9e3 39px 40px)}.hero .wrap{position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--red);font-size:12px;font-weight:850}.hero h1{font-size:clamp(44px,7vw,82px);line-height:.98;max-width:760px;margin:22px 0}.hero p{max-width:560px;color:#c7d6d1;font-size:19px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.section{padding:82px 0}.section h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:10px 0 16px}.intro{max-width:650px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--white);border:1px solid var(--line);padding:26px;min-height:210px}.card h3{margin:5px 0 10px;font-size:21px}.card p{color:var(--muted);margin:0}.band{background:var(--red);color:#fff}.band .button{background:#fff;color:var(--ink)}.product-mark{height:150px;background:linear-gradient(135deg,#d7e0db,#879899);display:flex;align-items:end;padding:18px;color:white;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.product-card{background:#fff;border:1px solid var(--line)}.product-card .pad{padding:20px}.product-card h3{margin:0 0 6px}.product-card p{margin:0 0 14px;color:var(--muted)}.form{background:#fff;border:1px solid var(--line);padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:750;font-size:13px}.field input,.field select,.field textarea{border:1px solid #c9d4d0;background:#fbfcfa;padding:12px;font:inherit}.field textarea{min-height:130px}.notice{padding:15px;background:#dff1e8;border-left:4px solid #23815b;margin-bottom:20px}.footer{background:var(--ink);color:#c7d6d1;padding:55px 0}.footer .grid{grid-template-columns:2fr 1fr 1fr}.footer h3{color:#fff}.footer a{display:block;margin:7px 0}.small{font-size:13px;color:var(--muted)}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:10;background:#1ea765;color:#fff;padding:12px 16px;border-radius:999px;font-weight:800;box-shadow:0 5px 18px #092c1660}@media(max-width:760px){.links{display:none}.top .wrap{display:block}.grid,.form-grid{grid-template-columns:1fr}.footer .grid{grid-template-columns:1fr}.hero{padding:70px 0}.section{padding:58px 0}.wrap{padding:0 20px}}
