:root{--header-bg: #1f2528;--header-bg-mid: #2a3136;--primary: #1a5c28;--primary-hover: #227033;--accent: #2d7a38;--accent-light: #e8f2ea;--gold: #c9a227;--gold-hover: #d4ae32;--text: #1a1a1a;--text-muted: #5c5c5c;--border: #e0e0e0;--bg: #f7f8f7;--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:linear-gradient(180deg,var(--header-bg-mid) 0%,var(--header-bg) 100%);color:var(--white);padding:.85rem 1.25rem .95rem;border-bottom:2px solid var(--gold);box-shadow:0 4px 20px #0003}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 1.25rem}.logo-link{display:flex;align-items:center;text-decoration:none;flex:1 1 auto;min-width:0;border-radius:6px}.logo-link:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.logo-img{display:block;height:clamp(4.75rem,14vw,6.75rem);width:auto;max-width:min(640px,92vw);object-fit:contain;object-position:left center;filter:contrast(1.12) saturate(1.08) drop-shadow(0 4px 14px rgba(0,0,0,.55)) drop-shadow(0 0 0 1px rgba(255,255,255,.1))}@media(min-width:768px){.logo-img{height:clamp(5.5rem,10vw,7.25rem);max-width:min(720px,78vw)}}@media(min-width:1100px){.logo-img{height:7.75rem;max-width:min(820px,72vw)}}@media(max-width:520px){.header-inner{flex-direction:column;align-items:stretch;gap:.85rem}.logo-link{justify-content:center;flex:none}.logo-img{height:clamp(5.25rem,28vw,7rem);max-width:100%;object-position:center center}.header-phone{text-align:center;width:100%;box-sizing:border-box}}.header-phone{color:var(--white);font-size:.9375rem;font-weight:600;letter-spacing:.02em;text-decoration:none;padding:.55rem 1.1rem;border:1px solid rgba(201,162,39,.55);border-radius:4px;background:#00000026;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.header-phone:hover{background:#c9a2272e;border-color:var(--gold);color:var(--white);text-decoration:none;box-shadow:0 0 0 1px #c9a22740}.hero{flex:1;padding:3rem 1.5rem 3.5rem;background:linear-gradient(180deg,rgba(26,92,40,.06) 0%,var(--bg-card) 45%);border-bottom:1px solid var(--border)}.hero-content{max-width:720px;margin:0 auto;text-align:center}.hero h1{font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;color:var(--text);margin:0 0 1.25rem;line-height:1.25;letter-spacing:-.025em}.hero-subheadline{color:var(--text-muted);margin:0 0 1.75rem;font-size:clamp(1.02rem,2.2vw,1.15rem);line-height:1.65;max-width:38rem;margin-left:auto;margin-right:auto;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.cta-button{display:inline-block;background:var(--primary);color:var(--white);padding:.75rem 1.35rem;border-radius:4px;font-weight:600;font-size:.9375rem;text-decoration:none;border:1px solid var(--primary);transition:background .2s,border-color .2s,color .2s}.cta-button:hover{background:var(--primary-hover);border-color:var(--primary-hover);text-decoration:none;color:var(--white)}.cta-button--outline{background:transparent;color:var(--primary);border-color:var(--primary)}.cta-button--outline:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.section{padding:3rem 1.5rem;border-bottom:1px solid var(--border)}.section--credibility{background:var(--bg)}.section--services{background:var(--bg-card)}.section--pricing{background:var(--bg)}.section--precontact{background:linear-gradient(180deg,var(--accent-light) 0%,#f2f7f3 100%);border-bottom:1px solid rgba(201,162,39,.2)}.section-inner{max-width:900px;margin:0 auto}.section-inner--narrow{max-width:560px}.section-heading{font-size:1.35rem;font-weight:700;color:var(--text);margin:0 0 1rem;letter-spacing:-.02em;text-align:center}.section-heading--emphasis{font-size:clamp(1.25rem,3vw,1.5rem)}.section-lead{color:var(--text-muted);font-size:1rem;line-height:1.65;margin:0 0 1.5rem;text-align:center}.section--credibility .section-heading{margin-bottom:.75rem}.trust-list{list-style:none;padding:0;display:grid;gap:.65rem;max-width:28rem;margin:0 auto}.trust-list li{position:relative;padding-left:1.75rem;font-size:.9375rem;font-weight:500;color:var(--text)}.trust-list li:before{content:"✔";position:absolute;left:0;color:var(--gold);font-size:.95rem;font-weight:700}.services-grid{display:grid;gap:1.25rem}@media(min-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card--highlight{border-color:#c9a22773;background:linear-gradient(135deg,var(--accent-light) 0%,rgba(201,162,39,.08) 100%);box-shadow:0 1px #c9a22726}.service-card{border:1px solid var(--border);border-radius:4px;padding:1.25rem 1.35rem;background:var(--bg)}.service-card h3{font-size:1.05rem;font-weight:700;color:var(--primary);margin:0 0 .5rem;letter-spacing:-.01em}.service-card p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.6}.section--featured-protection{background:var(--bg)}.section-kicker{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin:0 0 .5rem;text-align:center}.section-heading--left{text-align:center}.featured-protection-body{max-width:40rem;margin:0 auto}.featured-protection-body p{font-size:.9375rem;color:var(--text-muted);line-height:1.65;margin:0 0 1rem}.featured-protection-body p:last-child{margin-bottom:0}.section--differentiator{background:var(--bg-card)}.differentiator{max-width:40rem;margin:0 auto}.differentiator-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .5rem;text-align:center}.differentiator-label--h2{font-size:1.35rem;font-weight:700;text-transform:none;letter-spacing:-.02em;color:var(--text);margin:0 0 .75rem}.differentiator-title{font-size:1.2rem;font-weight:700;color:var(--primary);margin:0 0 1rem;text-align:center;letter-spacing:-.01em}.differentiator p{font-size:.9375rem;color:var(--text-muted);line-height:1.65;margin:0 0 1rem}.differentiator p:last-child{margin-bottom:0}.pricing-box{border:1px solid var(--border);border-radius:4px;padding:1.5rem 1.75rem;background:var(--bg-card)}.pricing-list{list-style:none;margin:0 0 1rem;padding:0}.pricing-list li{font-size:.9375rem;color:var(--text);padding:.35rem 0;border-bottom:1px solid var(--border)}.pricing-list li:last-child{border-bottom:none}.pricing-note{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.6}.cta-closing{text-align:center;font-size:1.05rem;color:var(--text);margin:0 0 1.25rem;line-height:1.5}.cta-contact-lines{text-align:center;margin:0 0 1.25rem}.cta-contact-lines p{margin:.35rem 0;font-size:.9375rem;color:var(--text)}.cta-contact-lines a{font-weight:600;color:var(--primary)}.cta-contact-lines a:hover{color:var(--primary-hover)}.cta-contact-label{font-weight:600;color:var(--text-muted);margin-right:.25rem}.cta-tagline{text-align:center;font-size:.875rem;font-style:italic;color:var(--text-muted);margin:0;line-height:1.55}.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:700;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 #1a5c2824}.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:600;font-size:.9375rem;transition:background .2s}.submit-btn:hover{background:var(--primary-hover)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.footer{background:linear-gradient(180deg,var(--header-bg) 0%,#181c1f 100%);color:#ffffffd9;padding:1.25rem 1.5rem;margin-top:auto;border-top:2px solid var(--gold)}.footer-inner{max-width:1000px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;font-size:.875rem}.footer-brand{display:flex;flex-direction:column;gap:.35rem;max-width:26rem}.footer-title{font-weight:600;font-size:1rem;color:var(--white)}.footer-line{display:block;color:#ffffffe0;line-height:1.45}.footer-line--muted{font-size:.8125rem;color:#ffffffb8;margin-top:.25rem}.footer-contact{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end;text-align:right}.footer-location{font-size:.8125rem;color:#fffc}.footer a{color:#ffffffe6}.footer a:hover{text-decoration:underline;color:var(--white)}@media(max-width:600px){.footer-contact{align-items:flex-start;text-align:left}}
