*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--black:#17191d;--red:#d71920;--grey:#686b70;--light:#f5f5f2;--line:#deded8}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);line-height:1.6}.container{width:min(1160px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{width:250px;display:flex}.logo img{max-width:100%}.nav nav{display:flex;align-items:center;gap:28px}.nav nav a{text-decoration:none;font-weight:800;font-size:.92rem}.nav nav a:hover{color:var(--red)}.nav-button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 23px;border:0;border-radius:999px;background:var(--red);color:#fff!important;text-decoration:none;font-weight:900;cursor:pointer}.nav-button{min-height:42px;padding:8px 18px}.menu{display:none;border:0;background:transparent;font-size:1.7rem}.hero{padding:90px 0 80px;background:radial-gradient(circle at 85% 20%,rgba(215,25,32,.12),transparent 28%),linear-gradient(135deg,#fff,#f5f5f2);overflow:hidden}.hero-grid{min-height:550px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:60px}.eyebrow{color:var(--red);font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.hero h1,.section h2{line-height:1.06;letter-spacing:-.045em;margin:0}.hero h1{font-size:clamp(3rem,7vw,6rem)}.intro{max-width:650px;color:var(--grey);font-size:1.15rem;margin:25px 0 30px}.actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.secondary-link{font-weight:900;text-decoration:none}.checks{display:flex;gap:20px;flex-wrap:wrap;color:var(--grey);font-size:.9rem;font-weight:700;margin-top:32px}.bag-display{position:relative;min-height:500px}.bag{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;border-radius:18px 18px 40px 40px;box-shadow:0 20px 50px rgba(0,0,0,.18)}.bag span{position:absolute;top:27px;left:15px;right:15px;height:7px;border-top:2px solid rgba(255,255,255,.75);border-bottom:2px solid rgba(255,255,255,.35)}.bag strong{letter-spacing:.08em}.bag small{opacity:.7}.bag-one{width:220px;height:345px;left:0;top:65px;transform:rotate(-9deg);background:linear-gradient(145deg,#6d4a31,#27180f)}.bag-two{width:260px;height:405px;left:130px;top:35px;z-index:3;background:linear-gradient(145deg,#292c31,#070809)}.bag-two b{width:85px;height:85px;margin-bottom:22px;display:grid;place-items:center;border-radius:22px;background:#fff;color:var(--red);font-size:2rem;transform:rotate(45deg)}.bag-three{width:210px;height:325px;right:-25px;top:105px;transform:rotate(8deg);background:linear-gradient(145deg,#e33b41,#9e0e14)}.notice{padding:18px 0;background:var(--black);color:white;text-align:center;font-weight:700}.section{padding:105px 0}.section h2{font-size:clamp(2.4rem,5vw,4.3rem)}.section-copy{max-width:690px;color:var(--grey);font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:45px}.cards article{padding:29px;border:1px solid var(--line);border-radius:22px;background:white}.cards article:hover{box-shadow:0 18px 45px rgba(0,0,0,.1);transform:translateY(-4px);transition:.2s}.icon{width:70px;height:70px;display:grid;place-items:center;background:var(--light);border-radius:18px;font-size:2.3rem}.cards h3{margin:20px 0 6px}.cards p{color:var(--grey)}.cards ul{padding-left:18px}.dark{background:var(--black);color:white}.dark p{color:#b8b9bd}.two-column{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.light-button{background:white;color:var(--black)!important;margin-top:18px}.benefits>div{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.15)}.benefits b{color:#ff5a60}.benefits span{display:grid}.benefits small{color:#b8b9bd;font-size:.95rem}.industries{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:42px}.industries div{min-height:145px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:18px;background:var(--light);font-size:2rem;text-align:center}.industries strong{font-size:.95rem}.quote-section{background:var(--light)}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.email-box{display:grid;margin-top:25px;padding:22px;border-left:4px solid var(--red);background:white}.email-box a{color:var(--red);font-weight:900}.email-box small{color:var(--grey)}form{padding:32px;border-radius:22px;background:white;box-shadow:0 20px 50px rgba(0,0,0,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:grid;gap:7px;margin-bottom:17px;font-size:.9rem;font-weight:800}input,textarea{width:100%;padding:14px;border:1px solid #c8c9c5;border-radius:10px;font:inherit}input:focus,textarea:focus{outline:3px solid rgba(215,25,32,.12);border-color:var(--red)}textarea{resize:vertical}.form-note{display:block;color:var(--grey);margin-top:10px}.footer{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer img{width:210px}.footer p{color:var(--grey);font-size:.87rem}.footer a{color:var(--red);font-weight:800;text-decoration:none}@media(max-width:1000px){.hero-grid{grid-template-columns:1fr}.bag-display{width:min(560px,100%);margin:auto}.cards{grid-template-columns:repeat(2,1fr)}.industries{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.container{width:min(100% - 28px,1160px)}.header{position:relative}.logo{width:205px}.menu{display:block}.nav nav{display:none;position:absolute;top:78px;left:0;right:0;padding:24px;flex-direction:column;background:white;border-bottom:1px solid var(--line)}.nav nav.open{display:flex}.hero{padding:60px 0 45px}.hero-grid{min-height:auto}.hero h1{font-size:clamp(3rem,14vw,4.7rem)}.bag-display{transform:scale(.82);transform-origin:top center;margin-bottom:-75px}.section{padding:75px 0}.two-column,.quote-grid{grid-template-columns:1fr;gap:45px}.industries{grid-template-columns:repeat(2,1fr)}.footer{flex-direction:column;padding:25px;text-align:center}}@media(max-width:520px){.cards,.form-row{grid-template-columns:1fr}.bag-display{width:520px;left:50%;margin-left:-260px;transform:scale(.65);margin-bottom:-140px}}