*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#07152d;background:#fff}a{text-decoration:none;color:inherit}.top{background:#003c96;color:white;display:flex;justify-content:space-between;gap:20px;padding:9px 6%;font-size:14px;align-items:center}header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;box-shadow:0 4px 18px #0001;background:white;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:12px;color:#003c96;font-weight:900;font-size:28px;line-height:.8}.brand img{width:70px;height:58px;object-fit:cover;object-position:center 43%;border-radius:4px}.brand small{font-size:10px;letter-spacing:2.5px;color:#777}nav{display:flex;gap:28px;font-size:13px;font-weight:800;text-transform:uppercase}nav a:hover{color:#004fc4}.quote,button,.actions a{background:#004fc4;color:white;padding:15px 24px;border-radius:10px;font-weight:900;text-transform:uppercase;font-size:13px;box-shadow:0 9px 18px #004fc42b}.quote.small{display:inline-block;margin-top:10px}.hero{min-height:520px;background:radial-gradient(circle at 74% 38%,#515b66 0,#10151c 34%,#06090e 69%);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:60px 6%;color:white;overflow:hidden}.hero h1{font-size:58px;line-height:.95;margin:8px 0 18px;text-transform:uppercase}.hero h1 span{display:block;color:#0d63dc}.hero p{font-size:18px;max-width:560px}.eyebrow{color:#004fc4;font-size:13px;text-transform:uppercase;font-weight:900;letter-spacing:.9px}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.actions .outline{background:#ffffff10;border:1px solid #fff;padding:14px 26px}.productVisual{height:320px;position:relative}.closer{position:absolute;width:520px;height:96px;background:linear-gradient(#e8e8e8,#9da3aa);border-radius:12px;right:20px;top:118px;box-shadow:0 28px 50px #0008;transform:rotate(-6deg)}.closer:before{content:"";position:absolute;width:370px;height:20px;background:#c7cbd0;left:-150px;top:-58px;transform:rotate(-24deg);border-radius:20px}.closer:after{content:"";position:absolute;width:110px;height:110px;border:18px solid #c9ccd0;border-radius:50%;right:12px;top:-7px}.section{padding:54px 6%}.section h2,.split h2,.quoteSection h2{font-size:32px;margin:4px 0 22px}.grid{display:grid;gap:24px}.two{grid-template-columns:1fr 1fr}.card{background:white;border:1px solid #e4e8ef;border-radius:16px;padding:26px;box-shadow:0 15px 35px #001b3f12}.product{display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:center}.productImg{height:160px;border-radius:12px;background:#eef1f5;position:relative;overflow:hidden}.closerIcon:before{content:"";position:absolute;width:190px;height:44px;background:linear-gradient(#eee,#aab0b8);border-radius:8px;left:24px;top:70px;box-shadow:0 12px 20px #0002}.closerIcon:after{content:"";position:absolute;width:130px;height:12px;background:#a7adb5;left:55px;top:38px;transform:rotate(-28deg);border-radius:9px}.guardIcon{background:linear-gradient(90deg,#5b514b 0 46%,#e7e7e7 46%)}.guardIcon:after{content:"";position:absolute;left:110px;top:20px;width:46px;height:122px;border-radius:20px;background:linear-gradient(90deg,#d0d1d2,#fff,#b7babd);box-shadow:0 4px 15px #0003}.product h3{margin:0;color:#06152f}.product a{color:#004fc4;font-weight:900}.blueBand{background:linear-gradient(90deg,#003887,#0057cc);color:white;padding:32px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px}.blueBand h2{max-width:300px;margin:0}.blueBand div{display:flex;gap:22px;flex-wrap:wrap;font-weight:900}.six{grid-template-columns:repeat(6,1fr)}.six div{height:130px;background:linear-gradient(#e7eef8,#00409b);border-radius:12px;color:white;display:flex;flex-direction:column;align-items:center;justify-content:end;padding:16px;gap:10px;text-align:center;font-size:15px}.six div:first-child,.six div:nth-child(2){background:linear-gradient(#f7faff,#003c96)}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#f6f8fb}.split>div{padding:60px 8%}.logoPanel{text-align:center;background:white}.logoPanel img{max-width:300px;border-radius:12px}.quoteSection{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:70px 6%;background:linear-gradient(100deg,#003887,#0056c7);color:white}.quoteSection .eyebrow{color:white}form{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,select,textarea{padding:15px;border:0;border-radius:8px;font:inherit}textarea{grid-column:1/-1;min-height:110px}button{border:0;cursor:pointer;grid-column:1/-1}footer{background:#061225;color:white;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px;padding:42px 6%}footer img{width:130px;border-radius:8px}footer a{display:block;margin:7px 0;color:#dfe8ff}.download{border:1px solid #fff;border-radius:8px;padding:13px 18px;width:max-content;font-weight:900}.copy{background:#030914;color:#b7c4dd;text-align:center;padding:15px}@media(max-width:900px){.top,nav{display:none}header{height:82px}.hero,.two,.split,.quoteSection,footer{grid-template-columns:1fr}.hero h1{font-size:42px}.productVisual{display:none}.product{grid-template-columns:1fr}.six{grid-template-columns:1fr 1fr}.quote{padding:12px}.brand img{width:58px;height:50px}form{grid-template-columns:1fr}}