*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Segoe UI',Arial,sans-serif;color:#1a1a1a;background:#fff;}

/* NAV */
.nav{background:#0f1f0f;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nav-logo-icon{width:38px;height:38px;background:#3d8b3d;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:22px;}
.nav-brand{font-size:17px;font-weight:700;color:#fff;line-height:1.1;}
.nav-brand span{display:block;font-size:11px;color:#6fcf7c;font-weight:400;letter-spacing:0.05em;}
.nav-phone{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600;text-decoration:none;}
.nav-phone:hover{color:#6fcf7c;}

/* URGENCY BAR */
.urgency-bar{background:#1a1a0f;padding:10px 24px;text-align:center;}
.urgency-bar p{font-size:13px;color:#f5e4a0;font-weight:600;}

/* HERO */
.hero{background:#162916;padding:3.5rem 2rem 0;text-align:center;}
.hero-eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1rem;}
.hero-eyebrow-line{width:32px;height:3px;background:#3d8b3d;border-radius:2px;}
.hero-eyebrow-text{font-size:12px;font-weight:700;color:#6fcf7c;letter-spacing:0.1em;text-transform:uppercase;}
.hero h1{font-size:2.4rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem;max-width:560px;margin-left:auto;margin-right:auto;}
.hero h1 em{color:#6fcf7c;font-style:normal;}
.hero-sub{font-size:15px;color:#9fc49f;line-height:1.7;max-width:480px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;}
.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center;}
.hero-stat-num{font-size:1.75rem;font-weight:800;color:#fff;line-height:1;}
.hero-stat-label{font-size:12px;color:#6fcf7c;margin-top:3px;}
.hero-tiles{background:#1e381e;border-top:3px solid #3d8b3d;display:flex;overflow:hidden;}
.hero-tile{flex:1;padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:6px;border-right:1px solid #2a4a2a;text-align:center;}
.hero-tile:last-child{border-right:none;}
.hero-tile-icon{font-size:26px;}
.hero-tile-label{font-size:11px;color:#9fc49f;font-weight:600;}

/* FORM SECTION */
.form-section{background:#f5f5f0;padding:2.5rem 1.5rem;}
.form-wrap{background:#fff;border-radius:12px;border:2px solid #3d8b3d;padding:2rem;max-width:620px;margin:0 auto;}
.form-header{background:#3d8b3d;margin:-2rem -2rem 1.5rem;padding:1.25rem 2rem;border-radius:10px 10px 0 0;}
.form-header h2{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:3px;}
.form-header p{font-size:13px;color:#c5e8c5;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.fg{display:flex;flex-direction:column;gap:5px;margin-bottom:12px;}
.fg label{font-size:11px;font-weight:700;color:#3d8b3d;text-transform:uppercase;letter-spacing:0.06em;}
.fg input,.fg select,.fg textarea{padding:10px 14px;border:1.5px solid #d0d0c8;border-radius:8px;font-size:14px;font-family:inherit;width:100%;color:#1a1a1a;background:#fafaf8;}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:#3d8b3d;}
.fg textarea{height:80px;resize:none;}
.cta-btn{width:100%;padding:15px;background:#3d8b3d;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;text-decoration:none;}
.cta-btn:hover{background:#2f6e2f;}
.form-disclaimer{font-size:11px;color:#888;text-align:center;margin-top:10px;}

/* SERVICES */
.services-section{background:#0f1f0f;padding:2.5rem 1.5rem;}
.section-eyebrow{font-size:11px;font-weight:700;color:#6fcf7c;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:6px;}
.section-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;}
.section-title.dark{color:#0f1f0f;}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;}
.svc-card{background:#1e381e;border:1px solid #2a4a2a;border-radius:10px;padding:1.25rem 1rem;text-align:center;}
.svc-card-icon{font-size:32px;margin-bottom:10px;}
.svc-card-name{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px;}
.svc-card-desc{font-size:12px;color:#6fcf7c;}

/* TRUST */
.trust-section{background:#fff;padding:2.5rem 1.5rem;}
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;}
.trust-card{border:2px solid #e8f4e8;border-radius:10px;padding:1.25rem 1rem;text-align:center;background:#f9fdf9;}
.trust-icon{font-size:30px;margin-bottom:8px;}
.trust-num{font-size:1.6rem;font-weight:800;color:#0f1f0f;line-height:1;}
.trust-label{font-size:12px;color:#5f5e5a;margin-top:4px;line-height:1.4;}

/* REVIEWS */
.reviews-section{background:#162916;padding:2.5rem 1.5rem;}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;}
.review-card{background:#1e381e;border:1px solid #2a4a2a;border-radius:10px;padding:1.25rem;}
.review-stars{color:#f5c842;font-size:15px;margin-bottom:8px;}
.review-text{font-size:13px;color:#c5d8c5;line-height:1.6;margin-bottom:10px;}
.reviewer{font-size:12px;color:#6fcf7c;font-weight:700;}

/* COUNTIES GRID (homepage) */
.counties-section{background:#f5f5f0;padding:2.5rem 1.5rem;}
.counties-section .section-title{color:#0f1f0f;}
.counties-section .section-eyebrow{color:#3d8b3d;}
.counties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;}
.county-card{background:#fff;border:2px solid #e8f4e8;border-radius:10px;padding:1.25rem;text-align:center;text-decoration:none;transition:border-color 0.2s;}
.county-card:hover{border-color:#3d8b3d;}
.county-card-icon{font-size:28px;margin-bottom:8px;}
.county-card-name{font-size:15px;font-weight:700;color:#0f1f0f;margin-bottom:3px;}
.county-card-sub{font-size:12px;color:#5f5e5a;}
.county-card-link{font-size:12px;color:#3d8b3d;font-weight:700;margin-top:8px;display:block;}

/* SEO FOOTER BLOCK */
.seo-block{background:#0f1f0f;padding:1.75rem;border-top:3px solid #3d8b3d;}
.seo-block p{font-size:13px;color:#6a8a6a;line-height:1.9;text-align:center;max-width:620px;margin:0 auto;}
.seo-block strong{color:#9fc49f;font-weight:600;}

/* BOTTOM BAR */
.bottom-bar{background:#3d8b3d;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.bottom-brand{font-size:14px;font-weight:700;color:#fff;}
.bottom-tagline{font-size:12px;color:#c5e8c5;}
.bottom-links{display:flex;gap:16px;}
.bottom-links a{font-size:12px;color:#c5e8c5;text-decoration:none;}
.bottom-links a:hover{color:#fff;}

/* THANK YOU */
.confirm-hero{background:#3d8b3d;padding:3rem 2rem;text-align:center;}
.confirm-icon{width:72px;height:72px;background:#2f6e2f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:36px;}
.confirm-hero h1{font-size:1.9rem;font-weight:800;color:#fff;margin-bottom:0.6rem;}
.confirm-hero p{font-size:15px;color:#c5e8c5;max-width:460px;margin:0 auto;}
.summary-bar{background:#162916;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;}
.sum-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#9fc49f;}
.sum-item strong{color:#fff;}
.steps-section{background:#fff;padding:2.5rem 1.5rem;}
.steps{display:flex;flex-direction:column;}
.step{display:flex;gap:16px;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid #e8f4e8;}
.step:last-child{border-bottom:none;}
.step-num{width:40px;height:40px;min-width:40px;border-radius:50%;background:#3d8b3d;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.step-title{font-size:14px;font-weight:700;color:#0f1f0f;margin-bottom:3px;}
.step-desc{font-size:13px;color:#5f5e5a;line-height:1.6;}
.step-tag{display:inline-block;background:#e8f4e8;color:#2f6e2f;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;margin-top:6px;}
.tips-section{background:#f5f5f0;padding:2rem 1.5rem;}
.tips-card{background:#fff;border:1.5px solid #d0e8d0;border-radius:12px;padding:1.5rem;max-width:600px;margin:0 auto;}
.tip-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #e8f4e8;}
.tip-row:last-child{border-bottom:none;}
.tip-icon{font-size:22px;flex-shrink:0;margin-top:1px;}
.tip-title{font-size:13px;font-weight:700;color:#0f1f0f;margin-bottom:2px;}
.tip-desc{font-size:13px;color:#5f5e5a;line-height:1.5;}
.other-services{background:#0f1f0f;padding:2rem 1.5rem;}
.os-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;}
.os-card{background:#1e381e;border:1px solid #2a4a2a;border-radius:10px;padding:1rem;text-align:center;text-decoration:none;}
.os-card:hover{border-color:#3d8b3d;}
.os-icon{font-size:26px;margin-bottom:8px;}
.os-name{font-size:13px;font-weight:700;color:#fff;margin-bottom:3px;}
.os-link{font-size:11px;color:#6fcf7c;}

@media(max-width:600px){
  .hero h1{font-size:1.75rem;}
  .form-row{grid-template-columns:1fr;}
  .hero-tiles{flex-wrap:wrap;}
  .hero-tile{min-width:50%;}
  .nav{padding:12px 16px;}
}

/* PHOTO UPLOAD */
.photo-upload-box{border:2px dashed #b0d4b0;border-radius:8px;background:#f9fdf9;cursor:pointer;overflow:hidden;transition:border-color 0.2s;}
.photo-upload-box:hover{border-color:#3d8b3d;}
.photo-upload-inner{padding:1.25rem;text-align:center;}
.photo-upload-icon{font-size:28px;margin-bottom:6px;}
.photo-upload-text{font-size:13px;font-weight:700;color:#3d8b3d;margin-bottom:3px;}
.photo-upload-sub{font-size:11px;color:#888;line-height:1.5;}
.photo-previews{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px;}
.photo-previews:empty{display:none;}
.photo-preview-item{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;border:1.5px solid #d0e8d0;}
.photo-preview-item img{width:100%;height:100%;object-fit:cover;}
.photo-remove{position:absolute;top:3px;right:3px;width:18px;height:18px;background:#c00;color:#fff;border:none;border-radius:50%;font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1;}

/* MATCHING SERVICE BANNER */
.matching-banner{background:#e8f4e8;border-bottom:2px solid #3d8b3d;padding:10px 20px;display:flex;align-items:flex-start;gap:10px;}
.matching-banner span{font-size:13px;color:#1a3d1a;line-height:1.6;}
.matching-banner strong{font-weight:700;color:#0f1f0f;}

/* TCPA CONSENT CHECKBOX */
.tcpa-consent{background:#f9fdf9;border:1.5px solid #d0e8d0;border-radius:8px;padding:12px 14px;margin-bottom:12px;}
.tcpa-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;}
.tcpa-label input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#3d8b3d;cursor:pointer;}
.tcpa-text{font-size:12px;color:#2a2a2a;line-height:1.6;}
.tcpa-text a{color:#3d8b3d;text-decoration:underline;}

/* FULFILLMENT BAR */
.fulfillment-bar{display:flex;align-items:center;gap:10px;background:#f0faf0;border:1.5px solid #b0d4b0;border-radius:8px;padding:10px 14px;margin-bottom:1.25rem;}
.fulfillment-icon{font-size:18px;flex-shrink:0;}
.fulfillment-text{font-size:12px;color:#1a3d1a;line-height:1.5;}
.fulfillment-text strong{font-weight:700;color:#0f1f0f;}
