*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Didact Gothic",sans-serif;line-height:1.6;color:#333;background:#f5f5f5}.container{max-width:900px;margin:0 auto;padding:0 1.5rem}nav{background:#fff;padding:1rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:3rem}nav strong{font-size:1.25rem;color:hsl(187.5,71.54%,51.76%)}.hero{text-align:center;padding:3rem 0 4rem}.hero img{height:100px;width:auto;border-radius:6px}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#111}.hero p{font-size:1.1rem;color:#666}.hero small{color:#6b7280;display:block;margin-top:1rem}.tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab{padding:.625rem 1.75rem;background:#e5e7eb;border:none;border-radius:999px;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;width:auto}.tab:hover{background:#d1d5db;color:#374151}.tab.active{background:hsl(187.5,71.54%,51.76%);color:#fff}.tab-content{animation:fadeIn .3s ease-in}.tab-content h2{font-size:1.75rem;margin-bottom:.5rem;color:#111}.tab-content>p{color:#666;margin-bottom:1.5rem}.tab-content>p:first-of-type{color:#4b5563;margin-bottom:1rem;font-size:.95rem}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:3rem}.form-card h3{margin-bottom:1.5rem;font-size:1.25rem}.form-card>p{color:#666;font-size:.9rem;margin-bottom:1.5rem}.form-card button{width:100%;padding:.875rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;background:hsl(46.8,94.94%,69.02%);color:#fff;font-size:1rem}.form-card button:hover{background:#e0a11a}.form-card button:disabled{background:#9ca3af;cursor:not-allowed}.success-message{background:#f1fbfd;border:1px solid hsl(187.5,71.54%,51.76%);padding:1rem;border-radius:6px;margin-bottom:1rem;text-align:center;display:none}.success-message[style*="display: block"],.success-message.visible{display:block}.success-message strong{display:block;color:#065f46;margin-bottom:.25rem}.success-message p{color:#047857;margin:0}.input-wrapper{position:relative;margin-bottom:1.5rem}.form-row .input-wrapper,.grid .input-wrapper{margin-bottom:0}.floating-label{position:absolute;top:-0.5rem;left:.75rem;font-size:.75rem;color:#6b7280;background:#fff;padding:0 .25rem;z-index:1;pointer-events:none;font-weight:500}.form-card .floating-label{background:#fff}.input-wrapper:has(input[required]) .floating-label::after,.input-wrapper:has(select[required]) .floating-label::after,.input-wrapper:has(textarea[required]) .floating-label::after{content:" *";color:hsl(187.5,71.54%,51.76%);font-weight:600}input[type=text],input[type=email],input[type=tel],input[type=file],select,textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;margin-bottom:0}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=file]:focus,select:focus,textarea:focus{outline:none;border-color:hsl(187.5,71.54%,51.76%);box-shadow:0 0 0 3px hsla(187.5,71.54%,51.76%,.1)}input[type=file]{padding:.5rem;cursor:pointer}textarea{resize:vertical}input[required],select[required],textarea[required]{border-color:hsl(187.5,71.54%,61.408%);background-color:#f9fffe}input[required]:focus,select[required]:focus,textarea[required]:focus{border-color:hsl(187.5,71.54%,51.76%);background-color:#fff}label:not(.floating-label){display:flex;align-items:center;gap:.5rem;cursor:pointer}label:not(.floating-label) input[type=checkbox]{width:auto;margin:0}.input-wrapper label:not(.floating-label):has(input[type=file]){display:block;margin-bottom:0}.input-wrapper label:not(.floating-label):has(input[type=file]) input[type=file]{margin-bottom:0}.form-row,.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.preview-link{color:hsl(187.5,71.54%,51.76%);text-decoration:none;font-size:.875rem;transition:opacity .2s}.preview-link:hover{opacity:.8;text-decoration:underline}#preview-link-container{display:none;margin-top:.25rem}.input-wrapper small{display:block;color:#666;margin-top:.25rem;font-size:.8rem;line-height:1.4}.input-wrapper:has(.custom-multiselect){overflow:visible}.input-wrapper:has(.custom-multiselect) .floating-label::after{content:" *";color:hsl(187.5,71.54%,51.76%);font-weight:600}.custom-multiselect{position:relative;width:100%;overflow:visible;min-height:0;display:block}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon .custom-select-trigger{width:100%;padding-right:2.5rem;cursor:pointer}.input-with-icon .custom-select-trigger[readonly]{cursor:pointer;background-color:#fff}.input-with-icon .custom-select-trigger.open{outline:none;border-color:hsl(187.5,71.54%,51.76%);box-shadow:0 0 0 3px hsla(187.5,71.54%,51.76%,.1)}.input-with-icon .custom-select-trigger.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.input-with-icon .custom-select-trigger.error::placeholder{color:#ef4444}.input-with-icon .dropdown-icon{position:absolute;right:.75rem;pointer-events:none;color:#6b7280;transition:transform .2s;flex-shrink:0}.input-with-icon .custom-select-trigger.open+.dropdown-icon{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;margin-top:.25rem;z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-height:300px;overflow-y:auto;overflow-x:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:.5rem 0;box-sizing:border-box;display:none;transition:opacity .2s ease,visibility .2s ease}.custom-select-dropdown.visible{display:block;visibility:visible;opacity:1;pointer-events:auto}.custom-select-dropdown:not(.visible){display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}.custom-select-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:0;cursor:pointer;transition:background .2s}.custom-select-option:hover{background:#f9fafb}.custom-select-option:first-child{border-radius:6px 6px 0 0}.custom-select-option:last-child{border-radius:0 0 6px 6px}.custom-select-option input[type=checkbox]{width:auto;margin:0;cursor:pointer;flex-shrink:0}.custom-select-option span{flex:1;user-select:none;font-size:.9375rem;color:#111827}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.benefit-card{background:#f9fafb;padding:1.25rem;border-radius:8px;border:1px solid #e5e7eb}.benefit-card h4{margin-bottom:.5rem;color:#111;font-size:1rem}.benefit-card p{margin:0;font-size:.9rem;color:#6b7280;line-height:1.5}#lead-top-form,#lead-bottom-form{max-width:480px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:end}#lead-top-form .input-wrapper,#lead-bottom-form .input-wrapper{margin-bottom:0}#lead-top-form .input-wrapper .floating-label,#lead-bottom-form .input-wrapper .floating-label{font-size:.7rem;top:-0.35rem}#lead-top-form .input-wrapper input[type=email],#lead-bottom-form .input-wrapper input[type=email]{padding:.5rem .75rem;font-size:.9rem}#lead-top-form#lead-top-form,#lead-bottom-form#lead-top-form{margin:.75rem auto 0;gap:.375rem}#lead-top-form#lead-top-form .input-wrapper input[type=email],#lead-bottom-form#lead-top-form .input-wrapper input[type=email]{padding:.4rem .625rem;font-size:.875rem}#lead-top-form button[type=submit],#lead-bottom-form button[type=submit]{height:40px;padding:0 1rem;font-size:.9rem;white-space:nowrap;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;background:hsl(46.8,94.94%,69.02%);color:#fff;transition:opacity .2s}#lead-top-form button[type=submit]:hover,#lead-bottom-form button[type=submit]:hover{opacity:.9}#lead-top-form#lead-top-form button[type=submit],#lead-bottom-form#lead-top-form button[type=submit]{height:36px;padding:0 .75rem;font-size:.875rem}#lead-top-form .success-message,#lead-bottom-form .success-message{grid-column:1/-1;display:none;color:#047857;margin-top:-0.25rem;font-size:.8rem;background:rgba(0,0,0,0);border:none;padding:0;text-align:left}#lead-top-form#lead-bottom-form .success-message,#lead-bottom-form#lead-bottom-form .success-message{margin-top:.25rem;font-size:.85rem}.newsletter-section{background:#f9fafb;padding:2.5rem 0;margin-top:3rem;border-top:1px solid #e5e7eb}.newsletter-section .container{max-width:600px;text-align:center}.newsletter-section .container h3{font-size:1.1rem;margin-bottom:.5rem;color:#111}.newsletter-section .container>p{color:#6b7280;font-size:.9rem;margin-bottom:1.25rem}footer{text-align:center;padding:2rem 0;color:#666;border-top:1px solid #e0e0e0;margin-top:0}footer .container{display:flex;flex-direction:column;align-items:center;gap:.75rem;justify-content:center}footer img{height:40px;width:auto;border-radius:6px}footer .container>div{display:flex;flex-direction:column;align-items:center;gap:.5rem}footer a{color:#666;text-decoration:none;font-size:.9rem;transition:color .2s}footer a:hover{color:hsl(187.5,71.54%,51.76%)}@media(max-width: 640px){.hero h1{font-size:2rem}.form-row,.grid,.benefits-grid{grid-template-columns:1fr}.tabs{flex-direction:column;border-bottom:none}.tab{border-bottom:1px solid #e0e0e0;text-align:left}.tab.active{background:hsl(187.5,71.54%,51.76%);border-left:3px solid hsl(187.5,71.54%,51.76%);color:#fff}.newsletter-section{padding:2rem 0}.newsletter-section h3{font-size:1rem}.newsletter-section>.container>p{font-size:.85rem}.newsletter-section form{grid-template-columns:1fr;gap:.75rem}.newsletter-section form button{width:100%}#lead-top-form,#lead-bottom-form{grid-template-columns:1fr;gap:.75rem;max-width:100%}#lead-top-form button,#lead-bottom-form button{width:100%;height:40px}}
