:root{--flc-green: #16a34a;--flc-green-dark: #14532d;--flc-green-light: #dcfce7;--flc-green-mid: #bbf7d0;--flc-bg: #f8fafc;--flc-surface: #ffffff;--flc-text: #1a2e1a;--flc-text-light: #4b5563;--flc-border: #d1fae5;--flc-radius: 8px;--flc-max: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--flc-bg);color:var(--flc-text);line-height:1.65;font-size:1rem}.flc-header{background:var(--flc-surface);border-bottom:2px solid var(--flc-green);padding:.9rem 1.5rem;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;position:sticky;top:0;z-index:50}.flc-brand{font-size:1.35rem;font-weight:800;color:var(--flc-green-dark);text-decoration:none;letter-spacing:-.3px}.flc-brand span{color:var(--flc-green)}.flc-nav-toggle{display:none}.flc-hamburger{display:none;font-size:1.5rem;cursor:pointer;color:var(--flc-green-dark);user-select:none;line-height:1}.flc-nav{display:flex;gap:1.4rem;align-items:center}.flc-nav a{text-decoration:none;color:var(--flc-text-light);font-weight:500;font-size:.95rem}.flc-nav a:hover{color:var(--flc-green)}@media(max-width:640px){.flc-hamburger{display:block}.flc-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--flc-surface);border-bottom:2px solid var(--flc-green);flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;gap:.9rem}.flc-nav-toggle:checked~.flc-nav{display:flex}}.flc-wrap{max-width:var(--flc-max);margin:0 auto;padding:0 1.25rem}main{padding:2rem 0 4rem}.flc-crumb{font-size:.82rem;color:var(--flc-text-light);margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.flc-crumb a{color:var(--flc-green);text-decoration:none}.flc-crumb a:hover{text-decoration:underline}.flc-crumb-sep{color:#ccc}.flc-hero{background:linear-gradient(135deg,var(--flc-green-dark) 0%,var(--flc-green) 100%);color:#fff;padding:2.5rem 1.75rem;border-radius:var(--flc-radius);margin-bottom:2.5rem}.flc-hero h1{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.flc-hero p{font-size:1.05rem;opacity:.92;max-width:600px;margin-bottom:1.5rem}.flc-btn{display:inline-block;background:#fff;color:var(--flc-green-dark);font-weight:700;font-size:1rem;padding:.7rem 1.6rem;border-radius:var(--flc-radius);text-decoration:none}.flc-btn:hover{background:var(--flc-green-light)}.flc-btn-outline{display:inline-block;border:2px solid var(--flc-green);color:var(--flc-green-dark);font-weight:600;font-size:.95rem;padding:.55rem 1.2rem;border-radius:var(--flc-radius);text-decoration:none;background:transparent}.flc-btn-outline:hover{background:var(--flc-green-light)}.flc-section{background:var(--flc-surface);border:1px solid var(--flc-border);border-radius:var(--flc-radius);padding:1.75rem;margin-bottom:1.5rem}.flc-section h2{font-size:1.3rem;font-weight:700;color:var(--flc-green-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--flc-green-light)}.flc-section p{color:var(--flc-text-light);margin-bottom:.9rem;line-height:1.7}.flc-section p:last-child{margin-bottom:0}.flc-section ul{color:var(--flc-text-light);padding-left:1.2rem;margin-bottom:.9rem}.flc-section ul li{margin-bottom:.4rem}.flc-faq-list{display:grid;gap:.6rem}details.flc-faq{background:var(--flc-bg);border:1px solid var(--flc-border);border-radius:6px;overflow:hidden}details.flc-faq summary{font-weight:600;font-size:.97rem;padding:.9rem 1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--flc-text)}details.flc-faq summary::-webkit-details-marker{display:none}details.flc-faq summary:after{content:"+";font-size:1.2rem;color:var(--flc-green);font-weight:400;flex-shrink:0;margin-left:.5rem}details.flc-faq[open] summary:after{content:"−"}details.flc-faq>div{padding:0 1rem .9rem;font-size:.93rem;color:var(--flc-text-light);line-height:1.65}.flc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;margin-top:1rem}.flc-grid a{display:block;background:var(--flc-surface);border:1px solid var(--flc-border);border-radius:6px;padding:.65rem .9rem;text-decoration:none;color:var(--flc-text);font-size:.9rem}.flc-grid a:hover{border-color:var(--flc-green);background:var(--flc-green-light);color:var(--flc-green-dark)}.flc-intent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.flc-intent-card{background:var(--flc-surface);border:1px solid var(--flc-border);border-radius:var(--flc-radius);padding:1.2rem;text-decoration:none;display:block}.flc-intent-card:hover{border-color:var(--flc-green);box-shadow:0 2px 8px #16a34a1f}.flc-intent-card-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--flc-green);margin-bottom:.4rem}.flc-intent-card h3{font-size:1rem;font-weight:700;color:var(--flc-text);margin-bottom:.3rem}.flc-intent-card p{font-size:.85rem;color:var(--flc-text-light);line-height:1.5}.flc-nearby-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem;margin-top:1rem}.flc-nearby-grid a{display:block;padding:.5rem .75rem;background:var(--flc-green-light);border-radius:6px;font-size:.88rem;text-decoration:none;color:var(--flc-green-dark);font-weight:500}.flc-nearby-grid a:hover{background:var(--flc-green-mid)}footer.flc-footer{background:var(--flc-green-dark);color:#ffffffbf;padding:2.5rem 1.5rem;margin-top:4rem}.flc-footer-inner{max-width:var(--flc-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:500px){.flc-footer-inner{grid-template-columns:1fr}}.flc-footer-brand{font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.5rem}.flc-footer p{font-size:.82rem;line-height:1.6}.flc-footer-links{list-style:none}.flc-footer-links li{margin-bottom:.4rem}.flc-footer-links a{color:#ffffffb3;text-decoration:none;font-size:.88rem}.flc-footer-links a:hover{color:#fff}.flc-footer-bottom{max-width:var(--flc-max);margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);font-size:.78rem;color:#ffffff73}.flc-disclaimer{background:#fefce8;border:1px solid #fde68a;border-radius:6px;padding:.9rem 1.1rem;font-size:.8rem;color:#78350f;margin-bottom:1.5rem;line-height:1.55}.flc-404{text-align:center;padding:5rem 1rem}.flc-404 h1{font-size:5rem;color:var(--flc-green);font-weight:900}.flc-404 p{font-size:1.1rem;color:var(--flc-text-light);margin:1rem 0 2rem}
