*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--moss: #738A6E;--evergreen: #344C3D;--evergreen-deep: #243529;--moss-light: #E8EEE7;--moss-mid: #8FA88A;--beige: #F5F0E8;--beige-dark: #EAE3D2;--beige-darker: #D9CFB8;--text: #1E2B22;--muted: #5A6B5E;--white: #fff;--border-radius-md: 6px;--border-radius-lg: 10px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.site{background:var(--beige);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.7}.nav{background:var(--evergreen);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:88px;position:sticky;top:0;z-index:100}.nav-logo{color:#fff;font-size:17px;font-weight:500}.nav-logo span{color:#a8c4a2}.nav-logo-img{height:70px;border-radius:4px;display:block}.nav-links{display:flex;gap:1.5rem;list-style:none;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:#a8b8ac;font-size:13px;text-decoration:none}.nav-links a:hover{color:#fff}.nav-cta{background:var(--moss);color:#fff;padding:8px 18px;border-radius:var(--border-radius-md);font-size:13px;text-decoration:none;white-space:nowrap}.hero{background:var(--evergreen);padding:4rem 2rem 3.5rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;background:#a8c4a226;border:.5px solid var(--moss);color:#a8c4a2;font-size:12px;padding:4px 14px;border-radius:20px;margin-bottom:1.25rem}.hero-badge svg{width:12px;height:12px;margin-right:5px}.hero h1{color:#fff;font-size:34px;font-weight:500;line-height:1.25;margin-bottom:1rem;max-width:620px;margin-left:auto;margin-right:auto}.hero h1 em{color:#a8c4a2;font-style:normal}.hero p{color:#a8b8ac;font-size:15px;max-width:520px;margin:0 auto 2rem;line-height:1.75}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--moss);color:#fff;padding:11px 24px;border-radius:var(--border-radius-md);font-size:14px;text-decoration:none;display:inline-block}.btn-outline{border:.5px solid var(--moss);color:#a8c4a2;padding:11px 24px;border-radius:var(--border-radius-md);font-size:14px;text-decoration:none;display:inline-block}.hero-stats{display:flex;gap:2.5rem;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:.5px solid rgba(255,255,255,.1);flex-wrap:wrap}.hero-stat .num{color:#a8c4a2;font-size:20px;font-weight:500}.hero-stat .label{color:#7a9480;font-size:12px}.trust-bar{background:var(--beige-dark);padding:1rem 2rem;display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;border-bottom:.5px solid var(--beige-darker)}.trust-item{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.trust-item svg{width:15px;height:15px;color:var(--moss);flex-shrink:0}.pad{padding:3.5rem 2rem}.inner{max-width:900px;margin:0 auto}.tag{font-size:11px;color:var(--moss);font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.sec-title{font-size:24px;font-weight:500;color:var(--text);margin-bottom:.5rem}.sec-sub{color:var(--muted);font-size:14px;margin-bottom:2rem;max-width:500px;line-height:1.7}.divider{height:.5px;background:var(--beige-dark)}.audience{background:var(--moss-light);border:.5px solid var(--beige-darker);padding:1.25rem 1.5rem;border-radius:var(--border-radius-lg);display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.aud-label{font-size:13px;color:var(--evergreen);font-weight:500}.aud-btn{padding:8px 20px;border-radius:var(--border-radius-md);font-size:13px;cursor:pointer;border:.5px solid var(--moss);background:transparent;color:var(--evergreen)}.aud-btn.active{background:var(--evergreen);color:#fff;border-color:var(--evergreen)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.audience-content{animation:fadeIn .25s ease}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.scard{background:var(--white);border:1.5px solid var(--moss);border-radius:var(--border-radius-lg);padding:1.25rem}.svc-icon{width:36px;height:36px;border-radius:var(--border-radius-md);background:var(--moss-light);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--evergreen)}.svc-icon svg{width:17px;height:17px}.scard h3{font-size:14px;font-weight:500;margin-bottom:.3rem;color:var(--text)}.scard p{font-size:12px;color:var(--muted);line-height:1.6}.area-card{background:var(--white);border:.5px solid var(--beige-dark);border-radius:var(--border-radius-lg);padding:1.5rem 1.25rem;text-align:center}.area-icon{color:var(--moss);margin-bottom:.6rem;display:block;width:26px;height:26px;margin-left:auto;margin-right:auto}.area-card h3{font-size:14px;font-weight:500;color:var(--text);margin-bottom:.3rem}.area-card p{font-size:12px;color:var(--muted);line-height:1.6}.not-limited-pill{display:inline-flex;align-items:center;gap:6px;background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:20px;padding:5px 14px;font-size:12px;color:var(--evergreen);margin-bottom:1.5rem}.not-limited-pill svg{width:13px;height:13px;color:var(--moss);flex-shrink:0}.other-callout{background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-lg);padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:12px;margin-top:1.25rem;color:var(--moss)}.other-callout svg{width:20px;height:20px;margin-top:2px;flex-shrink:0}.other-callout h4{font-size:14px;font-weight:500;color:var(--evergreen);margin-bottom:.25rem}.other-callout p{font-size:13px;color:var(--muted);line-height:1.65}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.why-card{background:var(--moss-light);border-radius:var(--border-radius-lg);padding:1.25rem}.why-card svg{width:20px;height:20px;color:var(--evergreen);margin-bottom:.6rem;display:block}.why-card h3{font-size:14px;font-weight:500;color:var(--evergreen);margin-bottom:.3rem}.why-card p{font-size:12px;color:var(--muted);line-height:1.6}.process{background:var(--evergreen-deep);padding:3.5rem 2rem}.process .tag{color:#a8c4a2}.process .sec-title{color:#fff}.process .sec-sub{color:#7a9480}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1.5rem}.step{padding:1.25rem 1rem;text-align:center}.step-num{width:34px;height:34px;border-radius:50%;background:#738a6e33;border:.5px solid var(--moss);color:#a8c4a2;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.step h4{font-size:13px;font-weight:500;color:#fff;margin-bottom:.3rem}.step p{font-size:12px;color:#7a9480;line-height:1.55}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.about-card{background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-lg);padding:1.75rem}.avatar{width:56px;height:56px;border-radius:50%;background:var(--moss);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:500;margin-bottom:1rem}.about-card h3{font-size:16px;font-weight:500;color:var(--evergreen);margin-bottom:.2rem}.about-card .role{font-size:12px;color:var(--moss);margin-bottom:1rem}.about-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:1rem}.creds{display:flex;flex-direction:column;gap:.5rem}.cred{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--evergreen)}.cred svg{width:14px;height:14px;color:var(--moss);flex-shrink:0}.about-text p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:.9rem}.disclaimer{font-size:12px!important;color:var(--muted);border-left:2px solid var(--beige-darker);padding-left:12px;line-height:1.65!important}.contact-section{background:var(--moss);padding:3.5rem 2rem;text-align:center}.contact-section h2{color:#fff;font-size:26px;font-weight:500;margin-bottom:.6rem}.contact-section>p{color:#c8dcc4;margin-bottom:2rem;font-size:14px;max-width:480px;margin-left:auto;margin-right:auto}.contact-cards{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;align-items:stretch}.cc{background:#ffffff1f;border:.5px solid rgba(255,255,255,.2);border-radius:var(--border-radius-lg);padding:1.25rem 1.75rem;color:#fff;min-width:155px;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;transition:background .15s,border-color .15s}a.cc:hover{background:#ffffff38;border-color:#fff6;cursor:pointer}.cc svg{width:22px;height:22px;color:#c8dcc4;flex-shrink:0;margin-bottom:.6rem}.cc .cc-l{font-size:11px;color:#ffffff8c;margin-bottom:.25rem}.cc .cc-v{font-size:13px;font-weight:500;word-break:break-word}.btn-beige{background:var(--beige);color:var(--evergreen);padding:12px 28px;border-radius:var(--border-radius-md);font-size:14px;font-weight:500;text-decoration:none;display:inline-block}.footer{background:var(--evergreen-deep);padding:1.4rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-logo{color:#fff;font-size:13px;font-weight:500}.footer-logo span{color:#a8c4a2}.footer-logo-img{height:44px;border-radius:3px;display:block}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.footer-note{font-size:11px;color:#6a8070}.footer-links{display:flex;gap:1rem}.footer-links a{font-size:11px;color:#6a8070;text-decoration:none}.footer-privacy-btn{background:none;border:none;font-size:11px;color:#6a8070;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px;padding:0}.footer-privacy-btn:hover{color:#a8c4a2}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.ham-bar{display:block;width:22px;height:1.5px;background:#a8c4a2;border-radius:2px;transition:opacity .2s}.mobile-menu{display:none;background:var(--evergreen);padding:1rem 2rem 1.5rem;flex-direction:column;gap:0;border-top:.5px solid rgba(255,255,255,.1)}.mobile-menu a{color:#a8b8ac;font-size:15px;text-decoration:none;padding:.75rem 0;border-bottom:.5px solid rgba(255,255,255,.07)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:#fff}.mobile-menu-cta{color:#fff!important;font-weight:500;margin-top:.5rem}@media (max-width: 580px){.about-grid{grid-template-columns:1fr}.nav-links,.nav-cta{display:none}.nav-hamburger,.mobile-menu{display:flex}.nav{height:60px;padding:0 1.25rem}.nav-logo-img{height:46px}.hero{padding:2.5rem 1.25rem 2rem}.hero h1{font-size:22px}.hero p{font-size:14px}.hero-stats{gap:1.25rem;margin-top:2rem;padding-top:1.25rem}.hero-stat .num{font-size:17px}.hero-stat .label{font-size:11px}.trust-bar{padding:.75rem 1.25rem;gap:.6rem 1.5rem}.pad{padding:2.5rem 1.25rem}.sec-title{font-size:20px}.sec-sub{font-size:13px}.audience{flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem}.aud-label{margin-bottom:.15rem}.aud-btn{text-align:center;padding:10px 16px}.not-limited-pill{white-space:normal;align-items:flex-start;line-height:1.5}.other-callout{padding:1rem}.process,.contact-section{padding:2.5rem 1.25rem}.contact-section h2{font-size:21px}.contact-cards{gap:.75rem}.cc{min-width:calc(50% - .375rem);padding:1rem}.footer{flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;gap:.6rem}.footer-right{align-items:center}.footer-logo-img{height:36px}}.if-page{min-height:100vh;background:var(--beige);display:flex;flex-direction:column}.if-header{background:var(--evergreen);padding:0 2rem;height:68px;display:flex;align-items:center;gap:1.5rem;position:sticky;top:0;z-index:100;flex-shrink:0}.if-back{background:none;border:none;color:#a8c4a2;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:13px;font-family:inherit;padding:6px 0;white-space:nowrap;flex-shrink:0}.if-back:hover{color:#fff}.if-header-center{display:flex;align-items:center;gap:.75rem;min-width:0}.if-header-logo{height:42px;border-radius:4px;display:block;flex-shrink:0}.if-header-text{display:flex;flex-direction:column;min-width:0}.if-header-title{color:#fff;font-size:14px;font-weight:500;line-height:1.3;white-space:nowrap}.if-header-sub{color:#7a9480;font-size:11px;line-height:1.3;white-space:nowrap}.if-body{max-width:740px;margin:0 auto;padding:2rem 1.5rem;width:100%;flex:1}.if-intro{background:var(--beige-dark);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-lg);padding:1.1rem 1.4rem;font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:2rem;font-style:italic}.if-sec{margin-bottom:2rem}.if-sec-head{background:var(--evergreen);padding:.75rem 1.2rem;border-radius:var(--border-radius-md);margin-bottom:1.25rem}.if-sec-head h3{font-size:13px;font-weight:600;color:#fff;margin:0}.if-sec-head p{font-size:11px;color:#a8c4a2;margin:3px 0 0}.if-sec-note{font-size:13px;color:var(--muted);margin-bottom:.75rem}.if-row{display:grid;gap:1rem;margin-bottom:1rem}.if-2{grid-template-columns:1fr 1fr}.if-3{grid-template-columns:1fr 1fr 1fr}.if-field{display:flex;flex-direction:column;gap:3px;margin-bottom:1rem}.if-field>label{font-size:11.5px;font-weight:600;color:var(--text)}.if-field input,.if-field textarea{width:100%;background:transparent;border:none;border-bottom:1.5px solid var(--beige-darker);font-family:inherit;font-size:13px;color:var(--text);padding:6px 0;outline:none;line-height:1.5}.if-field input:focus,.if-field textarea:focus{border-bottom-color:var(--moss)}.if-field textarea{resize:vertical;min-height:90px}.if-hint{font-size:11px;color:var(--muted);font-style:italic;margin-bottom:2px}.if-radios{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin:.5rem 0}.if-radios-wrap{gap:.5rem 1.25rem}.if-radios.if-col{flex-direction:column;gap:.4rem}.if-radio{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.if-radio input{accent-color:var(--moss);width:14px;height:14px;cursor:pointer;flex-shrink:0}.if-checks{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin:.5rem 0}.if-checks-wrap{gap:.5rem 1.25rem}.if-checks.if-col{flex-direction:column;gap:.4rem}.if-check{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.if-check input{accent-color:var(--moss);width:14px;height:14px;cursor:pointer;flex-shrink:0}.if-subsec{background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-md);padding:1.1rem 1.25rem;margin-top:1rem}.if-sub-label{font-size:10px;font-weight:700;color:var(--moss);text-transform:uppercase;letter-spacing:.08em;border-bottom:.5px solid var(--beige-darker);padding-bottom:6px;margin-bottom:1rem}.if-consent-box{background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-md);padding:1.1rem 1.25rem;font-size:12.5px;color:var(--muted);line-height:1.7;margin-bottom:.9rem}.if-consent-check{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text);cursor:pointer;font-weight:500}.if-consent-check input{accent-color:var(--moss);width:15px;height:15px;cursor:pointer;flex-shrink:0}.if-error{background:#fff0f0;border:.5px solid #e0a0a0;border-radius:var(--border-radius-md);padding:.75rem 1rem;font-size:13px;color:#8b2020;margin-bottom:1rem}.if-submit-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:.5px solid var(--beige-darker);margin-top:.5rem}.if-submit-btn{background:var(--evergreen);color:#fff;border:none;padding:12px 28px;border-radius:var(--border-radius-md);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:8px}.if-submit-btn:disabled{opacity:.55;cursor:not-allowed}.if-submit-note{font-size:12px;color:var(--muted);max-width:340px;line-height:1.5}.if-success{text-align:center;padding:4rem 1rem}.if-success-icon{width:56px;height:56px;border-radius:50%;background:var(--moss-light);border:1.5px solid var(--moss);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--moss)}.if-success h2{font-size:22px;font-weight:500;color:var(--evergreen);margin-bottom:.6rem}.if-success p{font-size:14px;color:var(--muted);max-width:440px;margin:0 auto .75rem;line-height:1.7}.if-footer{background:var(--evergreen-deep);padding:1.25rem 2rem;font-size:11px;color:#6a8070;text-align:center;line-height:1.7;margin-top:auto}.if-req{color:#b94040;font-weight:400}.if-err{display:block;font-size:11px;color:#b94040;margin-top:4px}.if-input-err{border-bottom-color:#b94040!important}.if-privacy-link{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:var(--moss);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.if-privacy-link:hover{color:var(--evergreen)}.if-privacy-notice{text-align:center;font-size:11.5px;color:var(--muted);padding:1.25rem 0 .5rem;border-top:.5px solid var(--beige-darker);margin-top:1.5rem;line-height:1.6}.pp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e2b228c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pp-modal{background:var(--beige);border-radius:var(--border-radius-lg);width:100%;max-width:600px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 8px 40px #1e2b2238}.pp-modal-head{background:var(--evergreen);padding:1.1rem 1.4rem;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0}.pp-modal-head h2{font-size:15px;font-weight:600;color:#fff;margin:0 0 2px}.pp-modal-head p{font-size:11px;color:#a8c4a2;margin:0}.pp-close{background:none;border:none;color:#a8c4a2;cursor:pointer;font-size:16px;line-height:1;padding:2px 4px;font-family:inherit;flex-shrink:0}.pp-close:hover{color:#fff}.pp-modal-body{overflow-y:auto;padding:1.5rem 1.4rem;flex:1}.pp-section{margin-bottom:1.25rem}.pp-section h3{font-size:12px;font-weight:700;color:var(--evergreen);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.35rem}.pp-section p{font-size:13px;color:var(--muted);line-height:1.7}.pp-footer-note{background:var(--moss-light);border:.5px solid var(--beige-darker);border-radius:var(--border-radius-md);padding:.75rem 1rem;font-size:11.5px;color:var(--muted);line-height:1.6;font-style:italic;margin-top:.5rem}@media (max-width: 580px){.if-2,.if-3{grid-template-columns:1fr}.if-body{padding:1.25rem 1rem}.if-header{height:auto;min-height:56px;padding:.6rem 1rem;gap:.75rem;flex-wrap:nowrap}.if-header-logo{height:32px}.if-header-title{font-size:12px;white-space:normal;line-height:1.25}.if-header-sub{display:none}.if-header-center{gap:.5rem}.if-back{font-size:12px;gap:3px}.if-radios,.if-radios-wrap,.if-checks,.if-checks-wrap{flex-direction:column;gap:.55rem}.if-submit-row{flex-direction:column;align-items:stretch;gap:.75rem}.if-submit-btn{width:100%;justify-content:center;padding:13px 20px}.if-submit-note{max-width:100%;text-align:center}.if-intro{padding:.9rem 1rem;font-size:12.5px}.if-consent-box{padding:.9rem 1rem;font-size:12px}.if-sec-head{padding:.65rem 1rem}.if-sec-head h3{font-size:12.5px}.if-footer{padding:1rem;font-size:10.5px}.pp-modal{max-height:95vh;border-radius:var(--border-radius-md)}}
