:root{--primary: #1a3d1e;--primary-hover: #244829;--accent: #2d5a27;--accent-light: #e8f0e8;--text: #1a1a1a;--text-muted: #5c5c5c;--border: #e0e0e0;--bg: #fafafa;--bg-card: #ffffff;--white: #ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover);text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--primary);color:var(--white);padding:.875rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.25rem;opacity:.95}.logo-text{font-size:1.25rem;font-weight:600;letter-spacing:.02em;color:var(--white)}.header-phone{color:var(--white);font-size:.9375rem;font-weight:500;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.35);border-radius:4px;transition:background .2s,border-color .2s,color .2s}.header-phone:hover{background:#ffffff1a;border-color:#ffffff80;color:var(--white);text-decoration:none}.hero{flex:1;padding:3.5rem 1.5rem 4rem;background:var(--bg-card);border-bottom:1px solid var(--border)}.hero-content{max-width:600px;margin:0 auto;text-align:center}.hero h1{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;color:var(--text);margin:0 0 .5rem;line-height:1.3;letter-spacing:-.02em}.hero-byline{font-size:1rem;font-weight:600;color:var(--primary);margin:0 0 .375rem}.hero-jude{font-size:.875rem;color:var(--text-muted);font-style:italic;margin:0 0 .75rem}.hero-tagline{font-size:.9375rem;color:var(--accent);font-weight:600;margin:0 0 1rem;letter-spacing:.01em}.hero-desc{color:var(--text-muted);margin:0 0 .75rem;font-size:.9375rem;line-height:1.65}.hero-location{color:var(--text-muted);margin:0 0 .5rem;font-size:.875rem;font-weight:500}.hero-availability{color:var(--text-muted);margin:0 0 1.75rem;font-size:.875rem;font-weight:500}.cta-button{display:inline-block;background:var(--primary);color:var(--white);padding:.625rem 1.25rem;border-radius:4px;font-weight:500;font-size:.9375rem;text-decoration:none;border:1px solid transparent;transition:background .2s}.cta-button:hover{background:var(--primary-hover);text-decoration:none;color:var(--white)}.contact{padding:3rem 1.5rem 4rem;background:var(--bg)}.contact-inner{max-width:480px;margin:0 auto}.contact h2{font-size:1.25rem;font-weight:600;color:var(--text);margin:0 0 .375rem;letter-spacing:-.01em}.contact-intro{color:var(--text-muted);font-size:.9375rem;margin:0 0 1.5rem;line-height:1.6}.contact-phone-block{background:var(--bg-card);color:var(--text);padding:1rem 1.25rem;border-radius:4px;margin-bottom:1.75rem;border:1px solid var(--border);text-align:center}.contact-phone-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem;font-weight:500}.contact-phone{font-size:1.25rem;font-weight:600;color:var(--primary);text-decoration:none}.contact-phone:hover{text-decoration:underline;color:var(--primary-hover)}.contact-location{display:block;font-size:.8125rem;color:var(--text-muted);margin-top:.375rem;font-weight:500}.contact-agency{display:block;font-size:.8125rem;color:var(--text-muted);margin-top:.25rem;font-weight:500}.contact-form-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:1.75rem}.contact-form{display:flex;flex-direction:column;gap:1.125rem}.form-success{padding:.875rem 1rem;background:var(--accent-light);color:var(--primary);border-radius:4px;margin-bottom:.25rem;font-size:.9375rem;font-weight:500;border:1px solid rgba(45,90,39,.2)}.form-error{padding:.875rem 1rem;background:#fef2f2;color:#991b1b;border-radius:4px;margin-bottom:.25rem;font-size:.9375rem;font-weight:500;border:1px solid #fecaca}.form-row{display:flex;flex-direction:column;gap:.25rem}.form-row-inline{flex-direction:column;gap:1rem}@media(min-width:400px){.form-row-inline{flex-direction:row}}.form-row-inline>.form-row{flex:1;min-width:0}.form-row label{font-weight:500;color:var(--text);font-size:.875rem}.form-hint{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.form-row input,.form-row textarea{padding:.5rem .75rem;border:1px solid var(--border);border-radius:4px;background:var(--white);color:var(--text);font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-row input::placeholder,.form-row textarea::placeholder{color:#9a9a9a}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2d5a271f}.form-row textarea{resize:vertical;min-height:88px}.submit-btn{margin-top:.25rem;padding:.625rem 1.25rem;background:var(--primary);color:var(--white);border:1px solid transparent;border-radius:4px;font-weight:500;font-size:.9375rem;transition:background .2s}.submit-btn:hover{background:var(--primary-hover)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.footer{background:var(--primary);color:#ffffffd9;padding:1rem 1.5rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.875rem}.footer-logo{font-weight:500;color:#ffffffe6}.footer-details{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-location{font-size:.8125rem;color:#ffffffd9}.footer-agency{font-size:.8125rem;color:#ffffffbf}.footer a{color:#ffffffe6}.footer a:hover{text-decoration:underline;color:var(--white)}
