:root{--primary:#2E4A35;--primary-dark:#1a3320;--primary-light:#E2EFE4;--accent:#eb5c52;--accent-dark:#8d3732;--accent-light:#FEE8E7;--text-primary:#0a0a0a;--text-secondary:#333;--text-muted:#999;--border:#e5e5e5;--bg:#fff;--bg-secondary:#f7f7f7}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:'Open Sans', sans-serif;color:#0a0a0a;background:#fff;line-height:1.6;max-width:760px;margin:0 auto}a{color:inherit}nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid #e5e5e5}.nav-logo{font-size:1.1rem;font-weight:600;color:#2E4A35;letter-spacing:-0.01em}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{font-size:0.875rem;color:#333}.nav-links a:hover{color:#0a0a0a}.nav-links a.active{font-weight:600;text-decoration:underline}footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-top:1px solid #e5e5e5}footer p{font-size:0.75rem;color:#999}.footer-links{display:flex;gap:1rem;list-style:none}.footer-links a{font-size:0.75rem;color:#999}.footer-links a:hover{color:#333}.btn-primary,.btn-accent,.btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;padding:0.7rem 1.25rem;border-radius:8px;font-size:0.875rem;font-weight:500;border:none;cursor:pointer;transition:background 0.15s}.btn-primary{background:#2E4A35;color:#fff}.btn-primary:hover{background:#1a3320}.btn-accent{background:#eb5c52;color:#fff}.btn-accent:hover{background:#8d3732}.btn-secondary{background:transparent;color:#0a0a0a;border:1px solid #e5e5e5}.btn-secondary:hover{background:#f7f7f7}.btn-group{display:flex;gap:0.75rem;flex-wrap:wrap}.badge{font-size:0.7rem;padding:3px 9px;border-radius:6px;background:#FEE8E7;color:#8d3732}.badge-new{font-size:0.65rem;padding:3px 8px;background:#2E4A35;color:#fff;border-radius:6px;font-weight:600;white-space:nowrap;flex-shrink:0}.eyebrow,.section-eyebrow{font-size:0.875rem;letter-spacing:0.1em;text-transform:uppercase;color:#2E4A35;font-weight:600}.eyebrow{margin-bottom:1rem}.section-eyebrow{margin-bottom:0.6rem}.hero{padding:4rem 2rem 3.5rem;display:flex;align-items:center;gap:3rem}.hero-text{flex:1;min-width:0}.hero-image{flex-shrink:0;width:200px;display:flex;justify-content:center}.hero h1{font-size:2.4rem;font-weight:600;line-height:1.15;letter-spacing:-0.02em;margin-bottom:1.25rem}.hero p{font-size:1.05rem;line-height:1.75;color:#333;max-width:480px;margin-bottom:2rem}.phone-frame{width:160px;background:#f0f0f0;border-radius:28px;border:6px solid #222;overflow:hidden;aspect-ratio:9 / 19;display:flex;align-items:center;justify-content:center;position:relative}.phone-frame img{width:100%;height:100%;display:block}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:18px;background:#222;border-radius:0 0 12px 12px;z-index:2}section{padding:3rem 2rem;border-top:1px solid #e5e5e5}section h2{font-size:1.6rem;font-weight:600;letter-spacing:-0.01em;margin-bottom:1rem}section p{font-size:0.95rem;line-height:1.75;color:#333;margin-bottom:0.5rem}section p a{color:#eb5c52}section ul{font-size:0.95rem;line-height:1.75;color:#333;margin-left:2rem;margin-bottom:1rem}.cta{padding:3rem 2rem;border-top:1px solid #e5e5e5;text-align:center}.cta h2{font-size:1.4rem;font-weight:600;letter-spacing:-0.01em;margin-bottom:0.6rem}.cta p{font-size:0.875rem;color:#333;margin-bottom:1.75rem}.cta .btn-group{justify-content:center}.steps{display:grid;grid-template-columns:repeat(auto-fit, minmax(130px, 1fr));gap:0.75rem;margin-top:2rem}.step{padding:1.25rem;background:#E2EFE4;border-radius:12px}.step .step-num{font-size:0.7rem;font-weight:600;color:#2E4A35;letter-spacing:0.06em;margin-bottom:0.4rem}.step h3{font-size:0.9rem;font-weight:600;color:#0a0a0a;margin-bottom:0.3rem}.step p{font-size:0.8rem;line-height:1.55;color:#333}.need-box{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#E2EFE4;border-radius:12px;margin-top:1.5rem}.need-box svg{flex-shrink:0;margin-top:2px;color:#2E4A35}.need-box p{font-size:0.9rem;line-height:1.7;color:#333;max-width:none}.stories{display:flex;flex-direction:column;gap:0.75rem;margin-top:1.5rem}.story-card{border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem 1.5rem}.story-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:0.4rem}.story-card h3{font-size:0.95rem;font-weight:600;color:#0a0a0a}.story-location{font-size:0.75rem;color:#999;margin-bottom:0.6rem}.story-desc p{color:#333;font-size:0.875rem;line-height:1.65;margin-bottom:0.5rem}.story-meta{display:flex;gap:0.4rem;flex-wrap:wrap;margin-top:0.85rem}.story-featured-image{width:100%;max-height:300px;object-fit:cover;margin-bottom:1rem}.contact-form input,.contact-form textarea{border:1px solid #999;border-radius:8px;margin-bottom:1rem;font-size:0.875rem;padding:0.75rem;width:100%}.contact-form textarea{resize:vertical}.contact-form small{display:block;margin-top:-1rem;margin-bottom:1rem}.contact-form button{border:0;background-color:#2E4A35;color:#E2EFE4;font-size:1rem;margin-top:10px;min-width:100px;padding:10px;border-radius:8px}.contact-form button:hover{background-color:#1a3320;cursor:pointer}.contact-form .g-recaptcha{display:flex;justify-content:center}.contact-page .feedback-alert{background-color:#FEE8E7;border:1px dashed #eb5c52;margin:1rem 0;padding:15px}.contact-page .feedback-alert-success{background-color:#E2EFE4;border:1px dashed #2E4A35}ul.faq{margin:0;padding:0}ul.faq li{list-style-type:none;padding:1rem 0}ul.faq li+li{border-top:1px solid #E2EFE4}.faq-question{font-size:1.5rem;text-align:left}.faq-answer{font-size:1rem;margin:0.5rem 0}@media (max-width: 520px){nav{padding:1rem 1.25rem}.hero{flex-direction:column;gap:2rem;padding-left:1.25rem;padding-right:1.25rem}.hero h1{font-size:1.8rem}.hero-image{width:100%}.phone-frame{width:140px}section,.cta{padding-left:1.25rem;padding-right:1.25rem}footer{padding:1.25rem;flex-direction:column;gap:0.75rem;text-align:center}}
