*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.header{background-color:#000;display:flex;padding:1.5rem 2.5rem;align-items:center;justify-content:center}.logo{height:25px;width:auto}.subtext{text-align:center;font-size:1.1rem;color:#666;max-width:900px;margin:0 auto;padding:1.5rem 2rem 0;line-height:1.5}.container{text-align:center;padding:;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.heading{font-size:4rem;font-weight:900;color:#1a1a1a;letter-spacing:-.02em;line-height:1.3;margin-bottom:1rem;max-width:1100px}.highlight{color:#e74c3c;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.subtext-secondary{text-align:center;font-size:1.15rem;color:#555;max-width:850px;margin:0 auto;line-height:1.6;font-weight:500}.cta-button{background-color:#e74c3c;color:#fff;font-size:1.25rem;font-weight:700;padding:1.25rem 3rem;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;transition:all .3s ease;box-shadow:2px 2px 20px #707070,0 0 20px 20px #c5000d inset}.cta-button:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c66}.cta-button:active{transform:translateY(0);box-shadow:0 2px 10px #e74c3c4d}.disclaimer{background-color:#fff;padding:2rem;margin-top:auto;padding-top:100px;width:100%}.disclaimer p{color:#666;font-size:.75rem;line-height:1.6;max-width:800px;margin:0 auto 1rem;text-align:center}.disclaimer p:last-child{margin-bottom:0}.disclaimer strong{color:#555;display:block;margin-bottom:.3rem}@media (max-width: 768px){.heading{font-size:2rem}.subtext,.subtext-secondary{font-size:1rem}.cta-button{font-size:1rem;padding:1rem 2.5rem}}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;margin:5% auto;padding:2.5rem;border-radius:16px;max-width:550px;width:90%;position:relative;box-shadow:0 10px 40px #0003;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.close{color:#aaa;position:absolute;right:1.5rem;top:1.5rem;font-size:28px;font-weight:700;cursor:pointer;transition:color .2s ease}.close:hover,.close:focus{color:#e74c3c}.form-heading{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin-bottom:.5rem;text-align:center}.form-subheading{font-size:1.25rem;font-weight:600;color:#e74c3c;margin-bottom:1rem;text-align:center;line-height:1.4}.form-disclaimer{font-size:.9rem;color:#666;margin-bottom:2rem;text-align:center;line-height:1.5;font-style:italic}.lead-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-input{padding:.875rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.iti{width:100%!important;display:block!important}.iti__tel-input,.iti__input,#phone{width:100%!important;padding:.875rem 1rem .875rem 3.75rem!important;font-size:1rem!important;border:2px solid #e0e0e0!important;border-radius:8px!important;transition:all .3s ease!important;font-family:inherit!important;box-sizing:border-box!important}.iti__input:focus,.iti__tel-input:focus,#phone:focus{outline:none!important;border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c1a!important}.iti__flag-container{border-radius:8px 0 0 8px;position:absolute;top:0;bottom:0;left:0}.iti__selected-flag{border-radius:8px 0 0 8px;padding-left:.75rem;padding-right:.5rem;height:100%;display:flex;align-items:center}.iti__country-list{border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px;border:1px solid #e0e0e0}.iti__country:hover{background-color:#f5f5f5}.iti__country--highlight{background-color:#e74c3c!important;color:#fff}.iti__divider{border-bottom:1px solid #e0e0e0}.checkbox-group{margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;gap:.75rem}.form-checkbox{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#e74c3c}.checkbox-text{font-size:.875rem;color:#555;line-height:1.5;text-align:left}.submit-button{margin-top:.75rem;width:100%}.confirmation-message{text-align:center;padding:2rem 0;animation:slideDown .3s ease}.confirmation-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#e74c3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-heading{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem}.confirmation-text{font-size:1.1rem;color:#555;line-height:1.6;max-width:450px;margin:0 auto}@media (max-width: 768px){.modal-content{padding:2rem;margin:10% auto}.form-heading{font-size:1.5rem}.form-subheading{font-size:1.1rem}.confirmation-icon{width:60px;height:60px;font-size:2.5rem}.confirmation-heading{font-size:1.5rem}.confirmation-text{font-size:1rem}}@media (max-width: 480px){.heading{font-size:1.5rem}.subtext{font-size:.9rem}.subtext-secondary{font-size:.95rem}.cta-button{font-size:.9rem;padding:.875rem 2rem}.modal-content{padding:1.5rem;margin:15% auto;width:95%}.form-heading{font-size:1.25rem}.form-subheading{font-size:1rem}.form-disclaimer{font-size:.8rem}.close{right:1rem;top:1rem}}
