:root{--blue:#1b6d91;--teal:#549da9;--gold-xlight:#fff9e9;--gold-light:#fcca93;--gold:#f0b07b;--red:#e66e6f;--red-dark:#cb4848;--green:#5fd384;--seafoam-light:#e4f6f5;--seafoam:#bfe1e5;--grey:#dce2e5;--grey-light:#fbfbfc;--blue-light:#28789b;--blue-dark:#1c516a;--blue-extra-dark:#13384b;--white:#fff;--font-family:"Inter",sans-serif}body{font-family:var(--font-family);margin:0}body,nav{background-color:var(--white)}nav{align-items:center;border-bottom:1px solid var(--grey);display:flex;justify-content:space-between;padding:1.25rem 2rem}.nav-left img{height:70px}.nav-right a{color:var(--blue);margin-left:1.25rem;text-decoration:none;transition:color .2s ease}.nav-right a:hover{color:var(--teal)}.nav-right a.cta{background:linear-gradient(90deg,#e66e6f,#1b6d91);border:0 solid #1b6d91;border-radius:20px;color:#fff;font-weight:600;padding:.5rem 1.25rem;transition:background-color .3s ease}.nav-right a.cta:hover{background:linear-gradient(90deg,#1b6d91,#e66e6f)}.nav-right{align-items:center;display:flex;gap:.8em}.nav-item,.nav-link{position:relative}.nav-link{color:var(--blue);display:inline-block;font-size:.9rem;font-weight:400;padding:.75rem 1rem;text-decoration:none}.nav-link:after{color:var(--red-dark);content:"▾";font-size:.95rem;margin-left:.4rem;vertical-align:middle}.nav-link:hover{color:var(--teal)}.dropdown{background-color:#fff;border:1px solid var(--grey);box-shadow:0 4px 8px rgba(0,0,0,.08);display:none;left:0;min-width:200px;padding:0;position:absolute;top:100%;z-index:999}.dropdown a{background:#fff;border:none;border-bottom:1px solid var(--grey);border-left:3px solid var(--white);box-sizing:border-box;color:var(--blue-dark);display:block;font-size:.85rem;font-weight:400;margin:0;padding:.6rem 1rem;text-decoration:none;width:100%}.dropdown a:last-child{border-bottom:none}.dropdown a:hover{background-color:#f2f4f5;border-left:3px solid var(--red);color:var(--red-dark)}.nav-item:hover .dropdown{display:block}.hero{align-items:center;background-color:var(--seafoam-light);display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:4rem 2rem}.hero-left,.hero-right{flex:1 1 48%}.hero-left h1{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#1b6d91,#e66e6f);color:transparent;font-size:3.5em;font-weight:700;margin-bottom:1rem}.hero-left h2{color:var(--blue-dark);font-weight:400;margin-bottom:1rem}.hero-left p{font-size:1.125rem;margin-bottom:2rem}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem}.cta-primary{background:linear-gradient(90deg,#1b6d91,#e66e6f);border:0 solid #1b6d91;border-radius:20px;box-shadow:0 3px 5px rgba(0,0,0,.55);color:#fff;font-weight:400;letter-spacing:.5px;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease}.cta-primary:hover{background:linear-gradient(270deg,#1b6d91,#e66e6f);color:#fff}.cta-secondary{background-color:var(--grey-light);border:2px solid transparent;border-radius:20px;color:var(--blue);font-weight:600;padding:.5rem 1.25rem;text-decoration:none;transition:border .2s ease}.cta-secondary:hover{border:2px solid var(--blue);color:var(--blue)}.section{margin:auto;max-width:100%;padding:4rem 2rem}.section h1,.section h2,.section p{font-weight:400;text-align:center}.grid-3{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.grid-3 .card{background:#fff;border:1px solid var(--grey);flex:1 1 300px;padding:2rem;text-align:left}.why-packback-multicolumn{background-color:var(--blue);color:var(--white);padding:4rem 2rem}.why-packback-multicolumn .section-eyebrow{color:var(--blue-dark);font-size:.85em;letter-spacing:1px;margin-bottom:.5rem;text-align:center;text-transform:uppercase}.why-packback-multicolumn .section-eyebrow-bg{background-color:var(--seafoam-light);border-radius:10px;padding:5px 8px}.why-packback-multicolumn .section-heading{color:var(--white);font-size:2.2rem;margin:0 auto;max-width:70%;padding:2rem;text-align:center}.grid-4{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:80%}.feature-card{background-color:hsla(0,0%,100%,.2);border-radius:80px;padding:2rem;text-align:center}.feature-icon{height:auto;margin-bottom:1rem;max-width:50%}.feature-card h3{font-size:1.5rem;margin-bottom:.5rem}.feature-card h4{color:var(--seafoam-light);font-size:1.1rem;font-weight:400;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.6}@media (max-width:768px){.grid-4{grid-template-columns:1fr}.feature-card{text-align:left}.feature-icon{display:block;margin:0 auto 1rem;text-align:center}}.testimonials{background-color:var(--red-dark);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.testimonials h2{margin-bottom:2rem}.testimonial-wrapper{margin:0 auto;max-width:70%;overflow:hidden;position:relative}.testimonial-quote{font-size:1.5rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-meta{color:var(--grey-light);font-size:.9rem;font-weight:400;line-height:1.4}.cta-button{background:linear-gradient(90deg,#28788d,#96bbc6);border:none;border-radius:20px;color:#fff;display:inline-block;font-weight:600;padding:.7rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .2s ease}.cta-button:hover{background:linear-gradient(270deg,#f0b07b,#fcca93);color:var(--white)}.cta-button-white{background:linear-gradient(90deg,#f0b07b,#fff9e9);border:none;border-radius:20px;color:var(--blue-dark);display:inline-block;font-weight:600;padding:.7rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .2s ease}.cta-button-white:hover{background:linear-gradient(270deg,#f0b07b,#fff9e9)}.cta-button-pdf{align-items:center;background-color:transparent;border:2px solid var(--seafoam);border-radius:10px;color:var(--seafoam);display:inline-flex;font-size:1em;font-weight:400;justify-content:center;letter-spacing:1px;padding:1em 2em;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.cta-button-pdf img{height:30px;margin-right:10px}.cta-button-pdf:hover{background-color:var(--blue-dark)}.comparison-table{background:var(--blue-extra-dark);border-collapse:collapse;color:#fff;margin:auto;width:70%}.comparison-table td,.comparison-table th{border-right:1px solid var(--blue-dark);padding:0 20px;text-align:left}.comparison-table td:last-child,.comparison-table th:last-child{border-right:none}.comparison-table thead{background:var(--blue-light)}.comparison-table tr:nth-child(odd){background:var(--blue-dark)}.why-packback{background-color:var(--gold-xlight);padding:4rem 2rem}.why-packback .section-heading{color:var(--blue-dark);font-size:2.2rem;margin-bottom:1.75rem;text-align:center}.why-packback .intro{color:var(--blue-dark);font-size:1.125rem;line-height:1.6;margin:auto auto 3rem;max-width:800px;text-align:center}.stat-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin:auto;max-width:1200px;padding-bottom:40px;text-align:center}.stat-block{flex:1 1 18%;min-width:150px}.stat-number{color:var(--red-dark);font-size:3.2rem;font-weight:400;margin-bottom:.25rem}.stat-label{color:var(--blue-dark);font-size:1.15rem;font-weight:600}footer{background-color:var(--grey-light);font-size:.85rem;padding:2rem;text-align:center}.button-fullwidth{background:linear-gradient(90deg,#96bbc6,#bfe1e5);border:1.75px solid var(--blue-dark);border-radius:6px;color:var(--blue-dark);display:block;font-weight:600;margin-top:1rem;padding:.45rem;text-align:center;text-decoration:none;transition:background .3s ease;width:100%}.button-fullwidth:hover{background:linear-gradient(90deg,#13384b,#1b6d91);color:var(--seafoam)}.hs-form{background-color:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.15);font-family:Inter,sans-serif;margin:0 auto;max-width:600px;padding:2rem}.hs-form .hs-form-field label{color:var(--blue-dark);display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.hs-form .hs-form-field input,.hs-form .hs-form-field select{border:1px solid #dce2e5;border-radius:4px;color:#333;font-size:1rem;margin-bottom:1.25rem;padding:.75rem;width:100%}.hs-form .hs-form-field input:focus,.hs-form .hs-form-field select:focus{border-color:var(--blue);outline:none}.hs-form .hs-submit input{background:linear-gradient(90deg,#e66e6f,#1b6d91);border:none;border-radius:20px;box-shadow:0 3px 5px rgba(0,0,0,.5);color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease;width:100%}.hs-form .hs-submit input:hover{background:linear-gradient(270deg,#e66e6f,#1b6d91)}.hs-form .hs-error-msgs{color:#e66e6f;font-size:.875rem;margin-top:.5rem}@media (max-width:768px){.hs-form{padding:1.5rem;width:90%}.container,.content-wrapper,.hs-container,.hubspot-content-wrapper,.page-center,.page-width,body{box-sizing:border-box;margin:0 auto!important;max-width:100%!important;padding:0!important;width:100%!important}.hero{flex-direction:column;padding:2rem 1rem;text-align:center}.hero-left,.hero-right{flex:1 1 100%!important;max-width:100%!important}.hero-left h1{font-size:2rem;line-height:1.3}.hero-left h2{font-size:1.1rem;margin-top:1rem}.hero-right img{height:auto!important;max-width:100%!important}.hero-cta-group{flex-direction:column;gap:1rem;justify-content:center}.grid-4{display:flex!important;flex-direction:column!important;gap:1.5rem;width:100%!important}.grid-4,.grid-4 .feature-card{box-sizing:border-box;max-width:100%!important;padding:1rem}.grid-4 .feature-card{flex:1 1 100%!important}.intro,.section-eyebrow,.section-heading,.why-packback-multicolumn ul{max-width:100%!important}.section[style*="display: flex"]{box-sizing:border-box;flex-direction:column!important;max-width:100%!important;padding:2rem 1rem;text-align:center;width:100%!important}.section[style*="display: flex"] img{height:auto!important;max-width:100%!important}.section[style*="display: flex"]>div{flex:1 1 100%!important;max-width:100%!important}.stat-row{align-items:center!important;flex-direction:column!important;max-width:100%!important;width:100%!important}.stat-block{flex:1 1 100%!important;max-width:250px!important}.comparison-table{font-size:.85rem;width:100%!important}.comparison-table td,.comparison-table th{padding:.5rem}#demo-form{box-sizing:border-box;flex-direction:column!important;max-width:100%!important;padding:2rem 1rem;text-align:center!important;width:100%!important}#demo-form>div{flex:1 1 100%!important;max-width:100%!important}#demo-form img{height:auto!important;max-width:100%!important}.testimonial-quote{font-size:1.2rem}.section[style*="display: flex"] .button-fullwidth{width:100%!important}}