:root{--dcru-brand-green:#2cff59;--dcru-brand-green-dark:#0d5a20;--dcru-brand-black:#0b0b0b;--dcru-heading-color:#000;--dcru-body-color:#525252;--dcru-muted-color:#666;--dcru-bg-white:#fff;--dcru-bg-light:#f5f5f5;--dcru-bg-dark:#000;--dcru-border-light:#e5e5e5;--dcru-border-medium:#d4d4d4}h1,.dcru-h1{font-family:'Epilogue',-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;line-height:36px;font-weight:800;letter-spacing:0;color:var(--dcru-heading-color)}h2,.dcru-h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;line-height:32px;font-weight:700;letter-spacing:.07px;color:var(--dcru-heading-color)}h3,.dcru-h3{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-.44px;color:var(--dcru-heading-color)}body,p,.dcru-body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:-.31px;color:var(--dcru-body-color)}.dcru-btn,.dcru-btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--dcru-brand-green-dark);color:var(--dcru-brand-green);font-family:'Inter',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 24px;border-radius:4px;border:0;cursor:pointer;transition:all 200ms ease;text-decoration:none}.dcru-btn:hover,.dcru-btn-primary:hover{background:#0b4f2a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,90,32,0.3)}.dcru-btn-secondary{background:transparent;color:var(--dcru-heading-color);border:1px solid var(--dcru-heading-color)}.dcru-btn-secondary:hover{background:var(--dcru-heading-color);color:var(--dcru-bg-white)}.dcru-tag,.dcru-pill{display:inline-flex;align-items:center;background:var(--dcru-brand-green-dark);color:var(--dcru-brand-green);font-family:'Inter',sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 16px;border-radius:999px;line-height:1}.dcru-card{background:var(--dcru-bg-white);border:1px solid var(--dcru-border-light);border-radius:14px;overflow:hidden;transition:all 200ms ease}.dcru-card:hover{box-shadow:0 10px 30px rgba(0,0,0,0.1);transform:translateY(-2px)}.dcru-container{max-width:1248px;margin:0 auto;padding:0 24px}.dcru-section{padding:60px 0}@media(max-width:768px){.dcru-section{padding:40px 0}h1,.dcru-h1{font-size:28px;line-height:32px}h2,.dcru-h2{font-size:20px;line-height:28px}h3,.dcru-h3{font-size:16px;line-height:24px}}.dcru-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;background:var(--dcru-brand-green);border-radius:12px;padding:12px}.dcru-icon-wrapper img,.dcru-icon-wrapper svg{width:24px;height:24px;display:block}