:root{--color-primary:#0a1f44;--color-white:#fff;--color-accent:#d72638;--color-light-grey:#e5e7eb;--color-text-primary:#0a1f44;--color-text-secondary:#6b7280}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-primary);background-color:var(--color-white);line-height:1.5;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.container{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 3rem;background-color:var(--color-white);border-bottom:1px solid var(--color-light-grey)}.logo{max-width:1400px;margin:0 auto}.logo-text{font-size:1.125rem;font-weight:600}.hero,.logo-text{color:var(--color-text-primary)}.hero{background-color:var(--color-white);padding:2rem 3rem 3rem}.hero-content{max-width:700px;margin:0 auto}.hero-headline{font-size:2.25rem;font-weight:600;margin-bottom:1rem;line-height:1.2;letter-spacing:-.01em}.hero-subheadline{font-size:1.125rem;font-weight:400;margin-bottom:1.5rem;line-height:1.6;color:var(--color-text-secondary)}.benefits-list{list-style:none;font-size:1.1rem;line-height:2}.benefits-list li{padding-left:1.5rem;position:relative}.benefits-list li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:1.2rem}.main-content{flex:1 1;padding:0 3rem 3rem;background-color:var(--color-white)}.content-wrapper{max-width:1400px;margin:0 auto}.trust-section{max-width:700px;margin:-1rem auto 0;padding-top:0}.trust-icons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;font-size:.75rem;color:var(--color-text-secondary);font-weight:400}.trust-icons .separator{color:var(--color-light-grey);opacity:.5}.form-section{background-color:var(--color-white);padding:0;margin-top:1rem}#hubspot-form{width:100%}#hubspot-form form{display:flex;flex-direction:column;gap:1rem}#hubspot-form .hs-form-field{margin-bottom:1rem}#hubspot-form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-text-primary);font-size:.9rem}#hubspot-form input[type=email],#hubspot-form input[type=text],#hubspot-form select{width:100%;padding:.75rem;border:1px solid var(--color-light-grey);border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}#hubspot-form input[type=email]:focus,#hubspot-form input[type=text]:focus,#hubspot-form select:focus{outline:none;border-color:var(--color-primary)}#hubspot-form input[type=checkbox]{margin-right:.5rem}#hubspot-form .hs-submit{margin-top:1rem}#hubspot-form .hs-button{background-color:var(--color-primary);color:var(--color-white);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s;width:100%}#hubspot-form .hs-button:hover{background-color:#0d2a52}.fallback-form{display:flex;flex-direction:column;gap:0;padding:0}.form-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem}.form-field{display:flex;flex-direction:column;margin-bottom:1rem}.form-field label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-primary);font-size:.875rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.form-field .required{color:var(--color-accent)}.form-field input[type=email],.form-field input[type=text],.form-field select{width:100%;padding:.875rem;border:1px solid var(--color-light-grey);border-radius:6px;font-size:1rem;font-family:inherit;font-weight:400;transition:all .2s;background-color:var(--color-white)}.form-field input::placeholder{color:var(--color-text-secondary);opacity:.7}.form-field select.placeholder{color:var(--color-text-secondary);opacity:.7}.form-field select option{color:var(--color-text-primary)}.form-field input[type=email]:focus,.form-field input[type=text]:focus,.form-field select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(10,31,68,.1)}.checkbox-field{flex-direction:row;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.checkbox-field label{display:flex;align-items:flex-start;gap:.75rem;font-weight:400;font-size:.875rem;cursor:pointer;margin-bottom:0;line-height:1.5}.checkbox-field input[type=checkbox]{margin-top:.2rem;cursor:pointer;width:auto}.form-submit-button{background-color:var(--color-primary);color:var(--color-white);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;width:100%;margin-top:.5rem}.form-submit-button:hover{background-color:#0d2a52;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.form-note{margin-top:1rem;text-align:center;color:var(--color-text-secondary);font-size:.85rem}.footer{background-color:var(--color-white);color:var(--color-text-primary);padding:2.5rem 3rem;margin-top:auto;border-top:1px solid var(--color-light-grey)}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:var(--color-text-secondary);font-size:.875rem;font-weight:400;transition:color .2s}.footer-links a:hover{color:var(--color-text-primary)}.separator{opacity:.3}.copyright{font-size:.8125rem;color:var(--color-text-secondary);font-weight:400}.thank-you-content{flex:1 1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.thank-you-card{max-width:600px;text-align:center;background-color:#f9fafb;padding:3rem;border-radius:8px;border:1px solid var(--color-light-grey)}.thank-you-headline{font-size:2.5rem;color:var(--color-primary);margin-bottom:1.5rem}.thank-you-message{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:1rem}.thank-you-submessage{font-size:1rem;color:var(--color-text-secondary);margin-bottom:2rem}.download-button{display:inline-block;background-color:var(--color-primary);color:var(--color-white);border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.download-button:hover{background-color:#0d2a52;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.back-link{display:inline-block;color:var(--color-primary);font-weight:600;text-decoration:underline;transition:color .2s}.back-link:hover{color:var(--color-accent)}.policy-content{flex:1 1;padding:3rem;background-color:var(--color-white)}.policy-wrapper{max-width:800px;margin:0 auto}.policy-wrapper h1{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.updated-date{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:3rem}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.25rem;font-weight:600}.policy-section h2,.policy-section p{color:var(--color-text-primary);margin-bottom:1rem}.policy-section p{line-height:1.7}.policy-section ul{margin-left:1.5rem;margin-bottom:1rem}.policy-section li{margin-bottom:.5rem;line-height:1.7}.policy-section a{color:var(--color-primary);text-decoration:underline}.policy-section a:hover{opacity:.8}.policy-back{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-light-grey)}.policy-back a{color:var(--color-primary);font-weight:500;text-decoration:none;transition:opacity .2s}.policy-back a:hover{opacity:.7}@media (max-width:768px){.header{padding:1.5rem 2rem}.hero{padding:2rem 2rem 3rem}.hero-headline{font-size:2rem}.hero-subheadline{font-size:.875rem}.main-content{padding:3rem 2rem}.trust-icons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.footer{padding:2rem}.policy-content{padding:2rem 1.5rem}.policy-wrapper h1{font-size:1.75rem}.policy-section h2{font-size:1.125rem}.thank-you-card{padding:2rem 1.5rem}.thank-you-headline{font-size:2rem}}@media (max-width:480px){.hero-headline{font-size:1.5rem}.trust-icons{font-size:.6875rem}}