.html-module-card{background:var(--color-white);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000008,0 0 0 1px #00000005;overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;border:1px solid var(--color-gray-100)}.html-module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));opacity:.8}.html-module-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.html-module-title{font-size:2.25rem;font-weight:900;color:var(--color-gray-900);text-transform:uppercase;letter-spacing:-.04em;margin-bottom:2rem;line-height:1;background:linear-gradient(135deg,var(--color-gray-900) 0%,var(--color-gray-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.html-module-content{font-size:1.125rem;line-height:1.8;color:var(--color-gray-700)}.html-module-content a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:var(--transition-base)}.html-module-content a:hover{text-decoration:underline}.html-module-content h1,.html-module-content h2,.html-module-content h3,.html-module-content h4,.html-module-content h5,.html-module-content h6{color:var(--color-gray-900);font-weight:700;margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.3}.html-module-content h1{font-size:2.5rem}.html-module-content h2{font-size:2rem;border-bottom:2px solid var(--color-gray-100);padding-bottom:.5rem}.html-module-content h3{font-size:1.75rem;color:var(--color-primary)}.html-module-content h4{font-size:1.5rem}.html-module-content h5{font-size:1.25rem}.html-module-content h6{font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.html-module-content p{margin-bottom:1.5rem}.html-module-content b,.html-module-content strong{font-weight:700;color:var(--color-gray-900)}.html-module-content i,.html-module-content em{font-style:italic}.html-module-content mark{background-color:#f6921e33;color:var(--color-accent);padding:.1em .3em;border-radius:4px}.html-module-content small{font-size:.875em;color:var(--color-gray-500)}.html-module-content sub,.html-module-content sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.html-module-content sup{top:-.5em}.html-module-content sub{bottom:-.25em}.html-module-content abbr{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help}.html-module-content del,.html-module-content strike,.html-module-content s{text-decoration:line-through;color:var(--color-gray-400)}.html-module-content ins{text-decoration:underline;background-color:#8bc53f1a;padding:0 .2em}.html-module-content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:var(--color-gray-50);border-left:4px solid var(--color-primary);border-radius:0 1rem 1rem 0;font-style:italic;font-size:1.25rem;color:var(--color-gray-800)}.html-module-content blockquote cite{display:block;margin-top:1rem;font-size:1rem;font-weight:600;font-style:normal;color:var(--color-gray-500)}.html-module-content q{quotes:"“" "”" "‘" "’";font-style:italic}.html-module-content ul,.html-module-content ol{margin-bottom:2rem;padding-left:2.5rem}.html-module-content ul{list-style-type:none}.html-module-content ul li{position:relative;margin-bottom:.75rem}.html-module-content ul li:before{content:"";position:absolute;left:-1.75rem;top:.75rem;width:6px;height:6px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 10px #8bc53f66}.html-module-content ol{list-style-type:decimal}.html-module-content ol li{margin-bottom:.75rem;padding-left:.5rem}.html-module-content table{width:100%;margin:2rem 0;border-collapse:separate;border-spacing:0;border-radius:1rem;overflow:hidden;border:1px solid var(--color-gray-200)}.html-module-content th,.html-module-content th b,.html-module-content th strong{background-color:var(--color-secondary);color:var(--color-white)!important;font-weight:700;text-align:left;padding:.75rem 1rem;border-bottom:2px solid rgba(255,255,255,.1)}.html-module-content td{padding:.75rem 1rem;border-bottom:1px solid var(--color-gray-100);vertical-align:middle}.html-module-content tr:last-child td{border-bottom:none}.html-module-content tr:hover td{background-color:var(--color-gray-50)}.html-module-content img{border-radius:1.5rem;box-shadow:var(--shadow-lg);margin:2.5rem auto;max-width:100%}.html-module-content figure{margin:2.5rem 0;text-align:center}.html-module-content figcaption{margin-top:1rem;font-size:.875rem;color:var(--color-gray-500);font-style:italic}.html-module-content video,.html-module-content audio,.html-module-content iframe{width:100%;min-height:400px;border-radius:1rem;margin:1.5rem 0;box-shadow:var(--shadow-sm);border:none!important;display:block}.iframe-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:1rem;margin:1.5rem 0;box-shadow:var(--shadow-sm)}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%!important;min-height:0!important;border:0!important}.responsive-iframe{width:100%!important;aspect-ratio:21 / 9;height:auto!important;min-height:0!important;border-radius:1rem;overflow:hidden;border:0!important}.html-module-content pre{background:var(--color-gray-900);color:var(--color-gray-100);padding:2rem;border-radius:1rem;overflow-x:auto;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.5;margin:2rem 0}.html-module-content code{background:var(--color-gray-100);color:var(--color-primary-dark);padding:.2rem .4rem;border-radius:.4rem;font-family:inherit;font-size:.9em}.html-module-content pre code{background:transparent;color:inherit;padding:0;border-radius:0}.html-module-content kbd{background:var(--color-white);border:1px solid var(--color-gray-300);border-bottom:3px solid var(--color-gray-300);border-radius:.3rem;padding:.2rem .5rem;font-size:.8rem;font-family:inherit;margin:0 .2rem}.html-module-content fieldset{border:1px solid var(--color-gray-200);border-radius:1rem;padding:1.5rem 2rem;margin:2rem 0}.html-module-content legend{font-weight:700;padding:0 1rem;color:var(--color-primary)}.html-module-content label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-gray-800)}.html-module-content input,.html-module-content select,.html-module-content textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-gray-300);border-radius:.75rem;margin-bottom:1.5rem;font-family:inherit;transition:var(--transition-base)}.html-module-content input:focus,.html-module-content select:focus,.html-module-content textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #8bc53f1a}.html-module-content input[type=submit]{background-color:var(--color-primary);color:#fff;font-weight:700;cursor:pointer;border:none}.html-module-content input[type=submit]:hover{background-color:var(--color-primary-dark)}.html-module-content hr{border:none;border-top:2px solid var(--color-gray-100);margin:3rem 0}.html-module-content progress,.html-module-content meter{width:100%;height:1rem;border-radius:1rem;margin-bottom:1.5rem}.html-module-content progress::-webkit-progress-bar{background-color:var(--color-gray-100);border-radius:1rem}.html-module-content progress::-webkit-progress-value{background-color:var(--color-primary);border-radius:1rem}.html-module-content details{background:var(--color-gray-50);border-radius:1rem;padding:1rem 1.5rem;margin:1.5rem 0}.html-module-content summary{font-weight:700;cursor:pointer;color:var(--color-gray-900)}.html-module-content address{font-style:normal;background:var(--color-gray-50);padding:1.5rem;border-radius:1rem;margin:2rem 0}@media(max-width:767px){.html-module-card{padding:1.25rem}.html-module-title{font-size:1.35rem;margin-bottom:1.25rem}.html-module-content{font-size:1rem;line-height:1.7}.html-module-content h1{font-size:1.5rem}.html-module-content h2{font-size:1.3rem}.html-module-content h3{font-size:1.15rem}.html-module-content h4{font-size:1.05rem}.html-module-content h1,.html-module-content h2,.html-module-content h3,.html-module-content h4,.html-module-content h5,.html-module-content h6{margin-top:1.5rem;margin-bottom:.75rem;overflow-wrap:break-word;word-break:break-word}.html-module-content blockquote{padding:1rem 1.25rem;font-size:1rem}.html-module-content ul,.html-module-content ol{padding-left:1.5rem}}.contact-form-module{background:var(--color-white);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000008;border:1px solid var(--color-gray-100);padding:2.5rem;position:relative;overflow:hidden}.contact-form-module:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary))}.contact-form-intro{font-size:1.05rem;color:var(--color-gray-600);line-height:1.7;margin-bottom:1.5rem}.contact-form-title{font-size:1.75rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em;text-align:center;margin-bottom:2rem;color:var(--color-gray-900)}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.25rem}@media(max-width:640px){.contact-form-row{grid-template-columns:1fr}.contact-form-module{padding:1.5rem}}.contact-form-field{margin-bottom:1rem}.contact-form-field label{display:block;font-size:.8rem;font-weight:600;color:var(--color-gray-700);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.contact-form-field label .required{color:var(--color-secondary)}.contact-form-field input,.contact-form-field textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--color-gray-200);border-radius:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:var(--color-white);color:var(--color-gray-900)}.contact-form-field input:focus,.contact-form-field textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #8bc53f26}.contact-form-field input.has-error,.contact-form-field textarea.has-error{border-color:#ef4444}.contact-form-field textarea{resize:vertical;min-height:120px}.field-error{display:block;font-size:.78rem;color:#ef4444;margin-top:.3rem}.contact-form-consent{margin:1.25rem 0}.consent-checkbox{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--color-gray-600);cursor:pointer;line-height:1.5}.consent-checkbox input[type=checkbox]{margin-top:.25rem;width:1.25rem;height:1.25rem;color:var(--color-primary);border-color:var(--color-gray-300);border-radius:.25rem;cursor:pointer;flex-shrink:0}.consent-checkbox input[type=checkbox]:focus{--tw-ring-color: var(--color-primary)}.consent-checkbox a{color:var(--color-primary);font-weight:600;text-decoration:none}.consent-checkbox a:hover{text-decoration:underline}.contact-form-actions{text-align:center;margin-top:1.5rem}.contact-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 3rem;background:linear-gradient(135deg,var(--color-primary),#6ba32e);color:var(--color-white);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 14px #8bc53f59;min-width:200px}.contact-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8bc53f73}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-spinner{display:inline-flex;align-items:center;gap:.4rem}.contact-form-spinner svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form-success{text-align:center;padding:3rem 1rem}.contact-form-success-icon{color:var(--color-primary);margin-bottom:1.5rem;display:flex;justify-content:center}.contact-form-success-text{font-size:1.1rem;color:var(--color-gray-700);line-height:1.7}.contact-form-error{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.9rem;text-align:center}
